Skip to content

v2.11.0

Compare
Choose a tag to compare
@hongfaqiu hongfaqiu released this 09 Jul 08:51
· 44 commits to main since this release

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