Configure hillshading layer

- full attribution
- i18n key
- paint property defaults as template
This commit is contained in:
Norbert Renner 2022-06-15 14:21:31 +02:00
parent 8c8582ac19
commit ad68d0023b
6 changed files with 20 additions and 11 deletions

View file

@ -15,7 +15,13 @@
{
"id": "hillshading",
"source": "dem",
"type": "hillshade"
"type": "hillshade",
"paint": {
"hillshade-exaggeration": 0.5,
"hillshade-shadow-color": "#000000",
"hillshade-highlight-color": "#FFFFFF",
"hillshade-accent-color": "rgba(0, 0, 0, 1)"
}
}
]
}