mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Adjust fields, add couplings, simplify labels
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
"content": {"key": "content", "type": "combo", "label": "Content", "options": ["silage", "water", "oil", "fuel", "slurry", "gas", "manure", "sewage"]},
|
||||
"conveying": {"key": "conveying", "type": "typeCombo", "label": "Movement Direction", "strings": {"options": {"forward": "Forward", "backward": "Backward", "reversible": "Reversible"}}},
|
||||
"country": {"key": "country", "type": "combo", "label": "Country"},
|
||||
"couplings": {"key": "couplings", "type": "number", "minValue": 1, "label": "Couplings", "placeholder": "1, 2, 3..."},
|
||||
"covered": {"key": "covered", "type": "check", "label": "Covered"},
|
||||
"craft": {"key": "craft", "type": "typeCombo", "label": "Type"},
|
||||
"crane/type": {"key": "crane:type", "type": "combo", "label": "Crane Type", "strings": {"options": {"portal_crane": "Portal Crane", "floor-mounted_crane": "Floor-mounted Crane", "travel_lift": "Travel Lift"}}},
|
||||
@@ -104,10 +105,9 @@
|
||||
"fax": {"key": "fax", "type": "tel", "label": "Fax", "universal": true, "placeholder": "+31 42 123 4567"},
|
||||
"fee": {"key": "fee", "type": "check", "label": "Fee"},
|
||||
"fence_type": {"key": "fence_type", "type": "combo", "label": "Type"},
|
||||
"fire_hydrant/diameter": {"key": "fire_hydrant:diameter", "type": "text", "label": "Nominal diameter (in mm, inches or letters)."},
|
||||
"fire_hydrant/position": {"key": "fire_hydrant:position", "type": "combo", "label": "Position", "strings": {"options": {"lane": "on the side of a road lane", "parking_lot": "in a parking_lot", "sidewalk": "on a sidewalk", "green": "in a grassy area"}}},
|
||||
"fire_hydrant/pressure": {"key": "fire_hydrant:pressure", "type": "combo", "label": "Pressure in bar or suction", "options": ["#", "yes", "suction"]},
|
||||
"fire_hydrant/type": {"key": "fire_hydrant:type", "type": "combo", "label": "The shape of the hydrant.", "strings": {"options": {"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."}}},
|
||||
"fire_hydrant/diameter": {"key": "fire_hydrant:diameter", "type": "combo", "label": "Diameter (mm, in, or letters)", "snake_case": false},
|
||||
"fire_hydrant/pressure": {"key": "fire_hydrant:pressure", "type": "combo", "label": "Pressure (bar)", "snake_case": false},
|
||||
"fire_hydrant/type": {"key": "fire_hydrant:type", "type": "combo", "label": "Shape", "strings": {"options": {"pillar": "Pillar/Aboveground", "underground": "Underground", "wall": "Wall", "pipe": "Capped Pipe"}}},
|
||||
"fireplace": {"key": "fireplace", "type": "check", "label": "Fireplace"},
|
||||
"fitness_station": {"key": "fitness_station", "type": "typeCombo", "label": "Equipment Type"},
|
||||
"fixme": {"key": "fixme", "type": "textarea", "label": "Fix Me", "universal": true},
|
||||
@@ -308,7 +308,7 @@
|
||||
"surveillance": {"key": "surveillance", "type": "combo", "label": "Surveillance Kind"},
|
||||
"surveillance/type": {"key": "surveillance:type", "type": "combo", "label": "Surveillance Type", "strings": {"options": {"camera": "Camera", "guard": "Guard", "ALPR": "Automatic License Plate Reader"}}},
|
||||
"surveillance/zone": {"key": "surveillance:zone", "type": "combo", "label": "Surveillance Zone"},
|
||||
"survey/date": {"key": "survey:date", "type": "text", "universal": true, "label": "Date of last site survey (YYYY-MM-DD)"},
|
||||
"survey/date": {"key": "survey:date", "type": "text", "label": "Last Survey Date"},
|
||||
"swimming_pool": {"key": "swimming_pool", "type": "combo", "label": "Type"},
|
||||
"switch": {"key": "switch", "type": "combo", "label": "Type", "strings": {"options": {"mechanical": "Mechanical", "circuit_breaker": "Circuit Breaker", "disconnector": "Disconnector", "earthing": "Earthing"}}},
|
||||
"tactile_paving": {"key": "tactile_paving", "type": "check", "label": "Tactile Paving"},
|
||||
@@ -343,8 +343,8 @@
|
||||
"voltage/tertiary": {"key": "voltage:tertiary", "type": "combo", "label": "Tertiary Voltage"},
|
||||
"wall": {"key": "wall", "type": "combo", "label": "Type"},
|
||||
"water_point": {"key": "water_point", "type": "check", "label": "Water Point"},
|
||||
"water_source": {"key": "water_source", "default": "main", "type": "combo", "label": "Water source", "options": ["main", "groundwater", "stream", "river", "canal", "drain", "ditch", "pond", "lake", "water_tank", "swimming_pool"]},
|
||||
"water_volume": {"key": "water_volume", "type": "number", "label": "Volume of the water reserve. Tanks and pools only (default in m^3)."},
|
||||
"water_source": {"key": "water_source", "default": "main", "type": "combo", "label": "Water Source"},
|
||||
"water_volume": {"key": "water_volume", "type": "number", "label": "Water Reserve Volume (m³)", "snake_case": false},
|
||||
"water": {"key": "water", "type": "combo", "label": "Type"},
|
||||
"waterway": {"key": "waterway", "type": "typeCombo", "label": "Type"},
|
||||
"website": {"key": "website", "type": "url", "icon": "website", "placeholder": "http://example.com/", "universal": true, "label": "Website"},
|
||||
|
||||
Reference in New Issue
Block a user