Replies: 1 comment 2 replies
-
The terrain feature in maplibre-gl-js is only supported using raster-dem source, which is tiled, so you'd need to create that kind of source in order to use it with terrain, you could also use it for hill shading, so that's a nice benefit. |
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.
-
I'm developing a website to display heatmaps of player movements in a game map. Obviously I am not using geographic coordinates but I managed to load the basemap and display the heatmap.
I was wondering if given a png heightmap is possible to apply it directly without tiling. I tried with deck.gl terrain layer but the two thing are not compatible it seems: no maplibre's heatmap over deck.gl's terrain. Is there a solution or I'm better off to keep it 2d? Thanks
Beta Was this translation helpful? Give feedback.
All reactions