MapComplete/assets/themes/memorials/memorials.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
621 B
JSON
Raw Normal View History

{
"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
}
}
]
}