forked from MapComplete/MapComplete
parent
d5e0d23c79
commit
392fe3b190
16 changed files with 348 additions and 514 deletions
|
@ -4443,6 +4443,32 @@
|
|||
"render": "Bicicleta blanca"
|
||||
}
|
||||
},
|
||||
"ghostsign": {
|
||||
"description": "Capa que mostra rètols en desús dels edificis",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "un rètol fantasma"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Nom comercial"
|
||||
},
|
||||
"question": "Per a quin negoci es va fer aquest rètol?",
|
||||
"render": "El rètol es va fer per a: {brand}"
|
||||
},
|
||||
"inscription": {
|
||||
"freeform": {
|
||||
"placeholder": "Text en el rètol"
|
||||
},
|
||||
"question": "Quin és el text del rètol?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Rètols fantasma"
|
||||
}
|
||||
},
|
||||
"governments": {
|
||||
"description": "Aquesta capa mostra edificis governamentals. Es va configurar com a capa encarregada per al client d'OSOC '22",
|
||||
"name": "Governs",
|
||||
|
|
|
@ -4377,6 +4377,26 @@
|
|||
"render": "Kolo duchů"
|
||||
}
|
||||
},
|
||||
"ghostsign": {
|
||||
"description": "Vrstva zobrazující nepoužívané nápisy na budovách",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "nápis na zdi"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Název firmy"
|
||||
},
|
||||
"question": "Pro jaký účel byla tato značka vyrobena?",
|
||||
"render": "Tato cedule byla vyrobena pro: {brand}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Nápisy na zdech"
|
||||
}
|
||||
},
|
||||
"governments": {
|
||||
"description": "Tato vrstva zobrazuje vládní budovy. Byla nastavena jako zprovozněná vrstva pro klienta OSOC '22",
|
||||
"name": "vlády",
|
||||
|
|
|
@ -115,6 +115,9 @@
|
|||
},
|
||||
"question": "Werden mehrere Werbungen abwechselnd angezeigt?"
|
||||
},
|
||||
"historic": {
|
||||
"question": "Ist dieses Schild für ein Geschäft, das nicht mehr existiert oder nicht mehr gepflegt wird?"
|
||||
},
|
||||
"luminous_or_lit_advertising": {
|
||||
"override": {
|
||||
"+mappings": {
|
||||
|
@ -5496,6 +5499,34 @@
|
|||
"render": "Geisterrad"
|
||||
}
|
||||
},
|
||||
"ghostsign": {
|
||||
"description": "Ebene, die ungenutzte Zeichen auf Gebäuden zeigt",
|
||||
"name": "Geisterzeichen",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "ein Geisterzeichen"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Unternehmensname"
|
||||
},
|
||||
"question": "Für welches Unternehmen wurde dieses Schild angefertigt?",
|
||||
"render": "Dieses Schild wurde gemacht für: {brand}"
|
||||
},
|
||||
"inscription": {
|
||||
"freeform": {
|
||||
"placeholder": "Text auf dem Schild"
|
||||
},
|
||||
"question": "Was ist der Text auf dem Schild?",
|
||||
"render": "Der Text auf dem Schild ist: {inscription}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Geisterzeichen"
|
||||
}
|
||||
},
|
||||
"governments": {
|
||||
"description": "Diese Ebene zeigt Gebäude der öffentlichen Verwaltung. Sie wurde im Auftrag für den Kunden von OSOC '22 erstellt",
|
||||
"name": "Öffentliche Verwaltung",
|
||||
|
|
|
@ -115,6 +115,17 @@
|
|||
},
|
||||
"question": "Does this advertisement cycle through multiple messages?"
|
||||
},
|
||||
"historic": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a historic advertisement sign (an advertisement for a business that no longer exists or a very old sign with heritage value)"
|
||||
},
|
||||
"1": {
|
||||
"then": "This advertisement sign has no historic value (the business still exists and has no heritage value)"
|
||||
}
|
||||
},
|
||||
"question": "Is this sign for a business that no longer exists or no longer being maintained?"
|
||||
},
|
||||
"luminous_or_lit_advertising": {
|
||||
"override": {
|
||||
"+mappings": {
|
||||
|
@ -178,6 +189,12 @@
|
|||
"10": {
|
||||
"then": "This is a wall painting"
|
||||
},
|
||||
"11": {
|
||||
"then": "This is tilework - the advertisement is painted on tiles"
|
||||
},
|
||||
"12": {
|
||||
"then": "This is a relief"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a column"
|
||||
},
|
||||
|
@ -5496,6 +5513,34 @@
|
|||
"render": "Ghost bike"
|
||||
}
|
||||
},
|
||||
"ghostsign": {
|
||||
"description": "Layer showing disused signs on buildings",
|
||||
"name": "Ghost Signs",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "a ghost sign"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Business name"
|
||||
},
|
||||
"question": "For what business was this sign made?",
|
||||
"render": "This sign was made for: {brand}"
|
||||
},
|
||||
"inscription": {
|
||||
"freeform": {
|
||||
"placeholder": "Text on the sign"
|
||||
},
|
||||
"question": "What is the text on the sign?",
|
||||
"render": "The text on the sign is: {inscription}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Ghost Sign"
|
||||
}
|
||||
},
|
||||
"governments": {
|
||||
"description": "This layer show governmental buildings. It was setup as commissioned layer for the client of OSOC '22",
|
||||
"name": "governments",
|
||||
|
|
|
@ -111,6 +111,9 @@
|
|||
},
|
||||
"question": "¿Como cambian los anuncios de este elemento?"
|
||||
},
|
||||
"historic": {
|
||||
"question": "¿Es este rótulo de un negocio que ya no existe o que ya no se mantiene?"
|
||||
},
|
||||
"luminous_or_lit_advertising": {
|
||||
"override": {
|
||||
"+mappings": {
|
||||
|
@ -2860,6 +2863,34 @@
|
|||
"render": "Bicicleta blanca"
|
||||
}
|
||||
},
|
||||
"ghostsign": {
|
||||
"description": "Capa que muestra carteles en desuso en edificios",
|
||||
"name": "Señales fantasma",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "una señal fantasma"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Nombre comercial"
|
||||
},
|
||||
"question": "¿Para qué negocio se hizo este cartel?",
|
||||
"render": "Este cartel se hizo para: {brand}"
|
||||
},
|
||||
"inscription": {
|
||||
"freeform": {
|
||||
"placeholder": "Texto en el cartel"
|
||||
},
|
||||
"question": "¿Cuál es el texto del cartel?",
|
||||
"render": "El texto del cartel es: {inscription}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Publicidad en una fachada"
|
||||
}
|
||||
},
|
||||
"hackerspace": {
|
||||
"description": "Espacio hacker",
|
||||
"name": "Espacio hacker",
|
||||
|
|
|
@ -1722,6 +1722,15 @@
|
|||
"render": "Bici fantasma"
|
||||
}
|
||||
},
|
||||
"ghostsign": {
|
||||
"tagRenderings": {
|
||||
"brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Nome dell'attività"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"hydrant": {
|
||||
"description": "Livello della mappa che mostra gli idranti antincendio.",
|
||||
"name": "Mappa degli idranti",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue