mapcomplete/assets/layers/extinguisher/extinguisher.json

146 lines
4.3 KiB
JSON
Raw Normal View History

2021-11-28 14:52:44 +01:00
{
"id": "extinguisher",
"name": {
"en": "Map of fire extinguishers.",
"ja": "消火器の地図です。",
"nb_NO": "Kart over brannhydranter",
"ru": "Карта огнетушителей.",
"fr": "Couche des extincteurs.",
2022-04-09 17:35:21 +02:00
"de": "Feuerlöscher anzeigen",
2022-02-22 16:13:49 +01:00
"it": "Cartina degli estintori.",
"nl": "Kaart van brandblussers."
2021-11-28 14:52:44 +01:00
},
"minzoom": 14,
"source": {
"osmTags": {
"and": [
"emergency=fire_extinguisher"
]
}
},
"title": {
"render": {
"en": "Extinguishers",
"ru": "Огнетушители",
"ja": "消火器",
"nb_NO": "Brannslokkere",
"fr": "Exctincteurs",
"de": "Feuerlöscher",
2022-02-22 16:13:49 +01:00
"it": "Estintori",
"nl": "Brandblussers"
2021-11-28 14:52:44 +01:00
}
},
"description": {
2022-02-22 16:13:49 +01:00
"en": "Map layer to show fire extinguishers.",
2021-11-28 14:52:44 +01:00
"ja": "消火栓を表示するマップレイヤ。",
"zh_Hant": "顯示消防栓的地圖圖層。",
"nb_NO": "Kartlag for å vise brannslokkere.",
"ru": "Слой карты, отображающий огнетушители.",
"fr": "Couche des lances à incendie.",
"de": "Kartenebene zur Anzeige von Hydranten.",
2022-02-22 16:13:49 +01:00
"it": "Livello della mappa che mostra gli idranti antincendio.",
"nl": "Kaartlaag met brandblussers."
2021-11-28 14:52:44 +01:00
},
"tagRenderings": [
{
"id": "extinguisher-location",
"render": {
"en": "Location: {location}",
"ja": "場所:{location}",
"ru": "Местоположение: {location}",
"fr": "Emplacement : {location}",
"de": "Standort: {location}",
"eo": "Loko: {location}",
2022-02-22 16:13:49 +01:00
"it": "Posizione: {location}",
"nl": "Locatie: {location}"
2021-11-28 14:52:44 +01:00
},
"question": {
"en": "Where is it positioned?",
"ja": "どこにあるんですか?",
"ru": "Где это расположено?",
"fr": "Où est-elle positionnée ?",
"de": "Wo befindet er sich?",
2022-04-03 03:17:10 +02:00
"it": "Dove è posizionato?",
"nl": "Op welke locatie staat dit?"
2021-11-28 14:52:44 +01:00
},
"mappings": [
{
"if": {
"and": [
"location=indoor"
]
},
"then": {
"en": "Found indoors.",
"ja": "屋内にある。",
"ru": "Внутри.",
"fr": "Intérieur.",
"de": "Im Innenraum vorhanden.",
2022-04-03 03:17:10 +02:00
"it": "Si trova allinterno.",
"nl": "In een gebouw."
2021-11-28 14:52:44 +01:00
}
},
{
"if": {
"and": [
"location=outdoor"
]
},
"then": {
"en": "Found outdoors.",
"ja": "屋外にある。",
"ru": "Снаружи.",
"fr": "Extérieur.",
"de": "Im Außenraum vorhanden.",
2022-04-03 03:17:10 +02:00
"it": "Si trova allesterno.",
"nl": "In open lucht."
2021-11-28 14:52:44 +01:00
}
}
],
"freeform": {
"key": "location"
}
},
"images"
],
"presets": [
{
"tags": [
"emergency=fire_extinguisher"
],
"title": {
2022-04-03 03:10:06 +02:00
"en": "a fire extinguisher",
2021-11-28 14:52:44 +01:00
"ja": "消火器",
"nb_NO": "en brannslukker",
2021-11-28 14:52:44 +01:00
"ru": "Огнетушитель",
"fr": "une extincteur",
"de": "eine feuerlöscher",
"it": "una estintore",
"nl": "een brandblusser"
2021-11-28 14:52:44 +01:00
},
"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",
2022-02-22 16:13:49 +01:00
"it": "Un estintore è un dispositivo portatile di piccole dimensioni usato per spegnere un incendio",
"nl": "Een brandblusser is een klein, draagbaar apparaat om een brand te blussen"
2021-11-28 14:52:44 +01:00
}
}
],
"mapRendering": [
{
"icon": {
"render": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg"
},
"iconSize": {
"render": "20,20,center"
},
"location": [
"point",
"centroid"
]
}
]
}