forked from MapComplete/MapComplete
Split hailhydrant into layers
This commit is contained in:
parent
d9a323d477
commit
f7e411527f
25 changed files with 2067 additions and 2087 deletions
|
@ -47,952 +47,10 @@
|
|||
"widenFactor": 3,
|
||||
"socialImage": "",
|
||||
"layers": [
|
||||
{
|
||||
"id": "hydrants",
|
||||
"name": {
|
||||
"en": "Map of hydrants",
|
||||
"ja": "消火栓の地図",
|
||||
"zh_Hant": "消防栓地圖",
|
||||
"nb_NO": "Kart over brannhydranter",
|
||||
"ru": "Карта пожарных гидрантов",
|
||||
"fr": "Carte des bornes incendie",
|
||||
"de": "Karte der Hydranten",
|
||||
"it": "Mappa degli idranti"
|
||||
},
|
||||
"minzoom": 14,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"emergency=fire_hydrant"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Hydrant",
|
||||
"ru": "Гидрант",
|
||||
"ja": "消火栓",
|
||||
"nb_NO": "Brannhydrant",
|
||||
"fr": "Bornes incendie",
|
||||
"de": "Hydrant",
|
||||
"it": "Idrante"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "Map layer to show fire hydrants.",
|
||||
"ja": "消火栓を表示するマップレイヤ。",
|
||||
"zh_Hant": "顯示消防栓的地圖圖層。",
|
||||
"nb_NO": "Kartlag for å vise brannhydranter.",
|
||||
"ru": "Слой карты, отображающий пожарные гидранты.",
|
||||
"fr": "Couche des bornes incendie.",
|
||||
"de": "Kartenebene zur Anzeige von Hydranten.",
|
||||
"it": "Livello della mappa che mostra gli idranti antincendio."
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "hydrant-color",
|
||||
"question": {
|
||||
"en": "What color is the hydrant?",
|
||||
"ja": "消火栓の色は何色ですか?",
|
||||
"nb_NO": "Hvilken farge har brannhydranten?",
|
||||
"ru": "Какого цвета гидрант?",
|
||||
"fr": "Quelle est la couleur de la borne ?",
|
||||
"de": "Welche Farbe hat der Hydrant?",
|
||||
"it": "Qual è il colore dell’idrante?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The hydrant color is {colour}",
|
||||
"ja": "消火栓の色は{colour}です",
|
||||
"nb_NO": "Brannhydranter er {colour}",
|
||||
"ru": "Цвет гидранта {colour}",
|
||||
"fr": "La borne est {colour}",
|
||||
"de": "Der Hydrant hat die Farbe {colour}",
|
||||
"it": "Il colore dell’idrante è {colour}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "colour"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"colour="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant color is unknown.",
|
||||
"ja": "消火栓の色は不明です。",
|
||||
"ru": "Цвет гидранта не определён.",
|
||||
"fr": "La borne est de couleur inconnue.",
|
||||
"de": "Die Farbe des Hydranten ist unbekannt.",
|
||||
"it": "Il colore dell’idrante è sconosciuto."
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"colour=yellow"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant color is yellow.",
|
||||
"ja": "消火栓の色は黄色です。",
|
||||
"ru": "Гидрант жёлтого цвета.",
|
||||
"fr": "La borne est jaune.",
|
||||
"de": "Die Farbe des Hydranten ist gelb.",
|
||||
"it": "Il colore dell’idrante è giallo."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"colour=red"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant color is red.",
|
||||
"ja": "消火栓の色は赤です。",
|
||||
"it": "L'idrante è rosso.",
|
||||
"ru": "Гидрант красного цвета.",
|
||||
"fr": "La borne est rouge.",
|
||||
"de": "Die Farbe des Hydranten ist rot."
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "hydrant-type",
|
||||
"question": {
|
||||
"en": "What type of hydrant is it?",
|
||||
"ja": "どんな消火栓なんですか?",
|
||||
"it": "Di che tipo è questo idrante?",
|
||||
"ru": "К какому типу относится этот гидрант?",
|
||||
"fr": "De quel type de borne s’agit-il ?",
|
||||
"de": "Um welche Art von Hydrant handelt es sich?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "fire_hydrant:type"
|
||||
},
|
||||
"render": {
|
||||
"en": " Hydrant type: {fire_hydrant:type}",
|
||||
"ru": " Тип гидранта: {fire_hydrant:type}",
|
||||
"ja": " 消火栓のタイプ:{fire_hydrant:type}",
|
||||
"it": " Tipo di idrante: {fire_hydrant:type}",
|
||||
"fr": " Type de borne : {fire_hydrant:type}",
|
||||
"de": " Hydranten-Typ: {fire_hydrant:type}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fire_hydrant:type="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant type is unknown.",
|
||||
"ja": "消火栓の種類は不明です。",
|
||||
"it": "Il tipo di idrante è sconosciuto.",
|
||||
"ru": "Тип гидранта не определён.",
|
||||
"fr": "La borne est de type inconnu.",
|
||||
"de": "Der Typ des Hydranten ist unbekannt."
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fire_hydrant:type=pillar"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> Pillar type.",
|
||||
"ja": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> ピラー型。",
|
||||
"fr": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> Pilier.",
|
||||
"de": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> Säulenart.",
|
||||
"it": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_pillar.svg\" /> Soprasuolo."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fire_hydrant:type=pipe"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Pipe type.",
|
||||
"ja": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> パイプ型。",
|
||||
"fr": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Tuyau.",
|
||||
"de": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Rohrtyp.",
|
||||
"it": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Tubo."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fire_hydrant:type=wall"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Wall type.",
|
||||
"id": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Jenis dinding.",
|
||||
"ru": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Тип стены.",
|
||||
"ja": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> 壁型。",
|
||||
"fr": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Mural.",
|
||||
"de": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Wandtyp.",
|
||||
"it": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> A muro."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fire_hydrant:type=underground"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" /> Underground type.",
|
||||
"ja": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" />地下式。",
|
||||
"fr": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" /> Enterré.",
|
||||
"de": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" /> Untergrundtyp.",
|
||||
"it": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_underground.svg\" /> Sottosuolo."
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "hydrant-state",
|
||||
"question": {
|
||||
"en": "Is this hydrant still working?",
|
||||
"ja": "消火栓のライフサイクルステータスを更新します。",
|
||||
"fr": "Mettre à jour l’état de la borne.",
|
||||
"de": "Aktualisieren Sie den Lebenszyklusstatus des Hydranten.",
|
||||
"it": "Aggiorna lo stato di funzionamento dell’idrante."
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"emergency=fire_hydrant"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant is (fully or partially) working",
|
||||
"ja": "消火栓は(完全にまたは部分的に)機能しています。",
|
||||
"ru": "Гидрант (полностью или частично) в рабочем состоянии",
|
||||
"fr": "La borne est en état, ou partiellement en état, de fonctionner.",
|
||||
"de": "Der Hydrant ist (ganz oder teilweise) in Betrieb.",
|
||||
"it": "L’idrante è (parzialmente o completamente) funzionante."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"disused:emergency=fire_hydrant",
|
||||
"emergency="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant is unavailable",
|
||||
"ja": "消火栓は使用できません。",
|
||||
"fr": "La borne est hors-service.",
|
||||
"de": "Der Hydrant ist nicht verfügbar.",
|
||||
"it": "L’idrante è fuori servizio."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"removed:emergency=fire_hydrant",
|
||||
"emergency="
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The hydrant has been removed",
|
||||
"ja": "消火栓が撤去されました。",
|
||||
"ru": "Гидрант демонтирован",
|
||||
"fr": "La borne a été retirée.",
|
||||
"de": "Der Hydrant wurde entfernt.",
|
||||
"it": "L’idrante è stato rimosso."
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"images"
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"tags": [
|
||||
"emergency=fire_hydrant"
|
||||
],
|
||||
"title": {
|
||||
"en": "Fire hydrant",
|
||||
"ru": "Пожарный гидрант",
|
||||
"ja": "消火栓",
|
||||
"nb_NO": "Brannhydrant",
|
||||
"fr": "Borne incendie",
|
||||
"de": "Löschwasser-Hydrant",
|
||||
"it": "Idrante antincendio"
|
||||
},
|
||||
"description": {
|
||||
"en": "A hydrant is a connection point where firefighters can tap water. It might be located underground.",
|
||||
"ja": "消火栓は消防士が水を汲み上げることができる接続点です。地下にあるかもしれません。",
|
||||
"fr": "Une borne incendie est un point où les pompiers peuvent s’alimenter en eau. Elle peut être enterrée.",
|
||||
"de": "Ein Hydrant ist ein Anschlusspunkt, an dem die Feuerwehr Wasser zapfen kann. Er kann sich unterirdisch befinden.",
|
||||
"it": "Un idrante è un punto di collegamento dove i pompieri possono estrarre acqua. Potrebbe trovarsi sottoterra."
|
||||
}
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/hailhydrant/hydrant.svg"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "20,20,center"
|
||||
},
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#00f"
|
||||
},
|
||||
"width": {
|
||||
"render": "8"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "extinguisher",
|
||||
"name": {
|
||||
"en": "Map of fire extinguishers.",
|
||||
"ja": "消火器の地図です。",
|
||||
"nb_NO": "Kart over brannhydranter",
|
||||
"ru": "Карта огнетушителей.",
|
||||
"fr": "Couche des extincteurs.",
|
||||
"de": "Karte mit Feuerlöschern.",
|
||||
"it": "Cartina degli estintori."
|
||||
},
|
||||
"minzoom": 14,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"emergency=fire_extinguisher"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Extinguishers",
|
||||
"ru": "Огнетушители",
|
||||
"ja": "消火器",
|
||||
"nb_NO": "Brannslokkere",
|
||||
"fr": "Exctincteurs",
|
||||
"de": "Feuerlöscher",
|
||||
"it": "Estintori"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "Map layer to show fire hydrants.",
|
||||
"ja": "消火栓を表示するマップレイヤ。",
|
||||
"zh_Hant": "顯示消防栓的地圖圖層。",
|
||||
"nb_NO": "Kartlag for å vise brannslokkere.",
|
||||
"ru": "Слой карты, отображающий огнетушители.",
|
||||
"fr": "Couche des lances à incendie.",
|
||||
"de": "Kartenebene zur Anzeige von Hydranten.",
|
||||
"it": "Livello della mappa che mostra gli idranti antincendio."
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "extinguisher-location",
|
||||
"render": {
|
||||
"en": "Location: {location}",
|
||||
"ja": "場所:{location}",
|
||||
"ru": "Местоположение: {location}",
|
||||
"fr": "Emplacement : {location}",
|
||||
"de": "Standort: {location}",
|
||||
"eo": "Loko: {location}",
|
||||
"it": "Posizione: {location}"
|
||||
},
|
||||
"question": {
|
||||
"en": "Where is it positioned?",
|
||||
"ja": "どこにあるんですか?",
|
||||
"ru": "Где это расположено?",
|
||||
"fr": "Où est-elle positionnée ?",
|
||||
"de": "Wo befindet er sich?",
|
||||
"it": "Dove è posizionato?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"location=indoor"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Found indoors.",
|
||||
"ja": "屋内にある。",
|
||||
"ru": "Внутри.",
|
||||
"fr": "Intérieur.",
|
||||
"de": "Im Innenraum vorhanden.",
|
||||
"it": "Si trova all’interno."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"location=outdoor"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Found outdoors.",
|
||||
"ja": "屋外にある。",
|
||||
"ru": "Снаружи.",
|
||||
"fr": "Extérieur.",
|
||||
"de": "Im Außenraum vorhanden.",
|
||||
"it": "Si trova all’esterno."
|
||||
}
|
||||
}
|
||||
],
|
||||
"freeform": {
|
||||
"key": "location"
|
||||
}
|
||||
},
|
||||
"images"
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"tags": [
|
||||
"emergency=fire_extinguisher"
|
||||
],
|
||||
"title": {
|
||||
"en": "Fire extinguisher",
|
||||
"ja": "消火器",
|
||||
"nb_NO": "Brannslukker",
|
||||
"ru": "Огнетушитель",
|
||||
"fr": "Extincteur",
|
||||
"de": "Feuerlöscher",
|
||||
"it": "Estintore"
|
||||
},
|
||||
"description": {
|
||||
"en": "A fire extinguisher is a small, portable device used to stop a fire",
|
||||
"ja": "消火器は、火災を止めるために使用される小型で携帯可能な装置である",
|
||||
"ru": "Огнетушитель - небольшое переносное устройство для тушения огня",
|
||||
"fr": "Un extincteur est un appareil portatif servant à éteindre un feu",
|
||||
"de": "Ein Feuerlöscher ist ein kleines, tragbares Gerät, das dazu dient, ein Feuer zu löschen",
|
||||
"it": "Un estintore è un dispositivo portatile di piccole dimensioni usato per spegnere un incendio"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "20,20,center"
|
||||
},
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "fire_stations",
|
||||
"name": {
|
||||
"en": "Map of fire stations",
|
||||
"ja": "消防署の地図",
|
||||
"nb_NO": "Kart over brannstasjoner",
|
||||
"it": "Mappa delle caserme dei vigili del fuoco",
|
||||
"ru": "Карта пожарных частей",
|
||||
"fr": "Couche des stations de pompiers",
|
||||
"de": "Karte der Feuerwachen"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"amenity=fire_station"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Fire Station",
|
||||
"ja": "消防署",
|
||||
"ru": "Пожарная часть",
|
||||
"nb_NO": "Brannstasjon",
|
||||
"it": "Caserma dei vigili del fuoco",
|
||||
"fr": "Station de pompiers",
|
||||
"de": "Feuerwache"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "Map layer to show fire stations.",
|
||||
"ja": "消防署を表示するためのマップレイヤ。",
|
||||
"it": "Livello che mostra le caserme dei vigili del fuoco.",
|
||||
"ru": "Слой карты, отображающий пожарные части.",
|
||||
"fr": "Couche des stations de pompiers.",
|
||||
"de": "Kartenebene zur Darstellung von Feuerwachen."
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "station-name",
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the name of this fire station?",
|
||||
"ja": "この消防署の名前は何ですか?",
|
||||
"ru": "Как называется эта пожарная часть?",
|
||||
"it": "Come si chiama questa caserma dei vigili del fuoco?",
|
||||
"fr": "Quel est le nom de la station ?",
|
||||
"de": "Wie lautet der Name dieser Feuerwache?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This station is called {name}.",
|
||||
"ja": "このステーションの名前は{name}です。",
|
||||
"it": "Questa caserma si chiama {name}.",
|
||||
"ru": "Эта часть называется {name}.",
|
||||
"fr": "Cette station s’appelle {name}.",
|
||||
"nb_NO": "Denne stasjonen heter {name}."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "station-street",
|
||||
"freeform": {
|
||||
"key": "addr:street"
|
||||
},
|
||||
"question": {
|
||||
"en": " What is the street name where the station located?",
|
||||
"ja": " 救急ステーションの所在地はどこですか?",
|
||||
"it": " Qual è il nome della via in cui si trova la caserma?",
|
||||
"ru": " По какому адресу расположена эта часть?",
|
||||
"fr": " Quel est le nom de la rue dans lequel elle se situe ?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This station is along a highway called {addr:street}.",
|
||||
"ja": "{addr:street} 沿いにあります。",
|
||||
"ru": "Часть расположена вдоль шоссе {addr:street}.",
|
||||
"fr": "La station fait partie de la {addr:street}.",
|
||||
"it": "La stazione si trova in una strada chiamata {addr:street}."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "station-place",
|
||||
"question": {
|
||||
"en": "Where is the station located? (e.g. name of neighborhood, villlage, or town)",
|
||||
"ja": "このステーションの住所は?(例: 地区、村、または町の名称)",
|
||||
"ru": "Где расположена часть? (напр., название населённого пункта)",
|
||||
"fr": "Dans quelle localité la station est-elle située ?",
|
||||
"it": "In che località si trova la stazione? (ad es. quartiere, paese o città)"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "addr:place"
|
||||
},
|
||||
"render": {
|
||||
"en": "This station is found within {addr:place}.",
|
||||
"ja": "このステーションは{addr:place}にあります。",
|
||||
"ru": "Эта часть расположена в {addr:place}.",
|
||||
"fr": "La station fait partie de {addr:place}.",
|
||||
"it": "La stazione si trova a {addr:place}."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "station-agency",
|
||||
"question": {
|
||||
"en": "What agency operates this station?",
|
||||
"ja": "このステーションを運営しているのはどこですか?",
|
||||
"fr": "Quel est l’exploitant de la station ?",
|
||||
"it": "Quale agenzia gestisce questa stazione?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This station is operated by {operator}.",
|
||||
"ja": "このステーションは{operator}によって運営されています。",
|
||||
"fr": "Cette station est opérée par {operator}.",
|
||||
"it": "Questa stazione è gestita da {operator}."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "operator"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator=Bureau of Fire Protection",
|
||||
"operator:type=government"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "Bureau of Fire Protection",
|
||||
"ja": "消防局(消防庁)",
|
||||
"fr": "Brigade de Protection du Feu",
|
||||
"de": "Brandschutzbehörde",
|
||||
"it": "Servizio antincendio governativo"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "station-operator",
|
||||
"question": {
|
||||
"en": "How is the station operator classified?",
|
||||
"ja": "ステーションの運営の分類は?",
|
||||
"fr": "Quel est le type d’exploitant ?",
|
||||
"it": "Com’è classificato il gestore di questa stazione?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The operator is a(n) {operator:type} entity.",
|
||||
"ja": "運営者は、{operator:type} です。",
|
||||
"fr": "L’exploitant est de type {operator:type}.",
|
||||
"it": "Il gestore è un ente {operator:type}."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "operator:type"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator:type=government"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The station is operated by the government.",
|
||||
"ja": "ステーションは自治体が運営する。",
|
||||
"fr": "La station est opérée par le gouvernement.",
|
||||
"it": "Questa stazione è gestita dal governo.",
|
||||
"nb_NO": "Stasjonen drives av myndighetene."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator:type=community"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The station is operated by a community-based, or informal organization.",
|
||||
"ja": "任意団体やコミュニティが運営しているステーションである。",
|
||||
"fr": "La station est opérée par une organisation informelle.",
|
||||
"it": "Questa stazione è gestita dalla comunità oppure un’associazione informale."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator:type=ngo"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The station is operated by a formal group of volunteers.",
|
||||
"ja": "公益団体が運営しているステーションである。",
|
||||
"fr": "La station est opérée par un groupe officiel de bénévoles.",
|
||||
"it": "Questa stazione è gestita da un gruppo di volontari ufficiale."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator:type=private"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The station is privately operated.",
|
||||
"ja": "個人が運営しているステーションである。",
|
||||
"fr": "La station est opérée par un groupe privé.",
|
||||
"it": "Questa stazione è gestita da privati."
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"images"
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"tags": [
|
||||
"amenity=fire_station"
|
||||
],
|
||||
"title": {
|
||||
"en": "Fire station",
|
||||
"ja": "消防署",
|
||||
"ru": "Пожарная часть",
|
||||
"fr": "Caserne de pompiers",
|
||||
"de": "Feuerwache",
|
||||
"it": "Caserma dei vigili del fuoco",
|
||||
"nb_NO": "Brannstasjon"
|
||||
},
|
||||
"description": {
|
||||
"en": "A fire station is a place where the fire trucks and firefighters are located when not in operation.",
|
||||
"ja": "消防署は、運転していないときに消防車や消防士がいる場所です。",
|
||||
"fr": "Une caserne de pompiers est un lieu où les pompiers et leur équipements sont situés en dehors des missions.",
|
||||
"de": "Eine Feuerwache ist ein Ort, an dem die Feuerwehrfahrzeuge und die Feuerwehrleute untergebracht sind, wenn sie nicht im Einsatz sind.",
|
||||
"it": "Una caserma dei pompieri è un luogo dove si trovano i mezzi antincendio e i pompieri tra una missione e l’altra."
|
||||
}
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/hailhydrant/Twemoji12_1f692.svg"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "35,35,center"
|
||||
},
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#c22"
|
||||
},
|
||||
"width": {
|
||||
"render": "1"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "ambulancestation",
|
||||
"name": {
|
||||
"en": "Map of ambulance stations",
|
||||
"ja": "救急ステーションの地図",
|
||||
"ru": "Карта станций скорой помощи",
|
||||
"fr": "Couche des ambulances",
|
||||
"de": "Karte der Rettungswachen",
|
||||
"it": "Carta delle stazioni delle ambulanze"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"emergency=ambulance_station"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Ambulance Station",
|
||||
"ru": "Станция скорой помощи",
|
||||
"ja": "救急ステーション",
|
||||
"fr": "Station d’ambulances",
|
||||
"de": "Rettungswache",
|
||||
"it": "Stazione delle ambulanze"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.",
|
||||
"ja": "救急ステーションは、救急車、医療機器、個人用保護具、およびその他の医療用品を保管する場所です。",
|
||||
"fr": "Une station d’ambulance est un lieu où sont stockés les véhicules d’urgence ainsi que de l’équipement médical.",
|
||||
"de": "Eine Rettungswache ist ein Ort, an dem Rettungsfahrzeuge, medizinische Ausrüstung, persönliche Schutzausrüstung und anderes medizinisches Material untergebracht sind.",
|
||||
"it": "La stazione delle ambulanze è un’area per lo stoccaggio delle ambulanze, dell’equipaggiamento medico, dei dispositivi di protezione individuale e di altre forniture medicali."
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "ambulance-name",
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is the name of this ambulance station?",
|
||||
"ja": "この救急ステーションの名前は何ですか?",
|
||||
"ru": "Как называется эта станция скорой помощи?",
|
||||
"fr": "Quel est le nom de cette station ?",
|
||||
"it": "Qual è il nome di questa stazione delle ambulanze?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This station is called {name}.",
|
||||
"ja": "このステーションの名前は{name}です。",
|
||||
"ru": "Эта станция называется {name}.",
|
||||
"fr": "Cette station s’appelle {name}.",
|
||||
"it": "Questa stazione è chiamata {name}."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ambulance-street",
|
||||
"freeform": {
|
||||
"key": "addr:street"
|
||||
},
|
||||
"question": {
|
||||
"en": " What is the street name where the station located?",
|
||||
"ja": " 救急ステーションの所在地はどこですか?",
|
||||
"ru": " По какому адресу расположена эта станция?",
|
||||
"fr": " Quel est le nom de la rue où la station se situe ?",
|
||||
"it": " Come si chiama la strada in cui si trova questa stazione?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This station is along a highway called {addr:street}.",
|
||||
"ja": "{addr:street} 沿いにあります。",
|
||||
"ru": "Эта станция расположена вдоль шоссе {addr:street}.",
|
||||
"fr": "La station fait partie de {addr:street}.",
|
||||
"it": "Questa stazione si trova in {addr:street}."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ambulance-place",
|
||||
"question": {
|
||||
"en": "Where is the station located? (e.g. name of neighborhood, villlage, or town)",
|
||||
"ja": "このステーションの住所は?(例: 地区、村、または町の名称)",
|
||||
"ru": "Где расположена станция? (напр., название населённого пункта)",
|
||||
"fr": "Dans quelle localité la station est-elle située ?",
|
||||
"it": "Dove si trova la stazione? (ad es. quartiere, paese o città)"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "addr:place"
|
||||
},
|
||||
"render": {
|
||||
"en": "This station is found within {addr:place}.",
|
||||
"ja": "このステーションは{addr:place}にあります。",
|
||||
"fr": "La station fait partie de {addr:place}.",
|
||||
"it": "La stazione si trova a {addr:place}."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ambulance-agency",
|
||||
"question": {
|
||||
"en": "What agency operates this station?",
|
||||
"ja": "このステーションを運営しているのはどこですか?",
|
||||
"fr": "Quel est l’exploitant de la station ?",
|
||||
"it": "Quale agenzia gestisce questa stazione?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This station is operated by {operator}.",
|
||||
"ja": "このステーションは{operator}によって運営されています。",
|
||||
"fr": "Cette station est opérée par {operator}.",
|
||||
"it": "Questa stazione è gestita da {operator}."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "operator"
|
||||
},
|
||||
"mappings": []
|
||||
},
|
||||
{
|
||||
"id": "ambulance-operator-type",
|
||||
"question": {
|
||||
"en": "How is the station operator classified?",
|
||||
"ja": "ステーションの運営の分類は?",
|
||||
"fr": "Quel est le type d’exploitant ?",
|
||||
"it": "Com’è classificato il gestore della stazione?"
|
||||
},
|
||||
"render": {
|
||||
"en": "The operator is a(n) {operator:type} entity.",
|
||||
"ja": "運営者は、{operator:type} です。",
|
||||
"fr": "L’exploitant est de type {operator:type}.",
|
||||
"it": "L’operatore è un ente {operator:type}."
|
||||
},
|
||||
"freeform": {
|
||||
"key": "operator:type"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator:type=government"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The station is operated by the government.",
|
||||
"ja": "ステーションは自治体が運営する。",
|
||||
"fr": "La station est opérée par le gouvernement.",
|
||||
"it": "La stazione è gestita dal governo."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator:type=community"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The station is operated by a community-based, or informal organization.",
|
||||
"ja": "任意団体やコミュニティが運営しているステーションである。",
|
||||
"fr": "La station est opérée par une organisation informelle.",
|
||||
"it": "La stazione è gestita dalla comunità o un’organizzazione non ufficiale."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator:type=ngo"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The station is operated by a formal group of volunteers.",
|
||||
"ja": "公益団体が運営しているステーションである。",
|
||||
"fr": "La station est opérée par un groupe officiel de bénévoles.",
|
||||
"it": "La stazione è gestita da un gruppo ufficiale di volontari."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"operator:type=private"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "The station is privately operated.",
|
||||
"ja": "個人が運営しているステーションである。",
|
||||
"fr": "La station est opérée par un groupe privé.",
|
||||
"it": "La stazione è gestita da un privato."
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"images"
|
||||
],
|
||||
"presets": [
|
||||
{
|
||||
"tags": [
|
||||
"emergency=ambulance_station"
|
||||
],
|
||||
"title": {
|
||||
"en": "Ambulance station",
|
||||
"ru": "Станция скорой помощи",
|
||||
"ja": "救急ステーション(消防署)",
|
||||
"fr": "Station d’ambulances",
|
||||
"de": "Rettungswache",
|
||||
"it": "Stazione delle ambulanze"
|
||||
},
|
||||
"description": {
|
||||
"en": "Add an ambulance station to the map",
|
||||
"ja": "救急ステーション(消防署)をマップに追加する",
|
||||
"ru": "Добавить станцию скорой помощи на карту",
|
||||
"fr": "Ajouter une station d’ambulances à la carte",
|
||||
"de": "Eine Rettungsstation der Karte hinzufügen",
|
||||
"it": "Aggiungi una stazione delle ambulanza alla mappa"
|
||||
}
|
||||
}
|
||||
],
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": {
|
||||
"render": "./assets/themes/hailhydrant/Twemoji_1f691.svg"
|
||||
},
|
||||
"iconSize": {
|
||||
"render": "35,35,center"
|
||||
},
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
]
|
||||
},
|
||||
{
|
||||
"color": {
|
||||
"render": "#00f"
|
||||
},
|
||||
"width": {
|
||||
"render": "1"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
"hydrant",
|
||||
"extinguisher",
|
||||
"fire_station",
|
||||
"ambulancestation"
|
||||
],
|
||||
"defaultBackgroundId": "HDM_HOT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue