Themes: add memorials to artwork on high zoom

This commit is contained in:
Pieter Vander Vennet 2024-08-05 20:46:42 +02:00
parent d8be0acdfe
commit 29c5b884c4
3 changed files with 45 additions and 2 deletions

View file

@ -51,6 +51,15 @@
"icon": "./assets/themes/artwork/artwork.svg",
"startZoom": 12,
"layers": [
"artwork"
"artwork",
{
"builtin": [
"memorial",
"bench"
],
"override": {
"minzoom": 18
}
}
]
}
}