forked from MapComplete/MapComplete
Themes: add memorials to artwork on high zoom
This commit is contained in:
parent
d8be0acdfe
commit
29c5b884c4
3 changed files with 45 additions and 2 deletions
|
@ -51,6 +51,15 @@
|
|||
"icon": "./assets/themes/artwork/artwork.svg",
|
||||
"startZoom": 12,
|
||||
"layers": [
|
||||
"artwork"
|
||||
"artwork",
|
||||
{
|
||||
"builtin": [
|
||||
"memorial",
|
||||
"bench"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 18
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue