2023-07-08 02:55:45 +02:00
{
"id" : "memorial" ,
"description" : "Layer showing memorial plaques, based upon a unofficial theme. Can be expanded to have multiple types of memorials later on" ,
"source" : {
2024-02-28 02:04:51 +01:00
"osmTags" : {
"or" : [
"memorial~*" ,
"historic=memorial"
]
}
} ,
"name" : {
2024-03-12 12:16:19 +01:00
"en" : "Memorials" ,
"de" : "Denkmäler"
2023-07-08 02:55:45 +02:00
} ,
"title" : {
"render" : {
2024-03-22 16:27:48 +01:00
"en" : "Memorial plaque" ,
"ca" : "Placa commemorativa" ,
"cs" : "Pamětní deska" ,
"de" : "Gedenktafel"
2024-02-28 02:04:51 +01:00
} ,
"mappings" : [
{
"if" : "memorial=plaque" ,
"then" : {
"en" : "Memorial plaque" ,
"de" : "Gedenktafel" ,
"ca" : "Placa commemorativa" ,
"cs" : "Pamětní deska"
}
}
]
2023-07-08 02:55:45 +02:00
} ,
2023-10-30 18:08:38 +01:00
"pointRendering" : [
{
"location" : [
"centroid" ,
"point"
] ,
"marker" : [
{
"icon" : "circle" ,
"color" : "white"
} ,
{
2024-02-28 02:04:51 +01:00
"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"
}
]
}
2023-10-30 18:08:38 +01:00
}
]
}
] ,
"lineRendering" : [ ] ,
2023-07-08 02:55:45 +02:00
"tagRenderings" : [
2024-02-28 02:04:51 +01:00
"images" ,
{
"id" : "memorial-type" ,
"question" : {
2024-03-12 12:16:19 +01:00
"en" : "What type of memorial is this?" ,
"de" : "Was für eine Art von Denkmal ist das?"
2024-02-28 02:04:51 +01:00
} ,
"mappings" : [
{
"if" : "memorial=statue" ,
"then" : {
2024-03-12 12:16:19 +01:00
"en" : "This is a statue" ,
"de" : "Das ist eine Statue"
2024-02-28 02:04:51 +01:00
} ,
"addExtraTags" : [
"tourism=artwork" ,
"artwork=statue"
]
} ,
{
"if" : "memorial=plaque" ,
"then" : {
2024-03-12 12:16:19 +01:00
"en" : "This is a plaque" ,
"de" : "Dies ist eine Gedenktafel"
2024-02-28 02:04:51 +01:00
}
} ,
{
"if" : "memorial=bench" ,
"then" : {
2024-03-12 12:16:19 +01:00
"en" : "This is a commemorative bench" ,
"de" : "Dies ist eine Gedenkbank"
2024-02-28 02:04:51 +01:00
} ,
"addExtraTags" : [
"amenity=bench"
]
} ,
{
"if" : "memorial=ghost_bike" ,
"then" : {
2024-03-12 12:16:19 +01:00
"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"
2024-02-28 02:04:51 +01:00
}
2024-03-22 16:27:48 +01:00
} ,
{
2024-03-22 16:15:24 +01:00
"if" : "memorial=stolperstein" ,
"alsoShowIf" : "memorial:type=stolperstein" ,
"then" : {
"en" : "This is a stolperstein (stumbing stone)"
}
} ,
{
"if" : "memorial=stele" ,
"then" : {
"en" : "This is a stele"
}
} ,
{
"if" : "memorial=stone" ,
"then" : {
"en" : "This is a memorial stone"
}
} ,
{
"if" : "memorial=bust" ,
"then" : {
"en" : "This is a bust"
}
} ,
{
"if" : "memorial=sculpture" ,
"then" : {
"en" : "This is a sculpture"
}
} ,
{
"if" : "memorial=obelisk" ,
"then" : {
"en" : "This is an obelisk"
}
} ,
{
"if" : "memorial=cross" ,
"then" : {
"en" : "This is a cross"
}
} ,
{
"if" : "memorial=blue_plaque" ,
"then" : {
"en" : "This is a blue plaque"
} ,
"onlyShowIf" : "_country=gb"
} ,
{
"if" : "memorial=tank" ,
"then" : {
"en" : "This is a historic tank, permanently placed in public space as memorial"
}
2024-03-22 16:18:23 +01:00
} ,
{
"if" : "memorial=tree" ,
"then" : {
"en" : "This is a memorial tree"
} ,
2024-03-22 16:27:48 +01:00
"addExtraTags" : [
"natural=tree"
]
2024-02-28 02:04:51 +01:00
}
2024-03-22 16:15:24 +01:00
] ,
"render" : {
"en" : "This is a {memorial}"
} ,
"freeform" : {
"key" : "memorial"
}
2024-02-28 02:04:51 +01:00
} ,
2023-07-08 02:55:45 +02:00
{
"id" : "inscription" ,
"question" : {
2023-07-27 02:03:56 +02:00
"en" : "What is the inscription of this plaque?" ,
2023-10-16 13:38:53 +02:00
"ca" : "Quina és la inscripció d'aquesta placa?" ,
2024-02-28 02:04:51 +01:00
"cs" : "Jaký je nápis na této desce?" ,
"de" : "Wie lautet die Inschrift auf dieser Gedenktafel?"
2023-07-08 02:55:45 +02:00
} ,
2024-02-28 02:04:51 +01:00
"#:condition" : "Benches have a separate inscription question" ,
"condition" : "memorial!=bench" ,
2023-07-08 02:55:45 +02:00
"render" : {
2023-07-27 02:03:56 +02:00
"en" : "The inscription on this plaque reads: <p><i>{inscription}<i></p>" ,
2023-10-16 13:38:53 +02:00
"ca" : "La inscripció d'aquesta placa diu: <p><i>{inscription}<i></p>" ,
2024-02-28 02:04:51 +01:00
"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>"
2023-07-08 02:55:45 +02:00
} ,
"freeform" : {
"key" : "inscription" ,
"type" : "text"
2024-02-28 02:04:51 +01:00
} ,
"mappings" : [
{
"if" : "not:inscription=yes" ,
"then" : {
2024-03-12 12:16:19 +01:00
"en" : "This memorial does not have an inscription" ,
"de" : "Dieses Denkmal hat keine Inschrift"
2024-02-28 02:04:51 +01:00
} ,
"addExtraTags" : [
"inscription="
]
}
]
} ,
{
2024-02-28 12:37:17 +01:00
"id" : "memorial-wikidata" ,
"freeform" : {
"key" : "wikidata" ,
"type" : "wikidata"
} ,
"question" : {
2024-03-12 12:16:19 +01:00
"en" : "What is the Wikipedia page about this memorial?" ,
"de" : "Was ist die Wikipedia-Seite über dieses Denkmal?"
2024-02-28 12:37:17 +01:00
} ,
"questionHint" : {
2024-03-12 12:16:19 +01:00
"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."
2024-02-28 12:37:17 +01:00
} ,
"render" : {
"special" : {
"type" : "wikipedia" ,
"keyToShowWikipediaFor" : "wikidata"
} ,
"before" : {
2024-03-12 12:16:19 +01:00
"en" : "<h3>Wikipedia page about the memorial</h3>" ,
"de" : "<h3>Wikipedia-Seite über das Denkmal</h3>"
2024-02-28 12:37:17 +01:00
}
}
} ,
{
"id" : "subject-wikidata" ,
2024-02-28 02:04:51 +01:00
"freeform" : {
"key" : "subject:wikidata" ,
"type" : "wikidata" ,
"helperArgs" : [
"subject;memorial:conflict"
]
} ,
"question" : {
2024-03-12 12:16:19 +01:00
"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?"
2024-02-28 02:04:51 +01:00
} ,
"questionHint" : {
2024-03-12 12:16:19 +01:00
"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."
2024-02-28 02:04:51 +01:00
} ,
"render" : {
"special" : {
"type" : "wikipedia" ,
"keyToShowWikipediaFor" : "subject:wikidata"
} ,
"before" : {
2024-03-12 12:16:19 +01:00
"en" : "<h3>Wikipedia page about the remembered event or person</h3>" ,
"de" : "<h3>Wikipedia-Seite über das erinnerte Ereignis oder die Person</h3>"
2024-02-28 02:04:51 +01:00
}
2023-07-08 02:55:45 +02:00
}
2024-02-28 02:04:51 +01:00
} ,
{
"question" : {
2024-03-12 12:16:19 +01:00
"en" : "When was this memorial installed?" ,
"de" : "Wann wurde dieses Denkmal installiert?"
2024-02-28 02:04:51 +01:00
} ,
"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"
} ,
{
2024-02-28 12:37:17 +01:00
"builtin" : "bench.bench-questions" ,
"override" : {
2024-02-28 02:04:51 +01:00
"condition" : {
"+and" : [
"amenity=bench"
]
}
}
}
] ,
"presets" : [
{
"title" : {
2024-03-12 12:16:19 +01:00
"en" : "a memorial" ,
"de" : "ein Denkmal"
2024-02-28 02:04:51 +01:00
} ,
"tags" : [
"historic=memorial"
]
2023-07-08 02:55:45 +02:00
}
] ,
2024-02-28 02:04:51 +01:00
"minzoom" : 9 ,
2023-09-19 14:04:13 +02:00
"deletion" : true ,
"allowMove" : {
"enableImproveAccuracy" : true ,
"enableRelocation" : false
2023-10-30 18:08:38 +01:00
}
2023-07-08 02:55:45 +02:00
}