mapcomplete/assets/themes/hailhydrant/hailhydrant.json

722 lines
23 KiB
JSON
Raw Normal View History

2021-04-04 03:14:37 +02:00
{
"id": "hailhydrant",
2021-04-04 03:14:37 +02:00
"title": {
2021-06-04 17:23:17 +02:00
"en": "Hydrants, Extinguishers, Fire stations, and Ambulance stations.",
2021-06-08 16:56:36 +02:00
"ja": "消火栓、消火器、消防署、救急ステーションです。",
"zh_Hant": "消防栓、滅火器、消防隊、以及急救站。"
2021-04-04 03:14:37 +02:00
},
"shortDescription": {
2021-06-04 17:23:17 +02:00
"en": "Map to show hydrants, extinguishers, fire stations, and ambulance stations.",
2021-06-08 16:56:36 +02:00
"ja": "消火栓、消火器、消防署消火栓、消火器、消防署、および救急ステーションを表示します。",
"zh_Hant": "顯示消防栓、滅火器、消防隊與急救站的地圖。"
2021-04-04 03:14:37 +02:00
},
"description": {
2021-06-04 17:23:17 +02:00
"en": "On this map you can find and update hydrants, fire stations, ambulance stations, and extinguishers in your favorite neighborhoods. \n\nYou can track your precise location (mobile only) and select layers that are relevant for you in the bottom left corner. You can also use this tool to add or edit pins (points of interest) to the map and provide additional details by answering available questions. \n\nAll changes you make will automatically be saved in the global database of OpenStreetMap and can be freely re-used by others.",
2021-06-08 16:56:36 +02:00
"ja": "このマップでは、お気に入りの近隣にある消火栓、消防署、救急ステーション、消火器を検索して更新できます。\n\n正確な位置を追跡し(モバイルのみ)、左下コーナーで関連するレイヤを選択できます。このツールを使用して、マップにピン(注視点)を追加または編集したり、利用可能な質問に答えることによって追加の詳細を提供することもできます。\n\nすべての変更は自動的にOpenStreetMapのグローバルデータベースに保存され、他のユーザが自由に再利用できます。",
"zh_Hant": "在這份地圖上面你可以在你喜愛的社區尋找與更新消防栓、消防隊、急救站與滅火器。\n\n你可以追蹤確切位置 (只有行動版) 以及在左下角選擇與你相關的圖層。你也可以使用這工具新增或編輯地圖上的釘子 (興趣點),以及透過回答一些問題提供額外的資訊。\n\n所有你做出的變動都會自動存到開放街圖這個全球資料庫而且能自由讓其他人取用。"
2021-04-04 03:14:37 +02:00
},
"language": [
2021-05-27 21:20:04 +02:00
"en",
2021-06-04 17:23:17 +02:00
"ja",
2021-06-08 16:56:36 +02:00
"zh_Hant",
2021-05-28 12:58:53 +02:00
"ru",
2021-05-27 21:20:04 +02:00
"id"
2021-04-04 03:14:37 +02:00
],
"maintainer": "Erwin Olario",
2021-04-11 20:42:18 +02:00
"icon": "./assets/themes/hailhydrant/logo.svg",
2021-04-04 03:14:37 +02:00
"version": "0",
"startLat": 13.67801,
"startLon": 121.6625,
"startZoom": 6,
"widenFactor": 0.05,
"socialImage": "",
"layers": [
{
"id": "hydrants",
"name": {
2021-06-04 17:23:17 +02:00
"en": "Map of hydrants",
2021-06-08 16:56:36 +02:00
"ja": "消火栓の地図",
"zh_Hant": "消防栓地圖"
2021-04-04 03:14:37 +02:00
},
"minzoom": 14,
2021-04-12 16:54:53 +02:00
"source": {
"osmTags": {
"and": [
"emergency=fire_hydrant"
]
}
2021-04-04 03:14:37 +02:00
},
"title": {
"render": {
2021-05-28 12:58:53 +02:00
"en": "Hydrant",
2021-06-04 17:23:17 +02:00
"ru": "Гидрант",
"ja": "消火栓"
2021-04-04 03:14:37 +02:00
}
},
"description": {
2021-06-04 17:23:17 +02:00
"en": "Map layer to show fire hydrants.",
2021-06-08 16:56:36 +02:00
"ja": "消火栓を表示するマップレイヤ。",
"zh_Hant": "顯示消防栓的地圖圖層。"
2021-04-04 03:14:37 +02:00
},
"tagRenderings": [
{
"question": {
2021-06-04 17:23:17 +02:00
"en": "What color is the hydrant?",
"ja": "消火栓の色は何色ですか?"
2021-04-04 03:14:37 +02:00
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "The hydrant color is {colour}",
"ja": "消火栓の色は{color}です"
2021-04-04 03:14:37 +02:00
},
"freeform": {
"key": "colour"
},
"mappings": [
2021-04-21 08:05:19 +02:00
{
"if": {
"and": [
"colour="
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The hydrant color is unknown.",
"ja": "消火栓の色は不明です。"
2021-04-21 08:05:19 +02:00
},
"hideInAnswer": true
},
2021-04-05 05:17:18 +02:00
{
"if": {
"and": [
"colour=yellow"
2021-04-05 05:17:18 +02:00
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The hydrant color is yellow.",
"ja": "消火栓の色は黄色です。"
2021-04-05 05:17:18 +02:00
}
},
2021-04-04 03:14:37 +02:00
{
"if": {
"and": [
"colour=red"
2021-04-04 03:14:37 +02:00
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The hydrant color is red.",
"ja": "消火栓の色は赤です。"
2021-04-04 03:14:37 +02:00
}
}
]
},
{
"question": {
2021-06-04 17:23:17 +02:00
"en": "What type of hydrant is it?",
"ja": "どんな消火栓なんですか?"
2021-04-04 03:14:37 +02:00
},
"freeform": {
"key": "fire_hydrant:type"
},
"render": {
2021-05-28 12:58:53 +02:00
"en": " Hydrant type: {fire_hydrant:type}",
2021-06-04 17:23:17 +02:00
"ru": " Тип гидранта: {fire_hydrant:type}",
"ja": " 消火栓のタイプ:{fire_hydrant:type}"
2021-04-04 03:14:37 +02:00
},
"mappings": [
2021-04-21 08:05:19 +02:00
{
"if": {
"and": [
"fire_hydrant:type="
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The hydrant type is unknown.",
"ja": "消火栓の種類は不明です。"
2021-04-21 08:05:19 +02:00
},
"hideInAnswer": true
},
2021-04-04 03:14:37 +02:00
{
"if": {
"and": [
"fire_hydrant:type=pillar"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"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\" /> ピラー型。"
2021-04-04 03:14:37 +02:00
}
},
{
"if": {
"and": [
"fire_hydrant:type=pipe"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"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\" /> パイプ型。"
2021-04-04 03:14:37 +02:00
}
},
{
"if": {
"and": [
"fire_hydrant:type=wall"
]
},
"then": {
2021-05-27 21:20:04 +02:00
"en": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Wall type.",
2021-05-28 12:58:53 +02:00
"id": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Jenis dinding.",
2021-06-04 17:23:17 +02:00
"ru": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> Тип стены.",
"ja": "<img style=\"width:15px\" src=\"./assets/themes/hailhydrant/hydrant_unknown.svg\" /> 壁型。"
2021-04-04 03:14:37 +02:00
}
},
{
"if": {
"and": [
"fire_hydrant:type=underground"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"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\" />地下式。"
2021-04-04 03:14:37 +02:00
}
}
]
},
{
"question": {
2021-06-04 17:23:17 +02:00
"en": "Update the lifecycle status of the hydrant.",
"ja": "消火栓のライフサイクルステータスを更新します。"
2021-04-04 03:14:37 +02:00
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "Lifecycle status",
"ja": "ライフサイクルステータス"
2021-04-04 03:14:37 +02:00
},
"freeform": {
"key": "disused:emergency"
},
"mappings": [
{
"if": {
"and": [
"emergency=fire_hydrant"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The hydrant is (fully or partially) working.",
"ja": "消火栓は(完全にまたは部分的に)機能しています。"
2021-04-04 03:14:37 +02:00
}
},
{
"if": {
"and": [
"disused:emergency=fire_hydrant",
"emergency="
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The hydrant is unavailable.",
"ja": "消火栓は使用できません。"
2021-04-04 03:14:37 +02:00
}
},
{
"if": {
"and": [
"removed:emergency=fire_hydrant",
"emergency="
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The hydrant has been removed.",
"ja": "消火栓が撤去されました。"
2021-04-04 03:14:37 +02:00
}
}
]
2021-04-22 03:54:14 +02:00
},
"images"
2021-04-04 03:14:37 +02:00
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
2021-04-11 20:42:18 +02:00
"render": "./assets/themes/hailhydrant/hydrant.svg"
2021-04-04 03:14:37 +02:00
},
"width": {
"render": "8"
},
"iconSize": {
"render": "20,20,center"
2021-04-04 03:14:37 +02:00
},
"color": {
"render": "#00f"
},
"presets": [
{
"tags": [
"emergency=fire_hydrant"
],
"title": {
2021-05-28 12:58:53 +02:00
"en": "Fire hydrant",
2021-06-04 17:23:17 +02:00
"ru": "Пожарный гидрант",
"ja": "消火栓"
2021-04-04 03:14:37 +02:00
},
"description": {
2021-06-04 17:23:17 +02:00
"en": "A hydrant is a connection point where firefighters can tap water. It might be located underground.",
"ja": "消火栓は消防士が水を汲み上げることができる接続点です。地下にあるかもしれません。"
2021-04-04 03:14:37 +02:00
}
}
],
2021-04-12 16:54:53 +02:00
"wayHandling": 2
2021-04-04 03:14:37 +02:00
},
{
"id": "extinguisher",
"name": {
2021-06-04 17:23:17 +02:00
"en": "Map of fire extinguishers.",
"ja": "消火器の地図です。"
2021-04-04 03:14:37 +02:00
},
"minzoom": 14,
2021-04-12 16:54:53 +02:00
"source": {
"osmTags": {
"and": [
"emergency=fire_extinguisher"
]
}
2021-04-04 03:14:37 +02:00
},
"title": {
"render": {
2021-05-28 12:58:53 +02:00
"en": "Extinguishers",
2021-06-04 17:23:17 +02:00
"ru": "Огнетушители",
"ja": "消火器"
2021-04-04 03:14:37 +02:00
}
},
"description": {
2021-06-04 17:23:17 +02:00
"en": "Map layer to show fire hydrants.",
2021-06-08 16:56:36 +02:00
"ja": "消火栓を表示するマップレイヤ。",
"zh_Hant": "顯示消防栓的地圖圖層。"
2021-04-04 03:14:37 +02:00
},
"tagRenderings": [
{
"render": {
2021-06-04 17:23:17 +02:00
"en": "Location: {location}",
"ja": "場所:{location}"
2021-04-04 03:14:37 +02:00
},
"question": {
2021-06-04 17:23:17 +02:00
"en": "Where is it positioned?",
"ja": "どこにあるんですか?"
2021-04-04 03:14:37 +02:00
},
"mappings": [
{
"if": {
"and": [
"location=indoor"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "Found indoors.",
"ja": "屋内にある。"
2021-04-04 03:14:37 +02:00
}
},
{
"if": {
"and": [
"location=outdoor"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "Found outdoors.",
"ja": "屋外にある。"
2021-04-04 03:14:37 +02:00
}
}
],
"freeform": {
"key": "location"
}
2021-04-21 08:05:19 +02:00
},
"images"
2021-04-04 03:14:37 +02:00
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
2021-04-11 20:42:18 +02:00
"render": "./assets/themes/hailhydrant/Twemoji12_1f9ef.svg"
2021-04-04 03:14:37 +02:00
},
"width": {
"render": "8"
},
"iconSize": {
"render": "20,20,center"
},
"color": {
"render": "#00f"
},
"presets": [
{
"tags": [
"emergency=fire_extinguisher"
],
"title": {
2021-06-04 17:23:17 +02:00
"en": "Fire extinguisher",
"ja": "消火器"
2021-04-04 03:14:37 +02:00
},
"description": {
2021-06-04 17:23:17 +02:00
"en": "A fire extinguisher is a small, portable device used to stop a fire",
"ja": "消火器は、火災を止めるために使用される小型で携帯可能な装置である"
2021-04-04 03:14:37 +02:00
}
}
],
2021-04-12 16:54:53 +02:00
"wayHandling": 1
2021-04-04 03:14:37 +02:00
},
{
2021-04-12 16:54:53 +02:00
"id": "fire_stations",
2021-04-04 03:14:37 +02:00
"name": {
2021-06-04 17:23:17 +02:00
"en": "Map of fire stations",
"ja": "消防署の地図"
2021-04-04 03:14:37 +02:00
},
"minzoom": 12,
2021-04-12 16:54:53 +02:00
"source": {
"osmTags": {
"and": [
"amenity=fire_station"
]
}
2021-04-04 03:14:37 +02:00
},
2021-04-12 16:54:53 +02:00
"wayHandling": 2,
2021-04-04 03:14:37 +02:00
"title": {
"render": {
2021-06-04 17:23:17 +02:00
"en": "Fire Station",
"ja": "消防署",
"ru": "Пожарная часть"
2021-04-04 03:14:37 +02:00
}
},
"description": {
2021-06-04 17:23:17 +02:00
"en": "Map layer to show fire stations.",
"ja": "消防署を表示するためのマップレイヤ。"
2021-04-04 03:14:37 +02:00
},
"tagRenderings": [
{
"freeform": {
"key": "name"
},
"question": {
2021-06-04 17:23:17 +02:00
"en": "What is the name of this fire station?",
"ja": "この消防署の名前は何ですか?",
"ru": "Как называется пожарная часть?"
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "This station is called {name}.",
"ja": "このステーションの名前は{name}です。"
}
},
2021-04-04 03:14:37 +02:00
{
"freeform": {
"key": "addr:street"
},
"question": {
2021-06-04 17:23:17 +02:00
"en": " What is the street name where the station located?",
"ja": " 救急ステーションの所在地はどこですか?"
2021-04-04 03:14:37 +02:00
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "This station is along a highway called {addr:street}.",
"ja": "{addr:street} 沿いにあります。"
2021-04-04 03:14:37 +02:00
}
},
{
"question": {
2021-06-04 17:23:17 +02:00
"en": "Where is the station located? (e.g. name of neighborhood, villlage, or town)",
"ja": "このステーションの住所は?(例: 地区、村、または町の名称)"
2021-04-04 03:14:37 +02:00
},
"freeform": {
"key": "addr:place"
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "This station is found within {addr:place}.",
"ja": "このステーションは{addr:place}にあります。"
2021-04-04 03:14:37 +02:00
}
},
{
"question": {
2021-06-04 17:23:17 +02:00
"en": "What agency operates this station?",
"ja": "このステーションを運営しているのはどこですか?"
2021-04-04 03:14:37 +02:00
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "This station is operated by {operator}.",
"ja": "このステーションは{operator}によって運営されています。"
2021-04-04 03:14:37 +02:00
},
"freeform": {
"key": "operator"
},
"mappings": [
{
"if": {
"and": [
"operator=Bureau of Fire Protection",
"operator:type=government"
2021-04-04 03:14:37 +02:00
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "Bureau of Fire Protection",
"ja": "消防局(消防庁)"
2021-04-04 03:14:37 +02:00
}
}
]
},
{
"question": {
2021-06-04 17:23:17 +02:00
"en": "How is the station operator classified?",
"ja": "ステーションの運営の分類は?"
2021-04-04 03:14:37 +02:00
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "The operator is a(n) {operator:type} entity.",
"ja": "運営者は、{operator:type} です。"
2021-04-04 03:14:37 +02:00
},
"freeform": {
"key": "operator:type"
},
"mappings": [
{
"if": {
"and": [
"operator:type=government"
2021-04-04 03:14:37 +02:00
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The station is operated by the government.",
"ja": "ステーションは自治体が運営する。"
2021-04-04 03:14:37 +02:00
}
},
{
"if": {
"and": [
"operator:type=community"
2021-04-04 03:14:37 +02:00
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The station is operated by a community-based, or informal organization.",
"ja": "任意団体やコミュニティが運営しているステーションである。"
2021-04-04 03:14:37 +02:00
}
},
{
"if": {
"and": [
"operator:type=ngo"
2021-04-04 03:14:37 +02:00
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The station is operated by a formal group of volunteers.",
"ja": "公益団体が運営しているステーションである。"
2021-04-04 03:14:37 +02:00
}
},
{
"if": {
"and": [
"operator:type=private"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The station is privately operated.",
"ja": "個人が運営しているステーションである。"
2021-04-04 03:14:37 +02:00
}
}
]
2021-04-22 03:54:14 +02:00
},
"images"
2021-04-04 03:14:37 +02:00
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
2021-04-11 20:42:18 +02:00
"render": "./assets/themes/hailhydrant/Twemoji12_1f692.svg"
2021-04-04 03:14:37 +02:00
},
"width": {
2021-04-12 16:54:53 +02:00
"render": "1"
2021-04-04 03:14:37 +02:00
},
"iconSize": {
"render": "35,35,center"
2021-04-04 03:14:37 +02:00
},
"color": {
2021-04-12 16:54:53 +02:00
"render": "#c22"
2021-04-04 03:14:37 +02:00
},
"presets": [
{
"tags": [
"amenity=fire_station"
],
"title": {
2021-06-04 17:23:17 +02:00
"en": "Fire station",
"ja": "消防署"
2021-04-04 03:14:37 +02:00
},
"description": {
2021-06-04 17:23:17 +02:00
"en": "A fire station is a place where the fire trucks and firefighters are located when not in operation.",
"ja": "消防署は、運転していないときに消防車や消防士がいる場所です。"
2021-04-04 03:14:37 +02:00
}
}
2021-04-12 16:54:53 +02:00
]
2021-04-04 03:14:37 +02:00
},
{
2021-04-21 08:05:19 +02:00
"id": "ambulancestation",
2021-04-04 03:14:37 +02:00
"name": {
2021-06-04 17:23:17 +02:00
"en": "Map of ambulance stations",
"ja": "救急ステーションの地図"
2021-04-04 03:14:37 +02:00
},
"minzoom": 12,
2021-04-12 16:54:53 +02:00
"source": {
"osmTags": {
"and": [
2021-04-21 08:05:19 +02:00
"emergency=ambulance_station"
2021-04-12 16:54:53 +02:00
]
}
2021-04-04 03:14:37 +02:00
},
"title": {
"render": {
2021-05-28 12:58:53 +02:00
"en": "Ambulance Station",
2021-06-04 17:23:17 +02:00
"ru": "Станция скорой помощи",
"ja": "救急ステーション"
2021-04-04 03:14:37 +02:00
}
},
"description": {
2021-06-04 17:23:17 +02:00
"en": "An ambulance station is an area for storage of ambulance vehicles, medical equipment, personal protective equipment, and other medical supplies.",
"ja": "救急ステーションは、救急車、医療機器、個人用保護具、およびその他の医療用品を保管する場所です。"
2021-04-04 03:14:37 +02:00
},
"tagRenderings": [
{
2021-04-21 08:05:19 +02:00
"freeform": {
"key": "name"
},
"question": {
2021-06-04 17:23:17 +02:00
"en": "What is the name of this ambulance station?",
"ja": "この救急ステーションの名前は何ですか?",
"ru": "Как называется станция скорой помощи?"
},
2021-04-21 08:05:19 +02:00
"render": {
2021-06-04 17:23:17 +02:00
"en": "This station is called {name}.",
"ja": "このステーションの名前は{name}です。"
2021-04-21 08:05:19 +02:00
}
},
{
"freeform": {
2021-04-21 08:05:19 +02:00
"key": "addr:street"
},
"question": {
2021-06-04 17:23:17 +02:00
"en": " What is the street name where the station located?",
"ja": " 救急ステーションの所在地はどこですか?"
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "This station is along a highway called {addr:street}.",
"ja": "{addr:street} 沿いにあります。"
}
2021-04-21 08:05:19 +02:00
},
{
"question": {
2021-06-04 17:23:17 +02:00
"en": "Where is the station located? (e.g. name of neighborhood, villlage, or town)",
"ja": "このステーションの住所は?(例: 地区、村、または町の名称)"
2021-04-21 08:05:19 +02:00
},
"freeform": {
"key": "addr:place"
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "This station is found within {addr:place}.",
"ja": "このステーションは{addr:place}にあります。"
2021-04-21 08:05:19 +02:00
}
},
{
"question": {
2021-06-04 17:23:17 +02:00
"en": "What agency operates this station?",
"ja": "このステーションを運営しているのはどこですか?"
2021-04-21 08:05:19 +02:00
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "This station is operated by {operator}.",
"ja": "このステーションは{operator}によって運営されています。"
2021-04-21 08:05:19 +02:00
},
"freeform": {
"key": "operator"
},
"mappings": []
},
{
"question": {
2021-06-04 17:23:17 +02:00
"en": "How is the station operator classified?",
"ja": "ステーションの運営の分類は?"
2021-04-21 08:05:19 +02:00
},
"render": {
2021-06-04 17:23:17 +02:00
"en": "The operator is a(n) {operator:type} entity.",
"ja": "運営者は、{operator:type} です。"
2021-04-21 08:05:19 +02:00
},
"freeform": {
"key": "operator:type"
},
"mappings": [
{
"if": {
"and": [
"operator:type=government"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The station is operated by the government.",
"ja": "ステーションは自治体が運営する。"
2021-04-21 08:05:19 +02:00
}
},
{
"if": {
"and": [
"operator:type=community"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The station is operated by a community-based, or informal organization.",
"ja": "任意団体やコミュニティが運営しているステーションである。"
2021-04-21 08:05:19 +02:00
}
},
{
"if": {
"and": [
"operator:type=ngo"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The station is operated by a formal group of volunteers.",
"ja": "公益団体が運営しているステーションである。"
2021-04-21 08:05:19 +02:00
}
},
{
"if": {
"and": [
"operator:type=private"
]
},
"then": {
2021-06-04 17:23:17 +02:00
"en": "The station is privately operated.",
"ja": "個人が運営しているステーションである。"
2021-04-21 08:05:19 +02:00
}
}
]
2021-04-22 03:54:14 +02:00
},
"images"
],
2021-04-04 03:14:37 +02:00
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
2021-04-21 08:05:19 +02:00
"render": "./assets/themes/hailhydrant/Twemoji_1f691.svg"
2021-04-04 03:14:37 +02:00
},
"width": {
2021-04-12 16:54:53 +02:00
"render": "1"
2021-04-04 03:14:37 +02:00
},
"iconSize": {
"render": "35,35,center"
2021-04-04 03:14:37 +02:00
},
"color": {
"render": "#00f"
},
2021-04-21 08:05:19 +02:00
"presets": [
2021-04-04 03:14:37 +02:00
{
"tags": [
2021-04-21 08:05:19 +02:00
"emergency=ambulance_station"
2021-04-04 03:14:37 +02:00
],
"title": {
2021-05-28 12:58:53 +02:00
"en": "Ambulance station",
2021-06-04 17:23:17 +02:00
"ru": "Станция скорой помощи",
"ja": "救急ステーション(消防署)"
2021-04-04 03:14:37 +02:00
},
"description": {
2021-06-04 17:23:17 +02:00
"en": "Add an ambulance station to the map",
"ja": "救急ステーション(消防署)をマップに追加する"
2021-04-04 03:14:37 +02:00
}
}
],
2021-04-12 16:54:53 +02:00
"wayHandling": 2
2021-04-04 03:14:37 +02:00
}
],
"defaultBackgroundId": "HDM_HOT"
2021-05-19 23:57:26 +02:00
}