mapcomplete/assets/layers/hydrant/hydrant.json

495 lines
15 KiB
JSON
Raw Normal View History

2021-11-28 14:52:44 +01:00
{
"id": "hydrant",
"name": {
"en": "Map of hydrants",
"ja": "消火栓の地図",
"zh_Hant": "消防栓地圖",
"nb_NO": "Kart over brannhydranter",
"ru": "Карта пожарных гидрантов",
"fr": "Carte des bornes incendie",
2022-05-21 02:31:32 +02:00
"de": "Hydranten",
2022-02-22 16:13:49 +01:00
"it": "Mappa degli idranti",
2022-06-07 03:39:45 +02:00
"nl": "Kaart van brandkranen",
"es": "Mapa de bocas de incendios"
2021-11-28 14:52:44 +01:00
},
"minzoom": 14,
"source": {
"osmTags": {
"and": [
"emergency=fire_hydrant"
]
}
},
"title": {
"render": {
"en": "Hydrant",
"ru": "Гидрант",
"ja": "消火栓",
"nb_NO": "Brannhydrant",
"fr": "Bornes incendie",
"de": "Hydrant",
2022-04-03 03:17:10 +02:00
"it": "Idrante",
2022-04-13 18:42:40 +02:00
"nl": "Brandkraan",
2022-06-07 03:39:45 +02:00
"ca": "Hidrant",
"es": "Boca de incendios"
2021-11-28 14:52:44 +01:00
}
},
"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.",
2022-02-22 16:13:49 +01:00
"it": "Livello della mappa che mostra gli idranti antincendio.",
2022-06-07 03:39:45 +02:00
"nl": "Kaartlaag met brandkranen.",
"es": "Un mapa que muestra bocas de incendios."
2021-11-28 14:52:44 +01:00
},
"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?",
2022-04-03 03:17:10 +02:00
"it": "Qual è il colore dellidrante?",
2022-06-07 03:39:45 +02:00
"nl": "Welke kleur heeft de brandkraan?",
"es": "¿De que color es la boca de incendios?"
2021-11-28 14:52:44 +01:00
},
"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}",
2022-04-03 03:17:10 +02:00
"it": "Il colore dellidrante è {colour}",
2022-06-07 03:39:45 +02:00
"nl": "De brandkraan is {colour}",
"es": "La boca de incendios es de color {colour}"
2021-11-28 14:52:44 +01:00
},
"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.",
2022-04-03 03:17:10 +02:00
"it": "Il colore dellidrante è sconosciuto.",
2022-06-07 03:39:45 +02:00
"nl": "De kleur van de brandkraan is onbekend.",
"es": "Se desconoce el color de la boca de incendios."
2021-11-28 14:52:44 +01:00
},
"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.",
2022-04-03 03:17:10 +02:00
"it": "Il colore dellidrante è giallo.",
2022-06-07 03:39:45 +02:00
"nl": "De brandkraan is geel.",
"es": "La boca de incendios es amarilla."
2021-11-28 14:52:44 +01:00
}
},
{
"if": {
"and": [
"colour=red"
]
},
"then": {
"en": "The hydrant color is red.",
"ja": "消火栓の色は赤です。",
"it": "L'idrante è rosso.",
"ru": "Гидрант красного цвета.",
"fr": "La borne est rouge.",
2022-04-03 03:17:10 +02:00
"de": "Die Farbe des Hydranten ist rot.",
2022-05-14 20:14:08 +02:00
"nl": "De brandkraan is rood.",
2022-06-07 03:39:45 +02:00
"ca": "El color de l'hidrant és roig.",
"es": "La boca de incendios es roja."
2021-11-28 14:52:44 +01:00
}
}
]
},
{
"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 sagit-il ?",
2022-05-21 02:31:32 +02:00
"de": "Welche Bauform hat der Hydrant?",
2022-06-07 03:39:45 +02:00
"nl": "Wat voor soort brandkraan is dit?",
"es": "¿De qué tipo es esta boca de incendios?"
2021-11-28 14:52:44 +01:00
},
"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}",
2022-04-03 03:17:10 +02:00
"de": " Hydranten-Typ: {fire_hydrant:type}",
2022-06-07 03:39:45 +02:00
"nl": " Het type brandkraan is {fire_hydrant:type}",
"es": " Tipo de boca de incendios: {fire_hydrant:type}"
2021-11-28 14:52:44 +01:00
},
"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.",
2022-04-03 03:17:10 +02:00
"de": "Der Typ des Hydranten ist unbekannt.",
2022-06-07 03:39:45 +02:00
"nl": "Het type brandkraan is onbekend.",
"es": "Se desconoce el tipo de la boca de incendios"
2021-11-28 14:52:44 +01:00
},
"hideInAnswer": true
},
{
"if": {
"and": [
"fire_hydrant:type=pillar"
]
},
"then": {
2022-02-18 04:31:36 +01:00
"en": "Pillar type.",
"ja": "ピラー型。",
"fr": "Pilier.",
2022-05-21 02:31:32 +02:00
"de": "Überflurhydrant.",
2022-04-03 03:17:10 +02:00
"it": "Soprasuolo.",
2022-06-07 03:39:45 +02:00
"nl": "Pillaar type.",
"es": "De pilar."
2022-02-18 04:31:36 +01:00
},
"icon": {
"path": "./assets/themes/hailhydrant/hydrant_pillar.svg",
"class": "small"
2021-11-28 14:52:44 +01:00
}
},
{
"if": {
"and": [
"fire_hydrant:type=pipe"
]
},
"then": {
2022-02-18 04:31:36 +01:00
"en": "Pipe type.",
"ja": "パイプ型。",
"fr": "Tuyau.",
2022-05-21 02:31:32 +02:00
"de": "Druckloses Rohr.",
2022-04-03 03:17:10 +02:00
"it": "Tubo.",
2022-06-07 03:39:45 +02:00
"nl": "Buis type.",
"es": "De tubería."
2022-02-18 04:31:36 +01:00
},
"icon": {
"path": "./assets/themes/hailhydrant/hydrant_unknown.svg",
"class": "small"
2021-11-28 14:52:44 +01:00
}
},
{
"if": {
"and": [
"fire_hydrant:type=wall"
]
},
"then": {
2022-02-18 04:31:36 +01:00
"en": "Wall type.",
"id": "Jenis dinding.",
"ru": "Тип стены.",
"ja": "壁型。",
"fr": "Mural.",
2022-05-21 02:31:32 +02:00
"de": "Wandhydrant.",
2022-04-03 03:17:10 +02:00
"it": "A muro.",
2022-06-07 03:39:45 +02:00
"nl": "Muur type.",
"es": "De pared."
2022-02-18 04:31:36 +01:00
},
"icon": {
"path": "./assets/themes/hailhydrant/hydrant_unknown.svg",
"class": "small"
2021-11-28 14:52:44 +01:00
}
},
{
"if": {
"and": [
"fire_hydrant:type=underground"
]
},
"then": {
2022-02-18 04:31:36 +01:00
"en": "Underground type.",
"ja": "地下式。",
"fr": "Enterré.",
2022-05-21 02:31:32 +02:00
"de": "Unterflurhydrant.",
2022-04-03 03:17:10 +02:00
"it": "Sottosuolo.",
2022-05-14 20:14:08 +02:00
"nl": "Ondergronds type.",
2022-06-07 03:39:45 +02:00
"ca": "L'hidrant està soterrat.",
"es": "Bajo tierra."
2022-02-18 04:31:36 +01:00
},
"icon": {
"path": "./assets/themes/hailhydrant/hydrant_underground.svg",
"class": "small"
2021-11-28 14:52:44 +01:00
}
}
]
},
{
"id": "hydrant-state",
"question": {
"en": "Is this hydrant still working?",
"ja": "消火栓のライフサイクルステータスを更新します。",
2022-06-27 09:29:23 +02:00
"fr": "Cette borne incendie est-elle toujours en bon état de fonctionnement ?",
2021-12-02 23:02:37 +01:00
"de": "Ist dieser Hydrant noch in Betrieb?",
2022-04-03 03:17:10 +02:00
"it": "Aggiorna lo stato di funzionamento dellidrante.",
2022-06-07 03:39:45 +02:00
"nl": "Werkt deze brandkraan nog?",
"es": "¿Todavía funciona esta boca de incendios?"
2021-11-28 14:52:44 +01:00
},
"mappings": [
{
"if": {
"and": [
"emergency=fire_hydrant"
]
},
"then": {
"en": "The hydrant is (fully or partially) working",
"ja": "消火栓は(完全にまたは部分的に)機能しています。",
"ru": "Гидрант (полностью или частично) в рабочем состоянии",
2022-06-27 09:29:23 +02:00
"fr": "La borne est en état (ou partiellement en état) de fonctionner",
2021-12-02 23:02:37 +01:00
"de": "Der Hydrant ist (ganz oder teilweise) in Betrieb",
2022-04-03 03:17:10 +02:00
"it": "Lidrante è (parzialmente o completamente) funzionante.",
2022-06-07 03:39:45 +02:00
"nl": "De brandkraan werkt (minstens gedeeltelijk)",
"es": "La boca de incendios funciona (total o parcialmente)"
2021-11-28 14:52:44 +01:00
}
},
{
"if": {
"and": [
"disused:emergency=fire_hydrant",
"emergency="
]
},
"then": {
"en": "The hydrant is unavailable",
"ja": "消火栓は使用できません。",
2022-06-27 09:29:23 +02:00
"fr": "La borne est hors-service",
2022-05-21 02:31:32 +02:00
"de": "Der Hydrant ist nicht mehr in Betrieb",
2022-04-03 03:17:10 +02:00
"it": "Lidrante è fuori servizio.",
2022-06-07 03:39:45 +02:00
"nl": "De brandkraan is niet beschikbaar",
"es": "La boca de incendios no está disponible"
2021-11-28 14:52:44 +01:00
}
},
{
"if": {
"and": [
"removed:emergency=fire_hydrant",
"emergency="
]
},
"then": {
"en": "The hydrant has been removed",
"ja": "消火栓が撤去されました。",
"ru": "Гидрант демонтирован",
2022-06-27 09:29:23 +02:00
"fr": "La borne a été retirée",
2021-12-02 23:02:37 +01:00
"de": "Der Hydrant wurde entfernt",
2022-04-03 03:17:10 +02:00
"it": "Lidrante è stato rimosso.",
2022-06-07 03:39:45 +02:00
"nl": "Deze brandkraan is verwijderd",
"es": "La boca de incendios se ha retirado"
2021-11-28 14:52:44 +01:00
}
}
]
},
{
"id": "hydrant-diameter",
"question": {
2022-08-24 03:09:51 +02:00
"en": "What is the pipe diameter of this hydrant?",
"de": "Was ist der Rohrdurchmesser dieses Hydranten?"
},
"freeform": {
"key": "fire_hydrant:diameter",
"placeholder": {
2022-08-24 03:09:51 +02:00
"en": "Pipe diameter",
"de": "Rohrdurchmesser"
},
"type": "int"
},
"render": {
2022-08-24 03:09:51 +02:00
"en": "Pipe diameter: {canonical(fire_hydrant:diameter)}",
"de": "Rohrdurchmesser: {canonical(fire_hydrant:diameter)}"
}
},
{
"id": "hydrant-couplings",
"question": {
2022-08-24 03:09:51 +02:00
"en": "What kind of couplings does this hydrant have?",
"de": "Welche Art von Kupplungen hat dieser Hydrant?"
},
"freeform": {
"key": "couplings:type",
"placeholder": {
2022-08-24 03:09:51 +02:00
"en": "Coupling type",
"de": "Art der Kupplung"
},
"type": "string"
},
"mappings": [
{
"if": "couplings:type=Storz",
"then": {
2022-08-24 03:09:51 +02:00
"en": "Storz coupling",
"de": "Storz-Kupplung"
},
"icon": {
"path": "./assets/layers/hydrant/storz.jpg",
"class": "large"
}
},
{
"if": "couplings:type=UNI",
"then": {
2022-08-24 03:09:51 +02:00
"en": "UNI coupling",
"de": "UNI-Kupplung"
}
},
{
"if": "couplings:type=Barcelona",
"then": {
2022-08-24 03:09:51 +02:00
"en": "Barcelona coupling",
"de": "Barcelona-Kupplung"
},
"icon": {
"path": "./assets/layers/hydrant/barcelona.jpg",
"class": "large"
}
}
],
"multiAnswer": true,
"render": {
2022-08-24 03:09:51 +02:00
"en": "Couplings: {couplings:type}",
"de": "Kupplungen: {couplings:type}"
}
},
{
"id": "hydrant-couplings-diameters",
"question": {
2022-08-24 03:09:51 +02:00
"en": "What diameter are the couplings of this hydrant?",
"de": "Welchen Durchmesser haben die Kupplungen dieses Hydranten?"
},
"freeform": {
"key": "couplings:diameters",
"placeholder": {
2022-08-24 03:09:51 +02:00
"en": "Coupling diameters",
"de": "Kupplungsdurchmesser"
}
},
"render": {
2022-08-24 03:09:51 +02:00
"en": "Coupling diameters: {couplings:diameters}",
"de": "Kupplungsdurchmesser: {couplings:diameters}"
}
},
2021-11-28 14:52:44 +01:00
"images"
],
"presets": [
{
"tags": [
"emergency=fire_hydrant"
],
"title": {
2022-04-03 03:10:06 +02:00
"en": "a fire hydrant",
2021-11-28 14:52:44 +01:00
"ru": "Пожарный гидрант",
"ja": "消火栓",
"nb_NO": "en brannhydrant",
"fr": "une borne incendie",
2022-05-21 02:31:32 +02:00
"de": "einen Hydranten",
2022-04-03 03:17:10 +02:00
"it": "una idrante antincendio",
2022-06-07 03:39:45 +02:00
"nl": "een brandkraan",
"es": "una boca de incendios"
2021-11-28 14:52:44 +01:00
},
"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 salimenter 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.",
2022-04-03 03:17:10 +02:00
"it": "Un idrante è un punto di collegamento dove i pompieri possono estrarre acqua. Potrebbe trovarsi sottoterra.",
2022-06-07 03:39:45 +02:00
"nl": "Een brandkraan is een kraan waar brandweerlieden een brandslang kunnen aansluiten. Soms zit deze ondergronds.",
"es": "Una boca de incendios es un punto de conexión en el que los bomberos pueden conseguir agua. Puede situarse bajo tierra."
2021-11-28 14:52:44 +01:00
}
}
],
"mapRendering": [
{
"icon": {
"render": "./assets/themes/hailhydrant/hydrant.svg"
},
"iconSize": {
"render": "20,20,center"
},
"location": [
"point",
"centroid"
]
},
{
"color": {
"render": "#00f"
},
"width": {
"render": "8"
}
}
],
"units": [
{
"applicableUnits": [
{
"default": true,
"canonicalDenomination": "",
"alternativeDenomination": [
"mm",
"millimeter",
"millimeters"
],
"human": {
"en": "millimeters",
2022-08-24 03:09:51 +02:00
"nl": "millimeter",
"de": "Millimeter"
},
"humanSingular": {
"en": "millimeter",
2022-08-24 03:09:51 +02:00
"nl": "millimeter",
"de": "Millimeter"
}
}
],
"appliesToKey": [
"fire_hydrant:diameter"
]
}
2021-11-28 14:52:44 +01:00
]
}