Lazy load Maplibre GL JS and add hillshading layer
This commit is contained in:
parent
f92d2e2227
commit
13efb4864c
11 changed files with 314 additions and 15 deletions
15
layers/mvt/terrarium-hillshading.geojson
Normal file
15
layers/mvt/terrarium-hillshading.geojson
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"geometry": null,
|
||||
"properties": {
|
||||
"attribution": {
|
||||
"text": "Terrain Tiles from AWS",
|
||||
"url": "https://registry.opendata.aws/terrain-tiles/"
|
||||
},
|
||||
"id": "terrarium-hillshading",
|
||||
"name": "Hillshading",
|
||||
"overlay": true,
|
||||
"type": "mvt",
|
||||
"url": "terrarium-hillshading-style"
|
||||
},
|
||||
"type": "Feature"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue