mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-02 16:19:20 +02:00
Add icons.
This commit is contained in:
parent
f8bb7e5273
commit
c9fe5e55b6
5 changed files with 294 additions and 306 deletions
|
@ -219,6 +219,8 @@ nodes:
|
|||
|
||||
# Leisure
|
||||
|
||||
- tags: {leisure: fishing}
|
||||
icon: [fishing]
|
||||
- tags: {leisure: playground}
|
||||
icon: [toy_horse]
|
||||
|
||||
|
@ -278,9 +280,9 @@ nodes:
|
|||
- tags: {building: garage}
|
||||
icon: [garages]
|
||||
- tags: {tourism: hotel}
|
||||
icon: [hotel]
|
||||
icon: [bed]
|
||||
- tags: {tourism: hostel}
|
||||
icon: [hostel]
|
||||
icon: [two_beds]
|
||||
- tags: {tourism: motel} # Tourism?
|
||||
icon: [motel]
|
||||
- tags: {amenity: clinic}
|
||||
|
@ -397,8 +399,6 @@ nodes:
|
|||
|
||||
# Additions for buildings
|
||||
|
||||
- tags: {building: "*", "roof:material": metal}
|
||||
add_icon: [metal_roof]
|
||||
- tags: {building: "*", "roof:shape": onion}
|
||||
add_icon: [onion_roof_shape]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue