forked from MapComplete/MapComplete
Add memorial theme, some fixes to benches and artwork to support memorial theme
This commit is contained in:
parent
eb47c4d5b9
commit
33d450047d
9 changed files with 343 additions and 64 deletions
29
assets/themes/memorials/memorials.json
Normal file
29
assets/themes/memorials/memorials.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"id": "memorials",
|
||||
"icon": "./assets/layers/memorial/memorial.svg",
|
||||
"description": {
|
||||
"en": "Memorials are physical objects permantently placed in the public space to remember a person or event. They can be a wide range of objects, such as statues, plaques, paintings, military objects (such as tanks), ..."
|
||||
},
|
||||
"title": {
|
||||
"en": "Memorials"
|
||||
},
|
||||
"layers": [
|
||||
{
|
||||
"builtin": [
|
||||
"ghost_bike",
|
||||
"memorial"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 9
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": [
|
||||
"bench"
|
||||
],
|
||||
"override": {
|
||||
"minzoom": 18
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue