Ticket #15774: fire_hydrant.diff

File fire_hydrant.diff, 5.4 KB (added by elgolfo, 8 years ago)
Line 
15556,5566c5556,5640
2< <combo key="fire_hydrant:type" text="Type" values="underground,pillar,wall,pond" values_context="pipeline" default="pillar" />
3< <combo key="fire_hydrant:diameter" text="Diameter (in mm)" values="50,80,100,150,200,250,300,400" />
4< <space />
5< <reference ref="name_ref" />
6< <text key="operator" text="Operator" />
7< <space />
8< <combo key="fire_hydrant:position" text="Hydrant Position" values="lane,parking_lot,sidewalk,green" values_context="hydrant position" />
9< <combo key="fire_hydrant:pressure" text="Pressure (in bar)" values="5,6,8,suction" />
10< <text key="fire_hydrant:count" text="Count" />
11< </item> <!-- Fire Hydrant -->
12< <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
13---
14> <combo key="fire_hydrant:type" text="Shape" values_searchable="true">
15> <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
16> <list_entry value="pillar" short_description="A pillar type hydrant." />
17> <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
18> <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
19> </combo>
20> <combo key="fire_hydrant:pressure" text="Pressure in bar or suction" values_searchable="true">
21> <list_entry value="#" short_description="Pressure in bar." />
22> <list_entry value="yes" short_description="Pressure but value unknown." />
23> <list_entry value="suction" short_description="Hydrant is connected to a pond/stream/tank/pool, pump is needed." />
24> </combo>
25> <optional>
26> <combo key="water_source" text="Water source" default="main">
27> <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
28> <list_entry value="groundwater" short_description="A water well." />
29> <list_entry value="stream" />
30> <list_entry value="river" />
31> <list_entry value="canal" />
32> <list_entry value="drain" />
33> <list_entry value="ditch" />
34> <list_entry value="pond" />
35> <list_entry value="lake" />
36> <list_entry value="water_tank" />
37> <list_entry value="swimming_pool" />
38> </combo>
39> <text key="survey:date" text="Date of last site survey" />
40> <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
41> <list_entry value="lane" short_description="on the side of a road lane" />
42> <list_entry value="parking_lot" short_description="in a parking_lot" />
43> <list_entry value="sidewalk" short_description="on a sidewalk" />
44> <list_entry value="green" short_description="in a grassy area" />
45> </combo>
46> <text key="water_volume" text="Volume of the water reserve" />
47> <text key="fire_hydrant:diameter" text="Nominal diameter (in mm, inches or letters)" />
48> <text key="flow_rate" text="Nominal flow rate with unit of measure" />
49> <combo key="fire_hydrant:awwa_class" text="Classification per American Waterworks Association (US only)">
50> <list_entry value="AA" />
51> <list_entry value="A" />
52> <list_entry value="B" />
53> <list_entry value="C" />
54> </combo>
55> <text key="couplings" text="Number of couplings" />
56> <combo key="couplings:type" text="Coupling standard">
57> <list_entry value="Bayonet" />
58> <list_entry value="Barcelona" />
59> <list_entry value="Guillemin" />
60> <list_entry value="Klaue" />
61> <list_entry value="Sprawny" />
62> <list_entry value="Storz" />
63> <list_entry value="UNI" />
64> </combo>
65> <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
66> <combo key="pillar:type" text="Description of pillar hydrants, in addition to fire_hydrant=pillar">
67> <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
68> <list_entry value="wet_barrel" short_description="A style of pillar hydrant where the barrel is pressurized at all times, with individual valves for each outlet." />
69> </combo>
70> <combo key="colour" text="Colour" default="red">
71> <list_entry value="blue" />
72> <list_entry value="green" />
73> <list_entry value="red" />
74> <list_entry value="yellow" />
75> </combo>
76> <combo key="bonnet:colour" text="Colour of the top section (bonnet)" default="red">
77> <list_entry value="blue" />
78> <list_entry value="green" />
79> <list_entry value="red" />
80> <list_entry value="yellow" />
81> </combo>
82> <combo key="cap:colour" text="Colour of the caps" default="red">
83> <list_entry value="blue" />
84> <list_entry value="green" />
85> <list_entry value="red" />
86> <list_entry value="yellow" />
87> </combo>
88> <text key="reflective:colour" text="Colour of reflective material" />
89> <text key="manufacturer" text="Manufacturer" />
90> <text key="model" text="Model" />
91> <text key="fire_hydrant:count" text="Number of hydrants, if more than one." />
92> <text key="fire_hydrant:style" text="For special designs." />
93> <text key="ref" text="Reference number" />
94> <text key="name" text="Name" />
95> <text key="source" text="Source" />
96> </optional>
97> </item> <!-- Fire Hydrant -->
98> <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">