Issue #90: reuse icons for amenity=parking.

With additional tags parking=lane and parking=street_side.
This commit is contained in:
Sergey Vartanov 2021-10-03 09:52:01 +03:00
parent 258303e24d
commit 2c41c25d25
2 changed files with 233 additions and 4 deletions

View file

@ -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}