Skip to content

Commit

Permalink
Add amenity=dog_toilet
Browse files Browse the repository at this point in the history
This is slowly gaining popularity ~1'000 uses so it makes sense to add
it
  • Loading branch information
simonpoole committed Mar 25, 2024
1 parent 2790a5d commit 974575e
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 0 deletions.
1 change: 1 addition & 0 deletions beautified_icons.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ amenity_dance=${ICONPATH}amenity_dance_21173.${ICONTYPE}
leisure_horse_riding=${ICONPATH}sport_horse_racing.${ICONTYPE}
leisure_hackerspace=${ICONPATH}amenity_empty.${ICONTYPE}
landuse_dog_park=${ICONPATH}landuse_dog_park_21007.${ICONTYPE}
amenity_dog_toilet=${ICONPATH}amenity_dog_toilet.${ICONTYPE}
tourist_disused_railway=${ICONPATH}tourist_disused_railway.${ICONTYPE}
amenity_toy_library=${ICONPATH}amenity_toys.${ICONTYPE}
leisure_playground=${ICONPATH}amenity_playground.${ICONTYPE}
Expand Down
Binary file added icons/png/amenity_dog_toilet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
80 changes: 80 additions & 0 deletions icons/svg-osm-icons/amenity/dog_toilet.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 @@ -410,6 +410,7 @@ amenity_dance=presets/leisure/bandstand.svg
leisure_horse_riding=presets/leisure/horse_riding.svg
leisure_hackerspace=presets/leisure/hackerspace.svg
landuse_dog_park=presets/leisure/dogpark.svg
amenity_dog_toilet=
tourist_disused_railway=
amenity_toy_library=
leisure_playground=presets/leisure/playground.svg
Expand Down
9 changes: 9 additions & 0 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7183,6 +7183,15 @@
<reference ref="oh_wheelchair"/>
<check key="lit" text="Lit" disable_off="true"/>
</item> <!-- Dog Park -->
<item name="Dog toilet" icon="${amenity_dog_toilet}" type="node,closedway,multipolygon" preset_name_label="true">
<link wiki="Tag:amenity=dog_toilet"/>
<space/>
<key key="amenity" value="dog_toilet"/>
<reference ref="optional_name"/>
<combo key="barrier" text="Barrier" values="fence,wall" display_values="Fence,Wall"/>
<reference ref="oh_wheelchair"/>
<check key="lit" text="Lit" disable_off="true"/>
</item> <!-- Dog toilet -->
<item name="Miniature railway" icon="${tourist_disused_railway}" type="way" preset_name_label="true">
<link wiki="Tag:railway=miniature"/>
<key key="railway" value="miniature"/>
Expand Down

0 comments on commit 974575e

Please sign in to comment.