Skip to content

Commit

Permalink
Close #135: add icon for amenity=dressing_room.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Jul 3, 2022
1 parent e1a035f commit 40c2c38
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 4 deletions.
1 change: 1 addition & 0 deletions map_machine/icons/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@
},
"clothes": {
"glasses": {"name": "glasses"},
"hanger": {"name": "hanger"},
"shoe": {"name": "shoe"},
"t_shirt": {"name": "T-shirt"},
"t_shirt_and_scissors": {"name": "T-shirt and scissors"},
Expand Down
147 changes: 143 additions & 4 deletions map_machine/icons/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions map_machine/scheme/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1673,6 +1673,8 @@ node_icons:
shapes: [golf_pin]
- tags: {highway: traffic_mirror}
shapes: [side_mirror]
- tags: {amenity: dressing_room}
shapes: [hanger]

- group: "Entrances"
start_zoom_level: 18.0
Expand Down

0 comments on commit 40c2c38

Please sign in to comment.