iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.07k stars 291 forks source link

Fix cog #2278

Closed ketourneau closed 1 month ago

ketourneau commented 4 months ago

Motivation and Context

By testing many different Geotiff we see some memory & performance problem. Only the highest level of detail from Geotiff was used no matter the zoom level. No resampling was used (a tile must respect the tileWidth and tileHeight size from GeoTiff).