mapcomplete/assets/themes/ghostsigns/ghostsigns.json

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

96 lines
2.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",
2024-08-29 23:15:59 +02:00
"de": "Geisterzeichen",
2024-09-24 15:09:57 +02:00
"es": "Señales fantasma",
2024-11-01 14:16:09 +01:00
"cs": "Nápisy na zdech",
"uk": "Примарні знаки"
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",
2024-09-24 15:09:57 +02:00
"es": "Un mapa que muestra los rótulos en desuso de los edificios",
"ca": "Un mapa que mostra els rètols en desús dels edificis",
2024-11-01 14:16:09 +01:00
"cs": "Mapa zobrazující nepoužívané nápisy na budovách",
2024-11-01 14:16:38 +01:00
"uk": "Мапа, на якій показані вивіски на будівлях, що не використовуються"
2024-02-19 23:45:31 +01:00
},
"icon": "./assets/themes/advertising/wall_painting.svg",
"layers": [
"ghostsign",
2024-02-19 23:45:31 +01:00
{
"builtin": "advertising",
"override": {
2024-02-23 02:55:52 +01:00
"id": "advertising_wall_paintings",
2024-02-19 23:45:31 +01:00
"minzoom": 18,
"=presets": [],
"pointRendering": [
{
"iconSize": "20,20"
}
2024-02-23 11:44:56 +01:00
],
"isCounted": false
2024-02-19 23:45:31 +01: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?",
2024-09-24 15:09:57 +02:00
"es": "¿Es esta obra de arte un anuncio histórico?",
"cs": "Je toto dílo historickou reklamou?"
},
"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",
2024-09-24 15:09:57 +02:00
"es": "Esta obra de arte es un anuncio histórico",
"cs": "Toto dílo je historickou reklamou"
}
},
{
"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",
2024-09-24 15:09:57 +02:00
"es": "Esta obra de arte no es un anuncio histórico",
"cs": "Toto dílo není historickou reklamou"
}
}
]
}
],
"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
}