mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
Add icon for mazes.
For leisure=maze, attraction=maze, maze=labyrinth, tourism=maze.
This commit is contained in:
parent
23579583a6
commit
c66f1b5a6e
1 changed files with 8 additions and 0 deletions
|
@ -588,6 +588,14 @@ node_icons:
|
|||
shapes: [dog]
|
||||
- tags: {leisure: escape_game}
|
||||
shapes: [{shape: maze, offset: [-2, 0]}, {shape: arrow_right_short, offset: [5, -1]}]
|
||||
- tags: {leisure: maze}
|
||||
shapes: [maze]
|
||||
- tags: {attraction: maze}
|
||||
shapes: [maze]
|
||||
- tags: {maze: labyrinth}
|
||||
shapes: [maze]
|
||||
- tags: {tourism: maze}
|
||||
shapes: [maze]
|
||||
- tags: {leisure: miniature_golf}
|
||||
shapes: [golf_club_and_ball]
|
||||
- tags: {leisure: sauna}
|
||||
|
|
Loading…
Add table
Reference in a new issue