336 lines
9.2 KiB
JSON
336 lines
9.2 KiB
JSON
{
|
|
"id": "memorial",
|
|
"name": {
|
|
"en": "Memorials",
|
|
"de": "Denkmäler"
|
|
},
|
|
"description": "Layer showing memorial plaques, based upon a unofficial theme. Can be expanded to have multiple types of memorials later on",
|
|
"source": {
|
|
"osmTags": {
|
|
"or": [
|
|
"memorial~*",
|
|
"historic=memorial"
|
|
]
|
|
}
|
|
},
|
|
"minzoom": 9,
|
|
"title": {
|
|
"render": {
|
|
"en": "Memorial plaque",
|
|
"ca": "Placa commemorativa",
|
|
"cs": "Pamětní deska",
|
|
"de": "Gedenktafel"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "memorial=plaque",
|
|
"then": {
|
|
"en": "Memorial plaque",
|
|
"de": "Gedenktafel",
|
|
"ca": "Placa commemorativa",
|
|
"cs": "Pamětní deska"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"pointRendering": [
|
|
{
|
|
"location": [
|
|
"centroid",
|
|
"point"
|
|
],
|
|
"marker": [
|
|
{
|
|
"icon": "circle",
|
|
"color": "white"
|
|
},
|
|
{
|
|
"icon": {
|
|
"render": "./assets/layers/memorial/memorial.svg",
|
|
"mappings": [
|
|
{
|
|
"if": "memorial=plaque",
|
|
"then": "./assets/layers/memorial/plaque.svg"
|
|
},
|
|
{
|
|
"if": {
|
|
"or": [
|
|
"memorial=bench",
|
|
"amenity=bench"
|
|
]
|
|
},
|
|
"then": "./assets/layers/bench/bench.svg"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"lineRendering": [],
|
|
"presets": [
|
|
{
|
|
"title": {
|
|
"en": "a memorial",
|
|
"de": "ein Denkmal"
|
|
},
|
|
"tags": [
|
|
"historic=memorial"
|
|
]
|
|
}
|
|
],
|
|
"tagRenderings": [
|
|
"images",
|
|
{
|
|
"id": "memorial-type",
|
|
"question": {
|
|
"en": "What type of memorial is this?",
|
|
"de": "Was für eine Art von Denkmal ist das?"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "memorial=statue",
|
|
"then": {
|
|
"en": "This is a statue",
|
|
"de": "Das ist eine Statue"
|
|
},
|
|
"addExtraTags": [
|
|
"tourism=artwork",
|
|
"artwork=statue"
|
|
]
|
|
},
|
|
{
|
|
"if": "memorial=plaque",
|
|
"then": {
|
|
"en": "This is a plaque",
|
|
"de": "Dies ist eine Gedenktafel"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=bench",
|
|
"then": {
|
|
"en": "This is a commemorative bench",
|
|
"de": "Dies ist eine Gedenkbank"
|
|
},
|
|
"addExtraTags": [
|
|
"amenity=bench"
|
|
]
|
|
},
|
|
{
|
|
"if": "memorial=ghost_bike",
|
|
"then": {
|
|
"en": "This is a ghost bike - a bicycle painted white to remember a cyclist whom deceased because of a car crash",
|
|
"de": "Dies ist ein Geisterrad - ein Fahrrad weiß lackiert, um an einen Radfahrer zu erinnern, der wegen eines Autounfalls verstorben ist"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=stolperstein",
|
|
"alsoShowIf": "memorial:type=stolperstein",
|
|
"then": {
|
|
"en": "This is a stolperstein (stumbing stone)",
|
|
"de": "Dies ist ein Stolperstein"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=stele",
|
|
"then": {
|
|
"en": "This is a stele",
|
|
"de": "Das ist eine Stele"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=stone",
|
|
"then": {
|
|
"en": "This is a memorial stone",
|
|
"de": "Das ist ein Gedenkstein"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=bust",
|
|
"then": {
|
|
"en": "This is a bust",
|
|
"de": "Das ist eine Büste"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=sculpture",
|
|
"then": {
|
|
"en": "This is a sculpture",
|
|
"de": "Dies ist eine Skulptur"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=obelisk",
|
|
"then": {
|
|
"en": "This is an obelisk",
|
|
"de": "Das ist ein Obelisk",
|
|
"es": "Es un obelisco"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=cross",
|
|
"then": {
|
|
"en": "This is a cross",
|
|
"de": "Das ist ein Kreuz",
|
|
"es": "Es una cruz"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=blue_plaque",
|
|
"then": {
|
|
"en": "This is a blue plaque",
|
|
"de": "Dies ist eine blaue Plaque"
|
|
},
|
|
"onlyShowIf": "_country=gb"
|
|
},
|
|
{
|
|
"if": "memorial=tank",
|
|
"then": {
|
|
"en": "This is a historic tank, permanently placed in public space as memorial",
|
|
"de": "Dies ist ein historischer Panzer, der permanent in den öffentlichen Raum als Denkmal platziert wurde"
|
|
}
|
|
},
|
|
{
|
|
"if": "memorial=tree",
|
|
"then": {
|
|
"en": "This is a memorial tree",
|
|
"de": "Das ist ein Baumdenkmal"
|
|
},
|
|
"addExtraTags": [
|
|
"natural=tree"
|
|
]
|
|
}
|
|
],
|
|
"render": {
|
|
"en": "This is a {memorial}",
|
|
"de": "Das ist ein {memorial}"
|
|
},
|
|
"freeform": {
|
|
"key": "memorial"
|
|
}
|
|
},
|
|
{
|
|
"id": "inscription",
|
|
"question": {
|
|
"en": "What is the inscription of this plaque?",
|
|
"ca": "Quina és la inscripció d'aquesta placa?",
|
|
"cs": "Jaký je nápis na této desce?",
|
|
"de": "Wie lautet die Inschrift auf dieser Gedenktafel?"
|
|
},
|
|
"#:condition": "Benches have a separate inscription question",
|
|
"condition": "memorial!=bench",
|
|
"render": {
|
|
"en": "The inscription on this plaque reads: <p><i>{inscription}<i></p>",
|
|
"ca": "La inscripció d'aquesta placa diu: <p><i>{inscription}<i></p>",
|
|
"cs": "Nápis na této desce zní: <p><i>{inscription}<i></p>",
|
|
"de": "Die Inschrift auf dieser Gedenktafel lautet: <p><i>{inscription}<i></p>"
|
|
},
|
|
"freeform": {
|
|
"key": "inscription",
|
|
"type": "text"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "not:inscription=yes",
|
|
"then": {
|
|
"en": "This memorial does not have an inscription",
|
|
"de": "Dieses Denkmal hat keine Inschrift"
|
|
},
|
|
"addExtraTags": [
|
|
"inscription="
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "memorial-wikidata",
|
|
"freeform": {
|
|
"key": "wikidata",
|
|
"type": "wikidata"
|
|
},
|
|
"question": {
|
|
"en": "What is the Wikipedia page about this memorial?",
|
|
"de": "Was ist die Wikipedia-Seite über dieses Denkmal?"
|
|
},
|
|
"questionHint": {
|
|
"en": "This is a about the memorial itself, not about the person or event that the memorial remembers. If this memorial does not have a Wikipedia page or Wikidata entity, skip this question.",
|
|
"de": "Hier geht es um das Denkmal selbst, nicht um die Person oder das Ereignis, an das die Denkmal erinnert. Wenn diese Gedenkstätte keine Wikipedia-Seite oder Wikidata-Entität hat, überspringe diese Frage."
|
|
},
|
|
"render": {
|
|
"special": {
|
|
"type": "wikipedia",
|
|
"keyToShowWikipediaFor": "wikidata"
|
|
},
|
|
"before": {
|
|
"en": "<h3>Wikipedia page about the memorial</h3>",
|
|
"de": "<h3>Wikipedia-Seite über das Denkmal</h3>"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "subject-wikidata",
|
|
"freeform": {
|
|
"key": "subject:wikidata",
|
|
"type": "wikidata",
|
|
"helperArgs": [
|
|
"subject;memorial:conflict"
|
|
]
|
|
},
|
|
"question": {
|
|
"en": "What is the Wikipedia page about the person or event that is remembered here?",
|
|
"de": "Was ist die Wikipedia-Seite über die Person oder Veranstaltung, die hier erinnert wird?"
|
|
},
|
|
"questionHint": {
|
|
"en": "If the person or event does not have a Wikipedia page or Wikidata entity, skip this question.",
|
|
"de": "Wenn die Person oder das Ereignis keine Wikipedia-Seite oder Wikidata-Entität hat, überspringe diese Frage."
|
|
},
|
|
"render": {
|
|
"special": {
|
|
"type": "wikipedia",
|
|
"keyToShowWikipediaFor": "subject:wikidata"
|
|
},
|
|
"before": {
|
|
"en": "<h3>Wikipedia page about the remembered event or person</h3>",
|
|
"de": "<h3>Wikipedia-Seite über das erinnerte Ereignis oder die Person</h3>"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"question": {
|
|
"en": "When was this memorial installed?",
|
|
"de": "Wann wurde dieses Denkmal installiert?"
|
|
},
|
|
"render": {
|
|
"nl": "Geplaatst op {start_date}",
|
|
"en": "Placed on {start_date}",
|
|
"it": "Piazzata in data {start_date}",
|
|
"fr": "Placé le {start_date}",
|
|
"ru": "Установлен {start_date}",
|
|
"de": "Aufgestellt am {start_date}",
|
|
"ca": "Col·locat el {start_date}",
|
|
"cs": "Umístěno {start_date}"
|
|
},
|
|
"freeform": {
|
|
"key": "start_date",
|
|
"type": "date"
|
|
},
|
|
"id": "start_date"
|
|
},
|
|
{
|
|
"builtin": "bench.bench-questions",
|
|
"override": {
|
|
"condition": {
|
|
"+and": [
|
|
"amenity=bench"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"deletion": true,
|
|
"allowMove": {
|
|
"enableImproveAccuracy": true,
|
|
"enableRelocation": false
|
|
},
|
|
"defaultBackgroundId": "protomaps.white"
|
|
}
|