Skip to content

Commit

Permalink
Add amenity=hookah_lounge
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 18, 2024
1 parent 7b09a4e commit fba7cbe
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 3 deletions.
3 changes: 2 additions & 1 deletion beautified_icons.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,8 @@ amenity_shower=${ICONPATH}amenity_shower_12247.${ICONTYPE}
amenity_dressing_room=${ICONPATH}amenity_dressing_room.${ICONTYPE}
amenity_luggage_locker=${ICONPATH}amenity_luggage_locker.${ICONTYPE}
amenity_lost_property_office=${ICONPATH}amenity_lost_property_office.${ICONTYPE}
amenity_tobacco=${ICONPATH}amenity_tobacco_29141.${ICONTYPE}
amenity_smoking_area=${ICONPATH}amenity_tobacco_29141.${ICONTYPE}
amenity_hookah_lounge=${ICONPATH}amenity_hookah.${ICONTYPE}
amenity_post_box=${ICONPATH}amenity_post_box.${ICONTYPE}
amenity_parcel_locker=${ICONPATH}amenity_parcel_locker.${ICONTYPE}
amenity_post_depot=${ICONPATH}amenity_post_depot.${ICONTYPE}
Expand Down
Binary file added icons/png/amenity_hookah.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions icons/svg-osm-icons/amenity/hookah.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion josm_icons.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@ amenity_shower=presets/service/shower.svg
amenity_dressing_room=
amenity_luggage_locker=
amenity_lost_property_office=
amenity_tobacco=
amenity_smoking_area=
amenity_hookah_lounge=
amenity_post_box=presets/service/post_box.svg
amenity_parcel_locker=
amenity_post_depot=
Expand Down
10 changes: 9 additions & 1 deletion master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8728,13 +8728,21 @@
<reference ref="oh_wheelchair_level"/>
</optional>
</item> <!-- Lost property office -->
<item name="Smoking area" icon="${amenity_tobacco}" type="node,closedway" preset_name_label="true">
<separator/>
<item name="Smoking area" icon="${amenity_smoking_area}" type="node,closedway" preset_name_label="true">
<link wiki="Tag:amenity=smoking_area"/>
<space/>
<key key="amenity" value="smoking_area"/>
<reference ref="facility_access"/>
<reference ref="level"/>
</item> <!-- Smoking area -->
<item name="Hookah lounge" icon="${amenity_hookah_lounge}" type="node,closedway" preset_name_label="true">
<link wiki="Tag:amenity=hookah_lounge"/>
<space/>
<key key="amenity" value="hookah_lounge"/>
<reference ref="facility_access"/>
<reference ref="level"/>
</item> <!-- Hookah lounge -->
<separator/>
<item name="Post Box" icon="${amenity_post_box}" type="node" preset_name_label="true">
<link wiki="Tag:amenity=post_box"/>
Expand Down

0 comments on commit fba7cbe

Please sign in to comment.