Themes(kerbs and crossings): Remove crossing type, add tactile_paving=partial, invalid values
This commit is contained in:
parent
e19a59c74b
commit
5c7246766e
9 changed files with 306 additions and 303 deletions
|
@ -166,69 +166,44 @@
|
|||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"id": "crossing-type",
|
||||
"id": "signals",
|
||||
"question": {
|
||||
"en": "What kind of crossing is this?",
|
||||
"nl": "Wat voor oversteekplaats is dit?",
|
||||
"de": "Was ist das für eine Kreuzung?",
|
||||
"es": "¿Qué tipo de cruce es este?",
|
||||
"fr": "Quel type de passage piéton est-ce ?",
|
||||
"ca": "Quin tipus de creuament és aquest?",
|
||||
"cs": "Co je to za přechod?"
|
||||
"en": "Are there traffic signals at this crossing?",
|
||||
"nl": "Zijn er verkeerslichten bij deze oversteekplaats?"
|
||||
},
|
||||
"condition": "highway=crossing",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "crossing=uncontrolled",
|
||||
"if": "crossing:signals=no",
|
||||
"then": {
|
||||
"en": "Crossing, without traffic lights",
|
||||
"nl": "Oversteekplaats, zonder verkeerslichten",
|
||||
"de": "Kreuzungen ohne Ampeln",
|
||||
"es": "Cruce, sin semáforos",
|
||||
"fr": "Passage piéton, sans feux de signalisation",
|
||||
"ca": "Creuament, sense semàfors",
|
||||
"cs": "Přechod bez světelné signalizace"
|
||||
"en": "There are no traffic signals at this crossing",
|
||||
"nl": "Er zijn geen verkeerslichten bij deze oversteekplaats"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "crossing:signals=yes",
|
||||
"then": {
|
||||
"en": "There are traffic signals at this crossing",
|
||||
"nl": "Er zijn verkeerslichten bij deze oversteekplaats"
|
||||
},
|
||||
"icon": {
|
||||
"class": "small",
|
||||
"path": "./assets/layers/crossings/traffic_lights.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "crossing=traffic_signals",
|
||||
"then": {
|
||||
"en": "Crossing with traffic signals",
|
||||
"nl": "Oversteekplaats met verkeerslichten",
|
||||
"de": "Kreuzungen mit Ampeln",
|
||||
"es": "Cruce con semáforos",
|
||||
"fr": "Passage piéton avec des feux de signalisation",
|
||||
"ca": "Creuament amb semàfors",
|
||||
"cs": "Přechod se světelnou signalizací"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "crossing=zebra",
|
||||
"then": {
|
||||
"en": "Zebra crossing",
|
||||
"nl": "Zebrapad",
|
||||
"de": "Zebrastreifen",
|
||||
"ca": "Pas de zebra",
|
||||
"es": "Paso de peatones",
|
||||
"fr": "Passage piéton",
|
||||
"cs": "Zebra přechod"
|
||||
"en": "There are traffic signals at this crossing",
|
||||
"nl": "Er zijn verkeerslichten bij deze oversteekplaats"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "crossing=unmarked",
|
||||
"then": {
|
||||
"en": "Crossing without crossing markings",
|
||||
"nl": "Oversteekplaats zonder kruispuntmarkeringen",
|
||||
"de": "Kreuzung ohne Kreuzungsmarkierungen",
|
||||
"es": "Cruce sin marcas de cruce",
|
||||
"fr": "Passage piéton sans marquages",
|
||||
"ca": "Creuament sense senyalitzar",
|
||||
"cs": "Přechod bez označení přechodu"
|
||||
"icon": {
|
||||
"class": "small",
|
||||
"path": "./assets/layers/crossings/traffic_lights.svg"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
}
|
||||
]
|
||||
],
|
||||
"condition": "highway=crossing"
|
||||
},
|
||||
{
|
||||
"id": "markings",
|
||||
|
@ -467,7 +442,9 @@
|
|||
"fixme=Free-form value used in MapComplete for crossing:markings"
|
||||
]
|
||||
},
|
||||
"multiAnswer": true
|
||||
"multiAnswer": true,
|
||||
"condition": "highway=crossing",
|
||||
"invalidValues": "crossing:markings=yes"
|
||||
},
|
||||
{
|
||||
"id": "crossing-bicycle-allowed",
|
||||
|
@ -599,6 +576,13 @@
|
|||
"cs": "Tento přechod má hmatovou dlažbu, ale ne správně"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "tactile_paving=partial",
|
||||
"then": {
|
||||
"en": "This crrosing has tactile paving, but only on one side",
|
||||
"nl": "Deze oversteekplaats heeft een geleidelijn, maar slechts aan één kant"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -949,4 +933,4 @@
|
|||
"enableImproveAccuracy": true,
|
||||
"enableRelocation": false
|
||||
}
|
||||
}
|
||||
}
|
|
@ -357,6 +357,12 @@
|
|||
"render": "Telefèric {name}"
|
||||
}
|
||||
},
|
||||
"all_streets": {
|
||||
"name": "Tots els carrers",
|
||||
"title": {
|
||||
"render": "Carrer"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Una estició d'abulàncies és una àrea per a emmagatzemar ambulàncies, equipament mèdic, equips de protecció personal i altres subministraments mèdics.",
|
||||
"name": "Mapa d'estacions d'ambulàncies",
|
||||
|
@ -3796,23 +3802,6 @@
|
|||
},
|
||||
"question": "Aquest creuament té superfície podotàctil?"
|
||||
},
|
||||
"crossing-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Creuament, sense semàfors"
|
||||
},
|
||||
"1": {
|
||||
"then": "Creuament amb semàfors"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pas de zebra"
|
||||
},
|
||||
"3": {
|
||||
"then": "Creuament sense senyalitzar"
|
||||
}
|
||||
},
|
||||
"question": "Quin tipus de creuament és aquest?"
|
||||
},
|
||||
"crossing-vibration": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -13569,25 +13558,6 @@
|
|||
"walls_and_buildings": {
|
||||
"description": "Capa construïda especial que proporciona totes les parets i edificis. Aquesta capa és útil als predefinits per a objectes que es poden col·locar a les parets (p. ex. DEA, bústies de correus, entrades, adreces, càmeres de vigilància, ...). Aquesta capa és invisible per defecte i no es pot activar per l'usuari.",
|
||||
"snapName": "un mur o edifici",
|
||||
"tagRenderings": {
|
||||
"entrance_info": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No s'ha senyalitzat cap entrada"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cap de les {_entrance_count} entrades té informació d'amplada encara"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"after": "{_entrances_count_without_width_count} entrades encara no tenen informació d'amplada",
|
||||
"before": "<h3>Entrades</h3>Aquest edifici té {_entrances_count} entrades:",
|
||||
"special": {
|
||||
"tagrendering": "Una <a href='#{id}'>entrada </a> de {canonical(width)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Paret o edifici"
|
||||
}
|
||||
|
|
|
@ -357,6 +357,12 @@
|
|||
"render": "Dráha {name}"
|
||||
}
|
||||
},
|
||||
"all_streets": {
|
||||
"name": "Všechny ulice",
|
||||
"title": {
|
||||
"render": "Ulice"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Stanice záchranné služby je prostor pro umístění sanitních vozidel, zdravotnického vybavení, osobních ochranných prostředků a dalšího zdravotnického materiálu.",
|
||||
"name": "Mapa stanic rychlé záchranné služby",
|
||||
|
@ -3835,23 +3841,6 @@
|
|||
},
|
||||
"question": "Má tento přechod hmatovou dlažbu?"
|
||||
},
|
||||
"crossing-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Přechod bez světelné signalizace"
|
||||
},
|
||||
"1": {
|
||||
"then": "Přechod se světelnou signalizací"
|
||||
},
|
||||
"2": {
|
||||
"then": "Zebra přechod"
|
||||
},
|
||||
"3": {
|
||||
"then": "Přechod bez označení přechodu"
|
||||
}
|
||||
},
|
||||
"question": "Co je to za přechod?"
|
||||
},
|
||||
"crossing-vibration": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -11230,25 +11219,6 @@
|
|||
"walls_and_buildings": {
|
||||
"description": "Speciální zabudovaná vrstva poskytující všechny stěny a budovy. Tato vrstva je užitečná v předvolbách pro objekty, které lze umístit ke stěnám (např. AED, poštovní schránky, vchody, adresy, bezpečnostní kamery, …). Tato vrstva je ve výchozím nastavení neviditelná a uživatel ji nemůže přepínat.",
|
||||
"snapName": "zeď nebo budova",
|
||||
"tagRenderings": {
|
||||
"entrance_info": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Nebyl označen žádný vchod"
|
||||
},
|
||||
"1": {
|
||||
"then": "Žádný z {_entrance_count} vchodů zatím nemá informace o šířce"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"after": "{_entrances_count_without_width_count} vchody zatím nemají informace o šířce",
|
||||
"before": "<h3>Vchody</h3>Tato budova má {_entrances_count} vchodů:",
|
||||
"special": {
|
||||
"tagrendering": "<a href='#{id}'>vchod</a> {canonical(width)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Zeď nebo budova"
|
||||
}
|
||||
|
|
|
@ -24,6 +24,12 @@
|
|||
"render": "Kendt adresse"
|
||||
}
|
||||
},
|
||||
"all_streets": {
|
||||
"name": "Alle gader",
|
||||
"title": {
|
||||
"render": "Gade"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "En ambulancestation er et område til opbevaring af ambulancekøretøjer, medicinsk udstyr, personlige værnemidler og andre medicinske forsyninger.",
|
||||
"name": "Kort over ambulancestationer",
|
||||
|
@ -2898,25 +2904,6 @@
|
|||
},
|
||||
"walls_and_buildings": {
|
||||
"description": "Specielt indbygget lag giver alle vægge og bygninger. Dette lag er nyttigt i forudindstillinger til objekter, der kan placeres mod vægge (f.eks. AED'er, postkasser, indgange, adresser, overvågningskameraer, …). Dette lag er usynligt som standard og kan ikke skiftes af brugeren.",
|
||||
"tagRenderings": {
|
||||
"entrance_info": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Der er ikke markeret nogen indgang"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ingen af {_entrance_count}-indgangene har oplysninger om bredde endnu"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"after": "{_entrances_count_without_width_count} indgange har endnu ikke oplysninger om bredde",
|
||||
"before": "<h3>Indgange</h3>Denne bygning har {_entrances_count} indgange:",
|
||||
"special": {
|
||||
"tagrendering": "En <a href='#{id}'>indgang</a> på {canonical(width)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Mur eller bygning"
|
||||
}
|
||||
|
|
|
@ -357,6 +357,12 @@
|
|||
"render": "Seilbahn {name}"
|
||||
}
|
||||
},
|
||||
"all_streets": {
|
||||
"name": "Alle Straßen",
|
||||
"title": {
|
||||
"render": "Straße"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Eine Rettungswache ist ein Ort, an dem Rettungsfahrzeuge, medizinische Ausrüstung, persönliche Schutzausrüstung und anderes medizinisches Material untergebracht sind.",
|
||||
"name": "Rettungswachen",
|
||||
|
@ -3766,23 +3772,6 @@
|
|||
},
|
||||
"question": "Gibt es an dieser Kreuzung ein Blindenleitsystem?"
|
||||
},
|
||||
"crossing-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kreuzungen ohne Ampeln"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kreuzungen mit Ampeln"
|
||||
},
|
||||
"2": {
|
||||
"then": "Zebrastreifen"
|
||||
},
|
||||
"3": {
|
||||
"then": "Kreuzung ohne Kreuzungsmarkierungen"
|
||||
}
|
||||
},
|
||||
"question": "Was ist das für eine Kreuzung?"
|
||||
},
|
||||
"crossing-vibration": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -13545,25 +13534,6 @@
|
|||
"walls_and_buildings": {
|
||||
"description": "Spezielle Ebene, die alle Wände und Gebäude bereitstellt. Diese Ebene ist nützlich in Voreinstellungen für Objekte, die an Wänden platziert werden können (z. B. AEDs, Briefkästen, Eingänge, Adressen, Überwachungskameras, ...). Diese Ebene ist standardmäßig unsichtbar und kann vom Benutzer nicht umgeschaltet werden.",
|
||||
"snapName": "eine Wand oder ein Gebäude",
|
||||
"tagRenderings": {
|
||||
"entrance_info": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Es wurde kein Eingang markiert"
|
||||
},
|
||||
"1": {
|
||||
"then": "Keiner der {_entrance_count} Eingänge hat bisher Angaben zur Breite"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"after": "{_entrances_count_without_width_count} Eingänge haben keine Angaben zur Breite",
|
||||
"before": "<h3>Eingänge</h3>Das Gebäude hat {_entrances_count} Eingänge:",
|
||||
"special": {
|
||||
"tagrendering": "Ein <a href='#{id}'>Eingang</a> von {canonical(width)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wand oder Gebäude"
|
||||
}
|
||||
|
|
|
@ -357,6 +357,13 @@
|
|||
"render": "Aerialway {name}"
|
||||
}
|
||||
},
|
||||
"all_streets": {
|
||||
"description": "Layer with (almost) all streets",
|
||||
"name": "All streets",
|
||||
"title": {
|
||||
"render": "Street"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.",
|
||||
"name": "Map of ambulance stations",
|
||||
|
@ -565,6 +572,17 @@
|
|||
}
|
||||
},
|
||||
"question": "Does this artwork serve as a memorial?"
|
||||
},
|
||||
"doubles_as_wayside_shrine": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This artwork acts as a wayside shrine"
|
||||
},
|
||||
"1": {
|
||||
"then": "This artwork does not act as a wayside shrine"
|
||||
}
|
||||
},
|
||||
"question": "Does this artwork also double as wayside shrine?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -3874,27 +3892,13 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "This crossing has tactile paving, but is not correct"
|
||||
},
|
||||
"3": {
|
||||
"then": "This crrosing has tactile paving, but only on one side"
|
||||
}
|
||||
},
|
||||
"question": "Does this crossing have tactile paving?"
|
||||
},
|
||||
"crossing-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Crossing, without traffic lights"
|
||||
},
|
||||
"1": {
|
||||
"then": "Crossing with traffic signals"
|
||||
},
|
||||
"2": {
|
||||
"then": "Zebra crossing"
|
||||
},
|
||||
"3": {
|
||||
"then": "Crossing without crossing markings"
|
||||
}
|
||||
},
|
||||
"question": "What kind of crossing is this?"
|
||||
},
|
||||
"crossing-vibration": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3956,6 +3960,20 @@
|
|||
},
|
||||
"question": "What kind of markings does this crossing have?",
|
||||
"render": "This crossing has {crossing:markings} markings"
|
||||
},
|
||||
"signals": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There are no traffic signals at this crossing"
|
||||
},
|
||||
"1": {
|
||||
"then": "There are traffic signals at this crossing"
|
||||
},
|
||||
"2": {
|
||||
"then": "There are traffic signals at this crossing"
|
||||
}
|
||||
},
|
||||
"question": "Are there traffic signals at this crossing?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -6374,6 +6392,27 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"ele": {
|
||||
"freeform": {
|
||||
"placeholder": "Elevation on the guidepost (in meters)"
|
||||
},
|
||||
"question": "What is the elevation noted on this guidepost?",
|
||||
"render": "Elevation noted on the guidepost: {ele} m"
|
||||
},
|
||||
"name": {
|
||||
"freeform": {
|
||||
"placeholder": "Name on the guidepost"
|
||||
},
|
||||
"question": "What is the name noted on this guidepost?",
|
||||
"render": "Name noted on the guidepost: {name}"
|
||||
},
|
||||
"ref": {
|
||||
"freeform": {
|
||||
"placeholder": "Reference number of the guidepost"
|
||||
},
|
||||
"question": "What is the reference number of this guidepost?",
|
||||
"render": "Reference number of the guidepost: {ref}"
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -7926,6 +7965,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "You <b>can't</b> send packages from this parcel locker"
|
||||
},
|
||||
"2": {
|
||||
"then": "You can send packages from this parcel locker, but only for returns"
|
||||
}
|
||||
},
|
||||
"question": "Can you send packages from this parcel locker?"
|
||||
|
@ -10086,6 +10128,15 @@
|
|||
},
|
||||
"scouting_group": {
|
||||
"description": "A map showing scouting groups.",
|
||||
"filter": {
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Search for brand: {search}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Scouting groups",
|
||||
"presets": {
|
||||
"0": {
|
||||
|
@ -13715,25 +13766,6 @@
|
|||
"walls_and_buildings": {
|
||||
"description": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, …). This layer is invisible by default and not toggleable by the user.",
|
||||
"snapName": "a wall or building",
|
||||
"tagRenderings": {
|
||||
"entrance_info": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No entrance has been marked"
|
||||
},
|
||||
"1": {
|
||||
"then": "None of the {_entrance_count} entrances have width information yet"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"after": "{_entrances_count_without_width_count} entrances don't have width information yet",
|
||||
"before": "<h3>Entrances</h3>This building has {_entrances_count} entrances:",
|
||||
"special": {
|
||||
"tagrendering": "An <a href='#{id}'>entrance</a> of {canonical(width)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wall or building"
|
||||
}
|
||||
|
@ -13902,6 +13934,146 @@
|
|||
"render": "Waste Disposal"
|
||||
}
|
||||
},
|
||||
"wayside_shrine": {
|
||||
"description": "Shrines are religious places that are dedicated to specific deities, saints and other figures of religious importance. Typically, the contain religious depictions and people frequently leave offerings at those places. Wayside shrines are small shrines that can be found next to a road or pathway and are frequented by travellers passing by.",
|
||||
"name": "Wayside Shrines",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "A wayside shrine typically shows a religious depiction, usually placed by a road or pathway. ",
|
||||
"title": "a wayside shrine"
|
||||
},
|
||||
"1": {
|
||||
"description": "A wayside shrine typically shows a religious depiction, usually placed by a road or pathway. This shrine is mounted on a wall",
|
||||
"title": "a wayside shrine mounted on a wall"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"denomination_christian": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The religious subdenomination is Catholic"
|
||||
},
|
||||
"1": {
|
||||
"then": "The religious subdenomination is Roman Catholic"
|
||||
},
|
||||
"2": {
|
||||
"then": "The religious subdenomination is Orthodox"
|
||||
},
|
||||
"3": {
|
||||
"then": "The religious subdenomination is Greek-Orthodox"
|
||||
},
|
||||
"4": {
|
||||
"then": "The religious subdenomination is Russian-Orthodox"
|
||||
},
|
||||
"5": {
|
||||
"then": "The religious subdenomination is Serbian Orthodox"
|
||||
},
|
||||
"6": {
|
||||
"then": "The religious subdenomination is Protestant"
|
||||
},
|
||||
"7": {
|
||||
"then": "The religious subdenomination is Anglican"
|
||||
},
|
||||
"8": {
|
||||
"then": "The religious subdenomination is Adventist"
|
||||
},
|
||||
"9": {
|
||||
"then": "The religious subdenomination is evangelical"
|
||||
}
|
||||
},
|
||||
"question": "What's the Christian denomination of the shrine?",
|
||||
"render": "The religious denomination is <b>{denomination}</b>"
|
||||
},
|
||||
"denomination_jewish": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The religious subdenomination is Conservative"
|
||||
},
|
||||
"1": {
|
||||
"then": "The religious subdenomination is Orthodox"
|
||||
},
|
||||
"2": {
|
||||
"then": "The religious subdenomination is Hasidic"
|
||||
},
|
||||
"3": {
|
||||
"then": "The religious subdenomination is Reform"
|
||||
}
|
||||
},
|
||||
"question": "What's the Jewish denomination of this shrine?",
|
||||
"render": "The religious subdenomination is {denomination}"
|
||||
},
|
||||
"denomination_muslim": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The religious subdenomination is Shia"
|
||||
},
|
||||
"1": {
|
||||
"then": "The religious subdenomination is Sunni"
|
||||
},
|
||||
"2": {
|
||||
"then": "The religious subdenomination is Sufi"
|
||||
}
|
||||
},
|
||||
"question": "What's the Muslim denomination of this shrine?",
|
||||
"render": "The religious subdenomination is {denomination}"
|
||||
},
|
||||
"denomination_other": {
|
||||
"question": "What's the denomination of this shrine?",
|
||||
"render": "The denomination of this shrine is {denomination}"
|
||||
},
|
||||
"religion": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a Christian shrine"
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a Buddhist shrine"
|
||||
},
|
||||
"10": {
|
||||
"then": "This is a Zoroastrian shrine"
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a Hindu shrine"
|
||||
},
|
||||
"3": {
|
||||
"then": "This is a Jain shrine"
|
||||
},
|
||||
"4": {
|
||||
"then": "This is a Jewish shrine"
|
||||
},
|
||||
"5": {
|
||||
"then": "This is an Islamic shrine"
|
||||
},
|
||||
"6": {
|
||||
"then": "This is a Pagan shrine"
|
||||
},
|
||||
"7": {
|
||||
"then": "This is a Shinto shrine"
|
||||
},
|
||||
"8": {
|
||||
"then": "This is a Sikh shrine"
|
||||
},
|
||||
"9": {
|
||||
"then": "This is a Taoist shrine"
|
||||
}
|
||||
},
|
||||
"question": "To which religion is this shrine dedicated?",
|
||||
"render": "This shrine is {religion}"
|
||||
},
|
||||
"shrine_name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This shrine does not have a name"
|
||||
}
|
||||
},
|
||||
"question": "What's the name of this shrine?",
|
||||
"render": "The name of this shrine is <b>{name}</b>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Wayside Shrine {name}"
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"description": "Modern windmills generating electricity",
|
||||
"name": "wind turbine",
|
||||
|
|
|
@ -339,6 +339,12 @@
|
|||
"render": "Teleférico {name}"
|
||||
}
|
||||
},
|
||||
"all_streets": {
|
||||
"name": "Todas las calles",
|
||||
"title": {
|
||||
"render": "Calle"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Una estación de ambulancias es un área para el almacenamiento de vehículos de ambulancia, equipo médico, equipo de protección personal y otros suministros médicos.",
|
||||
"name": "Mapa de estaciones de ambulancias",
|
||||
|
@ -3537,23 +3543,6 @@
|
|||
},
|
||||
"question": "¿Este cruce tiene pavimento táctil?"
|
||||
},
|
||||
"crossing-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cruce, sin semáforos"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cruce con semáforos"
|
||||
},
|
||||
"2": {
|
||||
"then": "Paso de peatones"
|
||||
},
|
||||
"3": {
|
||||
"then": "Cruce sin marcas de cruce"
|
||||
}
|
||||
},
|
||||
"question": "¿Qué tipo de cruce es este?"
|
||||
},
|
||||
"crossing-vibration": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -12433,25 +12422,6 @@
|
|||
"walls_and_buildings": {
|
||||
"description": "Capa incorporada especial que proporciona todas las paredes y edificios. Esta capa es útil en los ajustes preestablecidos para objetos que se pueden colocar contra las paredes (por ejemplo, DEA, buzones, entradas, direcciones, cámaras de vigilancia, etc.). Esta capa es invisible de forma predeterminada y el usuario no puede activarla.",
|
||||
"snapName": "una pared o edificio",
|
||||
"tagRenderings": {
|
||||
"entrance_info": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "No se ha marcado ninguna entrada"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ninguna de las {_entrance_count} entradas tiene información de ancho todavía"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"after": "{_entrances_count_without_width_count} entradas aún no tienen información de ancho",
|
||||
"before": "<h3>Entradas</h3>Este edificio tiene {_entrances_count} entradas:",
|
||||
"special": {
|
||||
"tagrendering": "Una <a href='#{id}'>entrada</a> de {canonical(width)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Pared o edificio"
|
||||
}
|
||||
|
|
|
@ -262,6 +262,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"all_streets": {
|
||||
"name": "Toutes les rues",
|
||||
"title": {
|
||||
"render": "Rue"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Une station d’ambulance est un lieu où sont stockés les véhicules d’urgence ainsi que de l’équipement médical.",
|
||||
"name": "Couche des ambulances",
|
||||
|
@ -2528,23 +2534,6 @@
|
|||
},
|
||||
"question": "Est-ce que ce passage piéton a une surface podotactile ?"
|
||||
},
|
||||
"crossing-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Passage piéton, sans feux de signalisation"
|
||||
},
|
||||
"1": {
|
||||
"then": "Passage piéton avec des feux de signalisation"
|
||||
},
|
||||
"2": {
|
||||
"then": "Passage piéton"
|
||||
},
|
||||
"3": {
|
||||
"then": "Passage piéton sans marquages"
|
||||
}
|
||||
},
|
||||
"question": "Quel type de passage piéton est-ce ?"
|
||||
},
|
||||
"crossing-vibration": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -343,6 +343,13 @@
|
|||
"render": "Kabelbaan {name}"
|
||||
}
|
||||
},
|
||||
"all_streets": {
|
||||
"description": "Laag met (bijna) alle straten",
|
||||
"name": "Alle straten",
|
||||
"title": {
|
||||
"render": "Straat"
|
||||
}
|
||||
},
|
||||
"ambulancestation": {
|
||||
"description": "Een ambulancestation is een plaats waar ambulances, medisch materiaal, persoonlijk beschermingsmateriaal en aanverwanten worden bewaard.",
|
||||
"name": "Kaart van ambulancestations",
|
||||
|
@ -3693,27 +3700,13 @@
|
|||
},
|
||||
"2": {
|
||||
"then": "Deze oversteekplaats heeft een geleidelijn, die incorrect is."
|
||||
},
|
||||
"3": {
|
||||
"then": "Deze oversteekplaats heeft een geleidelijn, maar slechts aan één kant"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze oversteekplaats een geleidelijn?"
|
||||
},
|
||||
"crossing-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Oversteekplaats, zonder verkeerslichten"
|
||||
},
|
||||
"1": {
|
||||
"then": "Oversteekplaats met verkeerslichten"
|
||||
},
|
||||
"2": {
|
||||
"then": "Zebrapad"
|
||||
},
|
||||
"3": {
|
||||
"then": "Oversteekplaats zonder kruispuntmarkeringen"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor oversteekplaats is dit?"
|
||||
},
|
||||
"crossing-vibration": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3775,6 +3768,20 @@
|
|||
},
|
||||
"question": "Wat voor markering heeft deze oversteekplaats?",
|
||||
"render": "Deze oversteekplaats heeft {crossing:markings} markeringen"
|
||||
},
|
||||
"signals": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Er zijn geen verkeerslichten bij deze oversteekplaats"
|
||||
},
|
||||
"1": {
|
||||
"then": "Er zijn verkeerslichten bij deze oversteekplaats"
|
||||
},
|
||||
"2": {
|
||||
"then": "Er zijn verkeerslichten bij deze oversteekplaats"
|
||||
}
|
||||
},
|
||||
"question": "Zijn er verkeerslichten bij deze oversteekplaats?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -6834,6 +6841,9 @@
|
|||
},
|
||||
"1": {
|
||||
"then": "Je kan <b>geen</b> pakketten versturen vanuit deze pakketautomaat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Je kan pakk etten versturen vanuit deze pakketautomaat, maar alleen voor retouren"
|
||||
}
|
||||
},
|
||||
"question": "Kan je pakketten versturen vanuit deze pakketautomaat?"
|
||||
|
@ -11032,25 +11042,6 @@
|
|||
"walls_and_buildings": {
|
||||
"description": "Speciale ingebouwde laag voor alle muren en gebouwen. Deze laag is nuttig in voorkeuzen voor objecten die tegen muren geplaatst kunnen worden (bv. AEDs, brievenbussen, ingangen, adressen, beveiligingscamera's,…). Deze laag is standaard onzichtbaar en niet in te schakelen door de gebruiker.",
|
||||
"snapName": "een muur of gebouw",
|
||||
"tagRenderings": {
|
||||
"entrance_info": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Geen ingang is gemarkeerd"
|
||||
},
|
||||
"1": {
|
||||
"then": "Geen van de {_entrance_count} ingangen hebben al informatie over de breedte"
|
||||
}
|
||||
},
|
||||
"render": {
|
||||
"after": "{_entrances_count_without_width_count} ingangen hebben nog geen informatie over de breedte",
|
||||
"before": "<h3>Ingangen</h3>Dit gebouw heeft {_entrances_count} ingangen:",
|
||||
"special": {
|
||||
"tagrendering": "Een <a href='#{id}'>ingang</a> van {canonical(width)}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Muur of gebouw"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue