boku-ilen / geodot-plugin

Godot plugin for loading geospatial data
GNU General Public License v3.0
109 stars 19 forks source link

Crop lower-LOD tiles if none are available for the requested LOD #12

Closed kb173 closed 1 year ago

kb173 commented 4 years ago

For example: If a tile of LOD 21 is requested, but only tiles of up to LOD 20 are available, the corresponding quarter of the tile at LOD 20 should be cropped and returned.

If a tile of LOD 22 is requested in this example, the cropping should be done twice, recursively.

kb173 commented 1 year ago

This happens automatically with GDAL-types like VRTs (which should be preferred to the deprecated raster pyramid functions), so closing