forked from MapComplete/MapComplete
30 lines
621 B
JSON
30 lines
621 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|