Skip to content

Commit

Permalink
Add amenity=trolley_bay
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Sep 28, 2023
1 parent d59866c commit 6f76db3
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 0 deletions.
1 change: 1 addition & 0 deletions beautified_icons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,7 @@ amenity_internet_cafe=${ICONPATH}amenity_internet_cafe.${ICONTYPE}
amenity_internet=${ICONPATH}amenity_internet.${ICONTYPE}
tourist_clock=${ICONPATH}tourist_clock.${ICONTYPE}
photo_booth=${ICONPATH}amenity_empty.${ICONTYPE}
amenity_trolley_bay=${ICONPATH}amenity_trolley_bay.${ICONTYPE}
amenity_bottle_return=${ICONPATH}amenity_bottle_return.${ICONTYPE}
recycling_container=${ICONPATH}amenity_recycling.${ICONTYPE}
recycling_centre=${ICONPATH}amenity_recycling.${ICONTYPE}
Expand Down
Binary file added icons/png/amenity_trolley_bay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
317 changes: 317 additions & 0 deletions icons/svg-osm-icons/amenity/trolley_bay.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.txt
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ amenity_internet_cafe=presets/service/internet_cafe.svg
amenity_internet=presets/service/network-wireless.svg
tourist_clock=presets/service/clock.svg
photo_booth=presets/service/photo_booth.svg
amenity_trolley_bay=
amenity_bottle_return=
recycling_container=presets/service/recycling/recycling_container.svg
recycling_centre=presets/service/recycling/recycling_centre.svg
Expand Down
10 changes: 10 additions & 0 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8222,6 +8222,16 @@
<key key="amenity" value="photo_booth"/>
<reference ref="name_operator_oh_wheelchair_level"/>
</item> <!-- Photo booth -->
<item name="Trolley bay" icon="${amenity_trolley_bay}" type="node,way,closedway" preset_name_label="true">
<link wiki="Tag:amenity=trolley_bay"/>
<space/>
<key key="amenity" value="trolley_bay"/>
<text key="operator" text="Operator"/>
<reference ref="fee"/>
<check key="covered" text="Covered"/>
<check key="indoor" text="Located inside a building?" disable_off="true" match="none"/>
<reference ref="level" />
</item> <!-- Trolley bay -->
<separator/>
<item name="Bottle return" icon="${amenity_bottle_return}" type="node" preset_name_label="true">
<link wiki="Tag:vending=bottle_return"/>
Expand Down

0 comments on commit 6f76db3

Please sign in to comment.