mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-29 19:29:35 +02:00
add fields for fire_hydrant
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "bonnet:colour",
|
||||
"default": "red",
|
||||
"type": "combo",
|
||||
"label": "Colour of the top section (bonnet)",
|
||||
"options": [ "blue", "green", "red", "yellow", "grey" ]
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "cap:colour",
|
||||
"default": "red",
|
||||
"type": "combo",
|
||||
"label": "Colour of the caps",
|
||||
"options": [ "blue", "green", "red", "yellow", "grey" ]
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
"key": "couplings:diameters",
|
||||
"type": "text",
|
||||
"label": "Each coupling diameter (separated by ;)",
|
||||
"placeholder": "E.g. 45 mm;45 mm;110 mm",
|
||||
"placeholder": "E.g. 45 mm;45 mm;110 mm"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"type": "combo",
|
||||
"label": "Coupling standard.",
|
||||
"placeholder": "Bayonet, Storz, UNI…",
|
||||
"options": {
|
||||
"options": [
|
||||
"Bayonet",
|
||||
"Barcelona",
|
||||
"Guillemin",
|
||||
@@ -11,5 +11,5 @@
|
||||
"Sprawny",
|
||||
"Storz",
|
||||
"UNI"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key": "fire_hydrant:count",
|
||||
"minValue": 1,
|
||||
"type": "number",
|
||||
"label": "Number of hydrants, if there are more than one.",
|
||||
"placeholder": "1, 2, 3…"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "fire_hydrant:style",
|
||||
"type": "text",
|
||||
"label": "Style (for special designs)"
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "manufacturer",
|
||||
"type": "text",
|
||||
"label": "Manufacturers' name"
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "model",
|
||||
"type": "text",
|
||||
"label": "Model"
|
||||
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"key": "reflective:colour",
|
||||
"default": "red",
|
||||
"type": "text",
|
||||
"label": "Colour of reflective material"
|
||||
}
|
||||
Reference in New Issue
Block a user