mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-04 00:59:54 +02:00
Add recycling icon.
This commit is contained in:
parent
d71f21a977
commit
81199551a1
2 changed files with 106 additions and 40 deletions
|
@ -114,6 +114,10 @@ node_icons:
|
|||
icon: [letter]
|
||||
- tags: {amenity: prison}
|
||||
icon: [prison]
|
||||
- tags: {amenity: recycling}
|
||||
icon: [recycling_container]
|
||||
- tags: {amenity: recycling, recycling_type: container}
|
||||
icon: [recycling_container]
|
||||
- tags: {amenity: stage}
|
||||
icon: [theatre]
|
||||
- tags: {amenity: telephone}
|
||||
|
@ -706,6 +710,8 @@ node_icons:
|
|||
line_icons:
|
||||
- tags: {building: hotel}
|
||||
icon: [bed]
|
||||
- tags: {building: kindergarten}
|
||||
icon: [toy_horse]
|
||||
- tags: {building: office}
|
||||
icon: [briefcase]
|
||||
- tags: {leisure: playground}
|
||||
|
@ -719,6 +725,23 @@ line_icons:
|
|||
- tags: {aeroway: helipad}
|
||||
icon: [h]
|
||||
|
||||
# Add to everything.
|
||||
|
||||
- tags: {wheelchair: "yes"}
|
||||
add_icon: [wheelchair]
|
||||
- tags: {wheelchair: "no"}
|
||||
add_icon: [no_wheelchair]
|
||||
- tags: {foot: "yes"}
|
||||
add_icon: [foot]
|
||||
- tags: {foot: "no"}
|
||||
add_icon: [no_foot]
|
||||
- tags: {bicycle: "yes"}
|
||||
add_icon: [bicycle]
|
||||
- tags: {bicycle: "no"}
|
||||
add_icon: [no_bicycle]
|
||||
- tags: {access: private}
|
||||
add_icon: [private]
|
||||
|
||||
ways:
|
||||
- tags: {indoor: area}
|
||||
stroke: indoor_border_color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue