TileLayer with two sources at different zoom levels #4541
Unanswered
kylebarron
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Probably the easiest way to do it is with two totally separate layers with different |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
TerrainLayer
specifically is in mind here, but this is a generalTileLayer
question: If you have two tiled datasets that depend on each other, is there a way to define their min and max zooms separately?In a terrain use case, you might have a tiled terrain source that exists for zooms
1-13
but an imagery source that exists for zooms1-15
. It might be possible to use separateTileset2D
instances for each data source?Beta Was this translation helpful? Give feedback.
All reactions