Skip to content

Commit 73094ba

Browse files
committed
Add man_made=flare
1 parent af0a59e commit 73094ba

File tree

5 files changed

+157
-1
lines changed

5 files changed

+157
-1
lines changed

beautified_icons.mapping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ man_made_goods_conveyor=${ICONPATH}man_made_empty.${ICONTYPE}
759759
man_made_gantry=${ICONPATH}man_made_gantry.${ICONTYPE}
760760
man_made_mineshaft=${ICONPATH}poi_mine.${ICONTYPE}
761761
man_made_petroleum_well=${ICONPATH}man_made_petroleum_well_22045.${ICONTYPE}
762+
man_made_flare=${ICONPATH}man_made_flare.${ICONTYPE}
762763
man_made_adit=${ICONPATH}man_made_adit_22001.${ICONTYPE}
763764
man_made_embankment=${ICONPATH}man_made_empty.${ICONTYPE}
764765
man_made_avalanche_protection=${ICONPATH}man_made_empty.${ICONTYPE}

icons/png/man_made_flare.png

784 Bytes
Loading
Lines changed: 141 additions & 0 deletions
Loading

josm_icons.mapping

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ man_made_goods_conveyor=presets/landmark/goods_conveyor.svg
770770
man_made_gantry=
771771
man_made_mineshaft=presets/landmark/mine.svg
772772
man_made_petroleum_well=presets/landmark/petroleum_well.svg
773+
man_made_flare=
773774
man_made_adit=presets/landmark/adit.svg
774775
man_made_embankment=presets/misc/embankment.svg
775776
man_made_avalanche_protection=presets/misc/avalanche_protection.svg

master_preset.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2690,6 +2690,9 @@
26902690
<chunk id="trailblazed">
26912691
<combo key="trailblazed" text="Trail markings" values="yes,poles,cairns,symbols,no" display_values="Yes,Poles,Cairns,Symbols,No" match="key" />
26922692
</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>
26932696
<!-- Groups -->
26942697
<group name="Highways" icon="${highway_group}">
26952698
<group name="Streets" icon="${highway_group}" items_sort="false" >
@@ -9312,7 +9315,7 @@
93129315
<combo key="display" text="Display" values="analog,digital,sundial,unorthodox" display_values="Analog,Digital,Sundial,Unorthodox" text_context="clock" />
93139316
<reference ref="support"/>
93149317
<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"/>
93169319
<check key="date" text="Shows current date" disable_off="true"/>
93179320
<check key="thermometer" text="Shows temperature" disable_off="true"/>
93189321
<check key="barometer" text="Shows barometric pressure" disable_off="true"/>
@@ -10918,6 +10921,16 @@
1091810921
<preset_link preset_name="Windpump" text="Similar but different tags:" alternative="true" />
1091910922
<preset_link preset_name="Pump" text="Similar but different tags:" alternative="true" />
1092010923
</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 -->
1092110934
<item name="Adit" icon="${man_made_adit}" type="node" preset_name_label="true">
1092210935
<link wiki="Tag:man_made=adit"/>
1092310936
<space/>

0 commit comments

Comments
 (0)