I have defined 2 resources, a surface-dem SRTM DEM with a lodRange: [1,15] and a tms-raster-remote Bing maps with a lodRange: [2,21]. When I browse the Bing layer with leaflet (using mapproxy's built-in view), it loads the Bing tiles to max LOD of 21 as expected. However, when I define the map configuration and set the TMS raster as a bound layer for the surface, the max LOD for the Bing tiles seems to be 14.
Is the LOD of the raster limited to the LOD of the surface it is draped over? Is this something that can be changed?
Hello,
I have defined 2 resources, a
surface-dem
SRTM DEM with alodRange: [1,15]
and atms-raster-remote
Bing maps with alodRange: [2,21]
. When I browse the Bing layer with leaflet (using mapproxy's built-in view), it loads the Bing tiles to max LOD of 21 as expected. However, when I define the map configuration and set the TMS raster as a bound layer for the surface, the max LOD for the Bing tiles seems to be 14.Is the LOD of the raster limited to the LOD of the surface it is draped over? Is this something that can be changed?