2024-02-19 23:45:31 +01:00
|
|
|
{
|
|
|
|
"id": "ghostsigns",
|
|
|
|
"title": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Ghost Signs",
|
2024-08-29 23:15:59 +02:00
|
|
|
"de": "Geisterzeichen",
|
|
|
|
"es": "Señales fantasma"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"description": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "A map showing disused signs on buildings",
|
|
|
|
"de": "Eine Karte, die ungenutzte Zeichen auf Gebäuden zeigt",
|
|
|
|
"es": "Un mapa que muestra los rótulos en desuso de los edificios"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"icon": "./assets/themes/advertising/wall_painting.svg",
|
|
|
|
"layers": [
|
|
|
|
{
|
|
|
|
"id": "ghostsigns",
|
|
|
|
"title": {
|
|
|
|
"render": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Ghost Sign",
|
2024-08-09 16:55:08 +02:00
|
|
|
"de": "Geisterzeichen",
|
|
|
|
"es": "Publicidad en una fachada"
|
2024-02-19 23:45:31 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Layer showing disused signs on buildings",
|
|
|
|
"de": "Ebene, die ungenutzte Zeichen auf Gebäuden zeigt",
|
|
|
|
"es": "Capa que muestra carteles en desuso en edificios"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"name": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Ghost Signs",
|
|
|
|
"de": "Geisterzeichen",
|
|
|
|
"es": "Señales fantasma"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"osmTags": {
|
|
|
|
"and": [
|
|
|
|
"historic~*",
|
|
|
|
"advertising=wall_painting"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"minzoom": 10,
|
2024-03-07 00:23:02 +01:00
|
|
|
"#allowMove": "Normally, a ghost sign is snapped to a wall, so moving won't be possible in most cases",
|
|
|
|
"allowMove": false,
|
2024-02-19 23:45:31 +01:00
|
|
|
"tagRenderings": [
|
|
|
|
{
|
|
|
|
"id": "historic",
|
|
|
|
"question": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Is this a ghost sign?",
|
2024-07-21 10:52:51 +02:00
|
|
|
"de": "Ist das ein Geisterzeichen?",
|
|
|
|
"es": "¿Es esto una señal fantasma?"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"questionHint": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Is this sign for a business that no longer exists or no longer being maintained?",
|
2024-07-21 10:52:51 +02:00
|
|
|
"de": "Ist dieses Schild für ein Geschäft, das nicht mehr existiert oder nicht mehr gepflegt wird?",
|
|
|
|
"es": "¿Este cartel es para una empresa que ya no existe o que ya no recibe mantenimiento?"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "historic=advertising",
|
|
|
|
"then": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "This is a ghost sign",
|
2024-07-21 10:52:51 +02:00
|
|
|
"de": "Das ist ein Geisterzeichen",
|
|
|
|
"es": "Esta es una señal fantasma"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"alsoShowIf": "historic=yes"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "historic=",
|
|
|
|
"then": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "This is not a ghost sign, answering this will hide the sign from the map",
|
2024-07-21 10:52:51 +02:00
|
|
|
"de": "Dies ist kein Geisterzeichen, die Antwort darauf wird das Schild von der Karte verstecken",
|
|
|
|
"es": "Esta no es una señal fantasma, al responder esto se ocultará la señal del mapa"
|
2024-02-19 23:45:31 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"images",
|
|
|
|
{
|
|
|
|
"id": "name",
|
|
|
|
"condition": "name~*",
|
|
|
|
"render": {
|
|
|
|
"*": "{name}"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "inscription",
|
|
|
|
"question": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "What is the text on the sign?",
|
2024-07-21 10:52:51 +02:00
|
|
|
"de": "Was ist der Text auf dem Schild?",
|
|
|
|
"es": "¿Cuál es el texto del cartel?"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "inscription",
|
2024-08-29 21:47:11 +02:00
|
|
|
"type": "text",
|
2024-02-19 23:45:31 +01:00
|
|
|
"placeholder": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Text on the sign",
|
2024-07-21 10:52:51 +02:00
|
|
|
"de": "Text auf dem Schild",
|
|
|
|
"es": "Texto en el cartel"
|
2024-02-19 23:45:31 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"render": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "The text on the sign is: {inscription}",
|
2024-07-21 10:52:51 +02:00
|
|
|
"de": "Der Text auf dem Schild ist: {inscription}",
|
|
|
|
"es": "El texto del cartel es: {inscription}"
|
2024-02-19 23:45:31 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "brand",
|
|
|
|
"question": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "For what business was this sign made?",
|
|
|
|
"de": "Für welches Unternehmen wurde dieses Schild angefertigt?",
|
|
|
|
"es": "¿Para qué negocio se hizo este cartel?"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "brand",
|
|
|
|
"type": "string",
|
|
|
|
"placeholder": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Business name",
|
|
|
|
"de": "Unternehmensname",
|
2024-07-28 02:26:46 +02:00
|
|
|
"es": "Nombre comercial",
|
|
|
|
"it": "Nome dell'attività"
|
2024-02-19 23:45:31 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"render": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "This sign was made for: {brand}",
|
|
|
|
"de": "Dieses Schild wurde gemacht für: {brand}",
|
|
|
|
"es": "Este cartel se hizo para: {brand}"
|
2024-02-19 23:45:31 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"lineRendering": [
|
|
|
|
{
|
|
|
|
"color": "blue",
|
|
|
|
"width": 2
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"pointRendering": [
|
|
|
|
{
|
|
|
|
"location": [
|
|
|
|
"point",
|
|
|
|
"centroid"
|
|
|
|
],
|
|
|
|
"marker": [
|
|
|
|
{
|
|
|
|
"icon": "./assets/themes/advertising/wall_painting.svg"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"presets": [
|
|
|
|
{
|
|
|
|
"tags": [
|
|
|
|
"historic=advertising",
|
|
|
|
"advertising=wall_painting"
|
|
|
|
],
|
|
|
|
"title": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "a ghost sign",
|
|
|
|
"de": "ein Geisterzeichen",
|
|
|
|
"es": "una señal fantasma"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"snapToLayer": [
|
|
|
|
"walls_and_buildings"
|
|
|
|
],
|
|
|
|
"maxSnapDistance": 5
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"builtin": "advertising",
|
|
|
|
"override": {
|
|
|
|
"source": {
|
|
|
|
"osmTags": "advertising=wall_painting"
|
|
|
|
},
|
2024-02-23 02:55:52 +01:00
|
|
|
"id": "advertising_wall_paintings",
|
2024-02-19 23:45:31 +01:00
|
|
|
"minzoom": 18,
|
2024-02-23 02:55:52 +01:00
|
|
|
"name": {
|
|
|
|
"en": "All advertentie wall paintings",
|
2024-03-05 00:27:56 +01:00
|
|
|
"nl": "Alle adverterende muurschilderingen",
|
2024-08-29 23:15:59 +02:00
|
|
|
"de": "Alle Werbe-Wandbilder",
|
|
|
|
"es": "Todos los murales promocionales"
|
2024-02-23 02:55:52 +01:00
|
|
|
},
|
2024-02-19 23:45:31 +01:00
|
|
|
"+tagRenderings": [
|
|
|
|
{
|
|
|
|
"id": "historic",
|
|
|
|
"question": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Is this a ghost sign?",
|
2024-08-29 23:15:59 +02:00
|
|
|
"de": "Ist das ein Geisterzeichen?",
|
|
|
|
"es": "¿Es una señal fantasma?"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"questionHint": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "Is this sign for a business that no longer exists or no longer being maintained?",
|
2024-08-29 23:15:59 +02:00
|
|
|
"de": "Ist dieses Schild für ein Geschäft, das nicht mehr existiert oder nicht mehr gepflegt wird?",
|
|
|
|
"es": "¿Es este rótulo de un negocio que ya no existe o que ya no se mantiene?"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "historic=advertising",
|
|
|
|
"then": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "This is a ghost sign",
|
2024-08-29 23:15:59 +02:00
|
|
|
"de": "Das ist ein Geisterzeichen",
|
|
|
|
"es": "Esta es una señal fantasma"
|
2024-02-19 23:45:31 +01:00
|
|
|
},
|
|
|
|
"alsoShowIf": "historic=yes"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "historic=",
|
|
|
|
"then": {
|
2024-03-05 00:27:56 +01:00
|
|
|
"en": "This is not a ghost sign",
|
2024-08-29 23:15:59 +02:00
|
|
|
"de": "Das ist kein Geisterzeichen",
|
|
|
|
"es": "Esta no es una señal fantasma"
|
2024-02-19 23:45:31 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"=presets": [],
|
|
|
|
"pointRendering": [
|
|
|
|
{
|
|
|
|
"iconSize": "20,20"
|
|
|
|
}
|
2024-02-23 11:44:56 +01:00
|
|
|
],
|
|
|
|
"isCounted": false
|
2024-02-19 23:45:31 +01:00
|
|
|
}
|
2024-08-02 13:52:45 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"builtin": "artwork",
|
|
|
|
"override": {
|
|
|
|
"minzoom": 16,
|
|
|
|
"presets=": null,
|
|
|
|
"id": "artwork_on_wall",
|
|
|
|
"+tagRenderings": [
|
|
|
|
{
|
|
|
|
"id": "historic_or_not",
|
|
|
|
"question": {
|
2024-08-29 23:15:59 +02:00
|
|
|
"en": "Is this artwork a historic advertisement?",
|
|
|
|
"de": "Ist dieses Kunstwerk eine historische Werbung?",
|
|
|
|
"es": "¿Es esta obra de arte un anuncio histórico?"
|
2024-08-02 13:52:45 +02:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "historic=advertising",
|
|
|
|
"addExtraTags": [
|
|
|
|
"advertising=wall_painting"
|
|
|
|
],
|
|
|
|
"then": {
|
2024-08-29 23:15:59 +02:00
|
|
|
"en": "This artwork is a historic advertisement",
|
|
|
|
"de": "Dieses Kunstwerk ist eine historische Werbung",
|
|
|
|
"es": "Esta obra de arte es un anuncio histórico"
|
2024-08-02 13:52:45 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "historic=",
|
|
|
|
"addExtraTags": [
|
|
|
|
"advertising="
|
|
|
|
],
|
|
|
|
"then": {
|
2024-08-29 23:15:59 +02:00
|
|
|
"en": "This artwork is not a historic advertisement",
|
|
|
|
"de": "Dieses Kunstwerk ist keine historische Werbung",
|
|
|
|
"es": "Esta obra de arte no es un anuncio histórico"
|
2024-08-02 13:52:45 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"source": {
|
|
|
|
"osmTags": {
|
|
|
|
"and+": {
|
|
|
|
"or": [
|
|
|
|
"artwork_type=mural",
|
|
|
|
"artwork_type=graffiti",
|
|
|
|
"artwork_type=mosaic",
|
|
|
|
"artwork_type=relief",
|
|
|
|
"artwork_type=painting",
|
|
|
|
"artwork_type=mural_painting"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-02-19 23:45:31 +01:00
|
|
|
}
|
|
|
|
]
|
2024-02-23 02:55:52 +01:00
|
|
|
}
|