mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 16:49:10 +02:00
Fix outdoor icons.
This commit is contained in:
parent
37b938caa0
commit
555285da85
3 changed files with 156 additions and 2 deletions
|
@ -259,6 +259,14 @@ node_icons:
|
|||
icon: [table_and_two_chairs, umbrella]
|
||||
- tags: {leisure: outdoor_seating, weather_protection: parasol}
|
||||
icon: [table_and_two_chairs, umbrella]
|
||||
- tags: {leisure: outdoor_seating, weather_protection: roof}
|
||||
icon: [table_and_two_chairs, roof]
|
||||
- tags: {leisure: outdoor_seating, weather_protection: awning}
|
||||
icon: [table_and_two_chairs, awning]
|
||||
- tags: {leisure: outdoor_seating, weather_protection: pavilion}
|
||||
icon: [table_and_two_chairs, roof_and_walls]
|
||||
- tags: {leisure: outdoor_seating, weather_protection: pergola}
|
||||
icon: [table_and_two_chairs, pergola]
|
||||
- tags: {leisure: playground}
|
||||
icon: [toy_horse]
|
||||
- tags: {amenity: theatre}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue