Skip to content

Releases: hongfaqiu/TIFFImageryProvider

v2.14.1

18 Oct 03:39
Compare
Choose a tag to compare

Features

  • Optimize memory usage and improve performance
  • Add useImageCountAsMaximumLevel parameter
  • GPU based resample

Fixed

  • Tentatively solved the boundary anomaly of the bilinear methods #35
  • Single render dont request more than one band
  • Bilinear resample dont handle nodata
  • GeoTIFF workpool setting

Thanks

Thank you to the new contributor @RogerWQH2023 for his excellent code!

v2.12.1

17 Jul 06:47
Compare
Choose a tag to compare

Features

  • New configuration item "resampleMethod", supports new bilinear resampling method, thanks to @TheMrCam #34

Fixed

Thanks

Thank you to the new contributor @TheMrCam for his excellent code!

v2.11.0

09 Jul 08:51
Compare
Choose a tag to compare

Features

  • After zooming in to the maximum level of COG, the image will not be distorted.
  • Added the workerPoolSize parameter to control the number of threads in the resampling method's work pool, defaults to the number of CPUs available. When this parameter is null or 0, then the resampling will be done in the main thread.

Fixed

  • useRealValue and domain parameters together cooperate with effectiveness.
  • Fixed discrete rendering errors, 4 decimal places of render precision support.
  • After zooming in, the image does not use geotiff's resampling method, and custom cropping and resampling methods are used to ensure the true values and coordinates of the corresponding TIFF. #30

Break Changes

  • Removed resampleMethod from constructor options.

Thanks

@staffordsmith83

v2.10.4

14 Mar 02:58
Compare
Choose a tag to compare

Bug Fixed

  • Compatible safari.
  • Fixed native single tiff file range request error.

v2.10.1

12 Jan 09:36
Compare
Choose a tag to compare

Features

  • Add useRealValue parameter to determind if use tiff's real value to set the colors.

Bug Fixed

  • Fix the issue of incomplete display of longitude lines across 180 degrees for non 4326/3857 projection TIFF.

v2.9.6

20 Nov 08:26
Compare
Choose a tag to compare

Bug Fiexd

  • Auto delete url in options when use fromUrl
  • Support reverseY tiff

v2.9.0

04 Sep 07:09
Compare
Choose a tag to compare

Breake Changes

  • projFunc parameter need pass project and unproject functions to handle other geographic coordinate system, but compared to version 2.8.0, the order of two functions needs to be swapped.

Features

  • add colorMapping options #19
  • [Experimental] More accurate reprojection methods for handling non-3857, 4326 projections #16

Thanks

@staffordsmith83 @hillmb79

v2.7.0

05 Jul 06:55
Compare
Choose a tag to compare

Breake Changes

  • projFunc parameter need pass project and unproject functions to handle other geographic coordinate system #16

Bug Fiexd

  • fromUrl options defaults to undefined #17
  • Webgl crashes caused by repeatedly creating layers in certain situations #15

Thanks

@staffordsmith83 @xmsuperman @quater23

v2.6.2

21 Jun 02:42
Compare
Choose a tag to compare

Features

  • Add construction method fromUrl, support cesium@1.104+ #11

Bug Fixed

  • Native tiff support
  • ColorScaleImage not working #13

Thanks

@xmsuperman

v2.5.0

20 Jun 02:55
Compare
Choose a tag to compare

Features

  • Support file input
  • Add requestOptions parameter

Bug Fixed

  • WorkerPool enabled