mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Merge branch 'fire-hydrants-shortened' of https://github.com/momu/iD into momu-fire-hydrants-shortened
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "fire_hydrant:diameter",
|
||||
"type": "text",
|
||||
"label": "Nominal diameter (in mm, inches or letters)."
|
||||
}
|
||||
@@ -4,10 +4,10 @@
|
||||
"label": "Position",
|
||||
"strings": {
|
||||
"options": {
|
||||
"lane": "Lane",
|
||||
"parking_lot": "Parking Lot",
|
||||
"sidewalk": "Sidewalk",
|
||||
"green": "Green"
|
||||
"lane": "on the side of a road lane",
|
||||
"parking_lot": "in a parking_lot",
|
||||
"sidewalk": "on a sidewalk",
|
||||
"green": "in a grassy area"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "fire_hydrant:pressure",
|
||||
"type": "combo",
|
||||
"label": "Pressure in bar or suction",
|
||||
"options": [ "#", "yes", "suction" ]
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"key": "fire_hydrant:type",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"label": "The shape of the hydrant.",
|
||||
"strings": {
|
||||
"options": {
|
||||
"pillar": "Pillar/Aboveground",
|
||||
"underground": "Underground",
|
||||
"wall": "Wall",
|
||||
"pond": "Pond"
|
||||
"pillar": "A pillar type hydrant.",
|
||||
"underground": "A fire hydrant simple outlet located underground.",
|
||||
"wall": "A wall-mounted fire hydrant.",
|
||||
"pipe": "A simple capped pipe, without the usual hydrant shape."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "survey:date",
|
||||
"type": "text",
|
||||
"universal": true,
|
||||
"label": "Date of last site survey (YYYY-MM-DD)"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "water_source",
|
||||
"default": "main",
|
||||
"type": "combo",
|
||||
"label": "Water source",
|
||||
"options": [ "main", "groundwater", "stream", "river", "canal", "drain", "ditch", "pond", "lake", "water_tank", "swimming_pool" ]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "water_volume",
|
||||
"type": "number",
|
||||
"label": "Volume of the water reserve. Tanks and pools only (default in m^3)."
|
||||
}
|
||||
Reference in New Issue
Block a user