mapcomplete/assets/themes/ghostsigns/ghostsigns.json

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

214 lines
5.9 KiB
JSON
Raw Normal View History

2024-02-19 23:45:31 +01:00
{
"id": "ghostsigns",
"title": {
2024-03-05 00:27:56 +01:00
"en": "Ghost Signs",
"de": "Geisterzeichen"
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",
"de": "Geisterzeichen"
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,
"allowMove": {
"enableImproveAccuracy": true
},
"tagRenderings": [
{
"id": "historic",
"question": {
2024-03-05 00:27:56 +01:00
"en": "Is this a ghost sign?",
"de": "Ist das ein Geisterzeichen?"
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?",
"de": "Ist dieses Schild für ein Geschäft, das nicht mehr existiert oder nicht mehr gepflegt wird?"
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",
"de": "Das ist ein Geisterzeichen"
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",
"de": "Dies ist kein Geisterzeichen, die Antwort darauf wird das Schild von der Karte verstecken"
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?",
"de": "Was ist der Text auf dem Schild?"
2024-02-19 23:45:31 +01:00
},
"freeform": {
"key": "inscription",
"type": "string",
"placeholder": {
2024-03-05 00:27:56 +01:00
"en": "Text on the sign",
"de": "Text auf dem Schild"
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}",
"de": "Der Text auf dem Schild ist: {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",
"es": "Nombre comercial"
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",
"de": "Alle Werbe-Wandbilder"
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?",
"de": "Ist das ein Geisterzeichen?"
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?",
"de": "Ist dieses Schild für ein Geschäft, das nicht mehr existiert oder nicht mehr gepflegt wird?"
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",
"de": "Das ist ein Geisterzeichen"
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",
"de": "Das ist kein Geisterzeichen"
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-02-23 02:55:52 +01:00
}