Configure hillshading layer
- full attribution - i18n key - paint property defaults as template
This commit is contained in:
parent
8c8582ac19
commit
ad68d0023b
6 changed files with 20 additions and 11 deletions
|
|
@ -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)"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue