larsmaxfield / maplibre-gl-js

MapLibre GL JS - Interactive vector tile maps in WebGL2
https://maplibre.org/maplibre-gl-js/docs/
Other
0 stars 0 forks source link

Make elevation layer work with hillshade layer (make stackable... if possible?) #9

Closed larsmaxfield closed 3 months ago

larsmaxfield commented 3 months ago

Check whether the stacking is or isn't possible when using two different sources of the same tiles, like what is suggested when using hillshading and terrain together.

larsmaxfield commented 3 months ago

It works by specifying unique sources for elevation and hillshade, just like is recommended when combining hillshade with terrain.