mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
add fields for fire_hydrant
This commit is contained in:
5
data/presets/fields/flow_rate.json
Normal file
5
data/presets/fields/flow_rate.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "flow_rate",
|
||||
"type": "number",
|
||||
"label": "Nominal flow rate with unit of measure."
|
||||
}
|
||||
6
data/presets/fields/survey/date.json
Normal file
6
data/presets/fields/survey/date.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "survey:date",
|
||||
"type": "text",
|
||||
"universal": true,
|
||||
"label": "Date of last site survey (YYYY-MM-DD)"
|
||||
}
|
||||
7
data/presets/fields/water_source.json
Normal file
7
data/presets/fields/water_source.json
Normal file
@@ -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" ]
|
||||
}
|
||||
5
data/presets/fields/water_volume.json
Normal file
5
data/presets/fields/water_volume.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "water_volume",
|
||||
"type": "number",
|
||||
"label": "Volume of the water reserve (only tanks and pools)."
|
||||
}
|
||||
@@ -2,11 +2,28 @@
|
||||
"icon": "temaki-fire_hydrant",
|
||||
"fields": [
|
||||
"fire_hydrant/type",
|
||||
"fire_hydrant/diameter",
|
||||
"fire_hydrant/pressure",
|
||||
"fire_hydrant/diameter",
|
||||
"water_source",
|
||||
"survey/date",
|
||||
"fire_hydrant/position",
|
||||
"water_volume",
|
||||
"flow_rate",
|
||||
"fire_hydrant/awwa_class",
|
||||
"pillar/type",
|
||||
"couplings",
|
||||
"couplings/type",
|
||||
"couplings/diameters",
|
||||
"colour",
|
||||
"bonnet/colour",
|
||||
"cap/colour",
|
||||
"reflective/colour",
|
||||
"manufacturer",
|
||||
"model",
|
||||
"fire_hydrant/count",
|
||||
"fire_hydrant/style",
|
||||
"ref",
|
||||
"operator"
|
||||
"name"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user