melowntech / vts-browser-js

JavaScript WebGL 3D map rendering engine
BSD 2-Clause "Simplified" License
220 stars 42 forks source link

Bound layer max LOD #208

Open suur opened 3 years ago

suur commented 3 years ago

Hello,

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?

jrjdavidson commented 3 years ago

That is correct, I asked the same question a few weeks ago: https://github.com/melowntech/vts-backend/issues/14#issuecomment-703205966