mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 00:29:53 +02:00
Split car icons.
This commit is contained in:
parent
5fa96ad5a5
commit
081d5bcfe0
3 changed files with 119 additions and 165 deletions
|
@ -332,7 +332,7 @@ node_icons:
|
|||
location_restrictions: {include: [jp]}
|
||||
shapes: [japan_post]
|
||||
- tags: {shop: car_repair}
|
||||
shapes: [car_repair]
|
||||
shapes: [{shape: car, offset: [0, 3]}, {shape: wrench, offset: [0, -4]}]
|
||||
- tags: {amenity: car_rental}
|
||||
shapes: [{shape: car, offset: [0, 3]}, {shape: key, offset: [1, -3]}]
|
||||
- tags: {amenity: car_wash}
|
||||
|
@ -636,7 +636,7 @@ node_icons:
|
|||
- tags: {amenity: parking}
|
||||
shapes: [p]
|
||||
- tags: {amenity: parking, parking: multi-storey}
|
||||
shapes: [cars]
|
||||
shapes: [{shape: car, offset: [0, 4]}, {shape: car, offset: [0, -3]}]
|
||||
- tags: {highway: turning_circle}
|
||||
shapes: [circle_empty]
|
||||
- tags: {highway: crossing}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue