Skip to content

Commit

Permalink
Add leisure=bathing_place
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jul 21, 2024
1 parent b6e6d21 commit 4422f8e
Show file tree
Hide file tree
Showing 7 changed files with 312 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beautified_icons.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,8 @@ leisure_escape_game=${ICONPATH}tourist_empty.${ICONTYPE}
leisure_resort=${ICONPATH}tourist_empty.${ICONTYPE}
tourist_beach_resort=${ICONPATH}tourist_beach_resort_21003.${ICONTYPE}
leisure_swimming_pool=${ICONPATH}sport_swimming_outdoor.${ICONTYPE}
leisure_swimming_area=${ICONPATH}sport_swimming_outdoor.${ICONTYPE}
leisure_swimming_area=${ICONPATH}sport_swimming_21095.${ICONTYPE}
leisure_bathing_place=${ICONPATH}tourist_bathing_place.${ICONTYPE}
leisure_fitness_station=${ICONPATH}sport_fitness_station_21009.${ICONTYPE}
amenity_sauna=${ICONPATH}amenity_sauna_12241.${ICONTYPE}
amenity_public_bath=${ICONPATH}amenity_public_bath_29162.${ICONTYPE}
Expand Down
Binary file added icons/png/sport_swimming_21095.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/png/tourist_bathing_place.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 90 additions & 0 deletions icons/svg-osm-icons/sport/swimming_21095.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
205 changes: 205 additions & 0 deletions icons/svg-osm-icons/tourist/bathing_place.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 @@ -409,6 +409,7 @@ leisure_resort=presets/leisure/resort.svg
tourist_beach_resort=presets/leisure/beach_resort.svg
leisure_swimming_pool=presets/sport/swimming.svg
leisure_swimming_area=
leisure_bathing_place=
leisure_fitness_station=presets/leisure/fitness_station.svg
amenity_sauna=presets/leisure/sauna.svg
amenity_public_bath=presets/leisure/public_bath.svg
Expand Down
14 changes: 14 additions & 0 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7417,7 +7417,21 @@
<key key="leisure" value="swimming_area"/>
<space/>
<reference ref="facility_access"/>
<preset_link preset_name="Bathing place" text="Similar but different tags:" alternative="true" />
</item> <!-- Swimming Area -->
<item name="Bathing place" icon="${leisure_bathing_place}" type="node,closedway,multipolygon" preset_name_label="true">
<link wiki="Tag:leisure=bathing_place"/>
<key key="leisure" value="bathing_place"/>
<space/>
<check key="informal" text="Informal" />
<reference ref="facility_access"/>
<check key="shower" text="Shower" />
<reference ref="toilets"/>
<optional>
<text key="ref:EU:bwid" text="EU:bwid" />
</optional>
<preset_link preset_name="Swimming Area" text="Similar but different tags:" alternative="true" />
</item> <!-- Bathing place -->
<item name="Fitness Station" icon="${leisure_fitness_station}" type="node,closedway,multipolygon" preset_name_label="true">
<link wiki="Tag:leisure=fitness_station"/>
<space/>
Expand Down

0 comments on commit 4422f8e

Please sign in to comment.