protomaps-leaflet
protomaps-leaflet copied to clipboard
Integrate terrain hill shading code
https://github.com/bdon/leaflet-terrarium is a prototype of how it can work. Still need to implement
- data sources for RGB terrain, whether an API endpoint or PMTiles archives
- Overzooming
I'm thinking maybe this is out of scope; non-janky hill shading might demand web workers. Do we really want to composite hillshade inside of vector features? look at other systems like Tangram for how they do it.
This is out of scope