MapComplete/assets/themes/ghostsigns/ghostsigns.json

124 lines
4.8 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "ghostsigns",
"title": {
"en": "Ghost Signs",
"de": "Geisterzeichen",
"es": "Letreros fantasma",
"cs": "Nápisy na zdech",
"uk": "Примарні знаки",
"nl": "Spookreclames",
"ko": "고스트 사인",
"it": "Insegne Fantasma",
"zh_Hant": "有鬼標誌",
"da": "Spøgelsesskilte"
},
"description": {
"en": "A map showing disused signs on buildings",
"de": "Eine Karte, die ungenutzte Zeichen auf Gebäuden zeigt",
"es": "Un mapa que muestra letreros en desuso en los edificios",
"ca": "Un mapa que mostra els rètols en desús dels edificis",
"cs": "Mapa zobrazující nepoužívané nápisy na budovách",
"uk": "Мапа, на якій показані вивіски на будівлях, що не використовуються",
"fr": "Une carte montrant les enseignes désaffectées sur des bâtiments",
"nl": "Een kaart met ongebruikte borden op gebouwen",
"ko": "건물에 부착된 사용되지 않는 표지판을 보여주는 지도입니다",
"zh_Hant": "在建築上顯示設施停止使用的地圖",
"it": "Una mappa che mostra insegne in disuso sugli edifici",
"da": "Et kort, der viser nedlagte skilte på bygninger"
},
"icon": "./assets/themes/advertising/wall_painting.svg",
"layers": [
"ghostsign",
{
"builtin": "advertising",
"override": {
"id": "advertising_wall_paintings",
"minzoom": 18,
"=presets": [],
"pointRendering": [
{
"iconSize": "20,20"
}
],
"isCounted": false
}
},
{
"builtin": "artwork",
"override": {
"minzoom": 16,
"presets=": null,
"id": "artwork_on_wall",
"+tagRenderings": [
{
"id": "historic_or_not",
"question": {
"en": "Is this artwork a historic advertisement?",
"de": "Ist dieses Kunstwerk eine historische Werbung?",
"es": "¿Es esta obra de arte un anuncio histórico?",
"cs": "Je toto dílo historickou reklamou?",
"fr": "Est-ce que cette œuvre d'art est une publicité historique?",
"nl": "Is dit kunstwerk een historische advertentie?",
"ko": "이 예술 작품은 역사적인 상징입니까?",
"it": "Questa opera d'arte è una pubblicità storica?",
"zh_Hant": "這個藝術品是歷史廣告嗎?",
"da": "Er dette kunstværk en historisk reklame?"
},
"mappings": [
{
"if": "historic=advertising",
"addExtraTags": [
"advertising=wall_painting"
],
"then": {
"en": "This artwork is a historic advertisement",
"de": "Dieses Kunstwerk ist eine historische Werbung",
"es": "Esta obra de arte es un anuncio histórico",
"cs": "Toto dílo je historickou reklamou",
"fr": "Cette œuvre d'art est une publicité historique",
"nl": "Dit kunstwerk is een historische advertentie",
"ko": "이 예술 작품은 역사적인 상징입니다",
"zh_Hant": "這個藝術品是歷史上的宣傳品",
"it": "Questa opera d'arte è una pubblicità storica",
"da": "Dette kunstværk er en historisk reklame"
}
},
{
"if": "historic=",
"addExtraTags": [
"advertising="
],
"then": {
"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",
"cs": "Toto dílo není historickou reklamou",
"fr": "Cette œuvre d'art n'est pas une publicité historique",
"nl": "Dit kunstwerk is geen historische advertentie",
"ko": "이 예술 작품은 역사적인 상징이 아닙니다",
"zh_Hant": "這個藝術不是歷史上的宣傳品",
"it": "Questa opera d'arte non è una pubblicità storica",
"da": "Dette kunstværk er ikke en historisk reklame"
}
}
]
}
],
"source": {
"osmTags": {
"and+": {
"or": [
"artwork_type=mural",
"artwork_type=graffiti",
"artwork_type=mosaic",
"artwork_type=relief",
"artwork_type=painting",
"artwork_type=mural_painting"
]
}
}
}
}
}
]
}