Skip to content

Commit

Permalink
Add man_made=flare
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Aug 6, 2024
1 parent af0a59e commit 73094ba
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 1 deletion.
1 change: 1 addition & 0 deletions beautified_icons.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ man_made_goods_conveyor=${ICONPATH}man_made_empty.${ICONTYPE}
man_made_gantry=${ICONPATH}man_made_gantry.${ICONTYPE}
man_made_mineshaft=${ICONPATH}poi_mine.${ICONTYPE}
man_made_petroleum_well=${ICONPATH}man_made_petroleum_well_22045.${ICONTYPE}
man_made_flare=${ICONPATH}man_made_flare.${ICONTYPE}
man_made_adit=${ICONPATH}man_made_adit_22001.${ICONTYPE}
man_made_embankment=${ICONPATH}man_made_empty.${ICONTYPE}
man_made_avalanche_protection=${ICONPATH}man_made_empty.${ICONTYPE}
Expand Down
Binary file added icons/png/man_made_flare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
141 changes: 141 additions & 0 deletions icons/svg-osm-icons/man_made/flare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions josm_icons.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ man_made_goods_conveyor=presets/landmark/goods_conveyor.svg
man_made_gantry=
man_made_mineshaft=presets/landmark/mine.svg
man_made_petroleum_well=presets/landmark/petroleum_well.svg
man_made_flare=
man_made_adit=presets/landmark/adit.svg
man_made_embankment=presets/misc/embankment.svg
man_made_avalanche_protection=presets/misc/avalanche_protection.svg
Expand Down
15 changes: 14 additions & 1 deletion master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2690,6 +2690,9 @@
<chunk id="trailblazed">
<combo key="trailblazed" text="Trail markings" values="yes,poles,cairns,symbols,no" display_values="Yes,Poles,Cairns,Symbols,No" match="key" />
</chunk>
<chunk id="facility_visibility">
<combo key="visibility" text="Visibility" values="house,street,area" display_values="House (up to 5m),Street (up to 20m),Area (more than 20m)"/>
</chunk>
<!-- Groups -->
<group name="Highways" icon="${highway_group}">
<group name="Streets" icon="${highway_group}" items_sort="false" >
Expand Down Expand Up @@ -9312,7 +9315,7 @@
<combo key="display" text="Display" values="analog,digital,sundial,unorthodox" display_values="Analog,Digital,Sundial,Unorthodox" text_context="clock" />
<reference ref="support"/>
<combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" value_type="integer"/>
<combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)"/>
<reference ref="facility_visibility"/>
<check key="date" text="Shows current date" disable_off="true"/>
<check key="thermometer" text="Shows temperature" disable_off="true"/>
<check key="barometer" text="Shows barometric pressure" disable_off="true"/>
Expand Down Expand Up @@ -10918,6 +10921,16 @@
<preset_link preset_name="Windpump" text="Similar but different tags:" alternative="true" />
<preset_link preset_name="Pump" text="Similar but different tags:" alternative="true" />
</item> <!-- Petroleum well -->
<item name="Gas flare" icon="${man_made_flare}" type="node,closedway" preset_name_label="true">
<link wiki="Tag:man_made=flare" />
<space />
<key key="man_made" value="flare" />
<optional>
<reference ref="name_ref_operator" />
<text key="height" text="Height (meters)" value_type="dimension_vertical"/>
<reference ref="facility_visibility"/>
</optional>
</item> <!-- Gas flare -->
<item name="Adit" icon="${man_made_adit}" type="node" preset_name_label="true">
<link wiki="Tag:man_made=adit"/>
<space/>
Expand Down

0 comments on commit 73094ba

Please sign in to comment.