Replies: 1 comment 2 replies
-
You might be able to achieve this use a custom layer, as you have reference to the gl context. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Our product team has expressed interest in the ability to "z exaggerate / explode" raster layers on the map for analysis. ie render different layers at a different vertical offset so you can see a slice of each layer when looking at a 45* angle instead of only the topmost raster.
Something like this

which was achieved with vector data using a fill-extrusion layer with a fill-extrusion-base and fill-extrusion-height set to generate the vertical offset between layers.
That functionality is effectively what they are after I believe, but it's only applicable to vector sources not raster sources which is what they want.
Is this possible through some other mechanism that I don't know about? If not, is this something maplibre has any interest in supporting?
Beta Was this translation helpful? Give feedback.
All reactions