|
2690 | 2690 | <chunk id="trailblazed">
|
2691 | 2691 | <combo key="trailblazed" text="Trail markings" values="yes,poles,cairns,symbols,no" display_values="Yes,Poles,Cairns,Symbols,No" match="key" />
|
2692 | 2692 | </chunk>
|
| 2693 | + <chunk id="facility_visibility"> |
| 2694 | + <combo key="visibility" text="Visibility" values="house,street,area" display_values="House (up to 5m),Street (up to 20m),Area (more than 20m)"/> |
| 2695 | + </chunk> |
2693 | 2696 | <!-- Groups -->
|
2694 | 2697 | <group name="Highways" icon="${highway_group}">
|
2695 | 2698 | <group name="Streets" icon="${highway_group}" items_sort="false" >
|
|
9312 | 9315 | <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" display_values="Analog,Digital,Sundial,Unorthodox" text_context="clock" />
|
9313 | 9316 | <reference ref="support"/>
|
9314 | 9317 | <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" value_type="integer"/>
|
9315 |
| - <combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)"/> |
| 9318 | + <reference ref="facility_visibility"/> |
9316 | 9319 | <check key="date" text="Shows current date" disable_off="true"/>
|
9317 | 9320 | <check key="thermometer" text="Shows temperature" disable_off="true"/>
|
9318 | 9321 | <check key="barometer" text="Shows barometric pressure" disable_off="true"/>
|
|
10918 | 10921 | <preset_link preset_name="Windpump" text="Similar but different tags:" alternative="true" />
|
10919 | 10922 | <preset_link preset_name="Pump" text="Similar but different tags:" alternative="true" />
|
10920 | 10923 | </item> <!-- Petroleum well -->
|
| 10924 | + <item name="Gas flare" icon="${man_made_flare}" type="node,closedway" preset_name_label="true"> |
| 10925 | + <link wiki="Tag:man_made=flare" /> |
| 10926 | + <space /> |
| 10927 | + <key key="man_made" value="flare" /> |
| 10928 | + <optional> |
| 10929 | + <reference ref="name_ref_operator" /> |
| 10930 | + <text key="height" text="Height (meters)" value_type="dimension_vertical"/> |
| 10931 | + <reference ref="facility_visibility"/> |
| 10932 | + </optional> |
| 10933 | + </item> <!-- Gas flare --> |
10921 | 10934 | <item name="Adit" icon="${man_made_adit}" type="node" preset_name_label="true">
|
10922 | 10935 | <link wiki="Tag:man_made=adit"/>
|
10923 | 10936 | <space/>
|
|
0 commit comments