mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-07 05:11:53 +02:00
Issue #90: reuse icons for amenity=parking.
With additional tags parking=lane and parking=street_side.
This commit is contained in:
parent
258303e24d
commit
2c41c25d25
2 changed files with 233 additions and 4 deletions
|
@ -1150,6 +1150,10 @@ node_icons:
|
|||
shapes: [binoculars_on_pole]
|
||||
- tags: {amenity: parking_space}
|
||||
shapes: [p_small]
|
||||
- tags: {amenity: parking, parking: lane}
|
||||
shapes: [p_small]
|
||||
- tags: {amenity: parking, parking: street_side}
|
||||
shapes: [p_small]
|
||||
- tags: {amenity: post_box}
|
||||
shapes: [envelope]
|
||||
- tags: {amenity: recycling}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue