mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-14 23:27:49 +02:00
Fix icon and colors.
For landuse=garages, landuse=recreation_ground, and leisure=stadium.
This commit is contained in:
parent
ae3f3b1f18
commit
bb3b5270f6
1 changed files with 10 additions and 0 deletions
|
@ -474,6 +474,8 @@ node_icons:
|
||||||
shapes: [tower]
|
shapes: [tower]
|
||||||
- tags: {building: garages}
|
- tags: {building: garages}
|
||||||
shapes: [garages]
|
shapes: [garages]
|
||||||
|
- tags: {landuse: garages}
|
||||||
|
shapes: [garages]
|
||||||
- tags: {building: garage}
|
- tags: {building: garage}
|
||||||
shapes: [garages]
|
shapes: [garages]
|
||||||
|
|
||||||
|
@ -1452,6 +1454,14 @@ ways:
|
||||||
style:
|
style:
|
||||||
fill: grass_color
|
fill: grass_color
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
|
- tags: {landuse: recreation_ground}
|
||||||
|
style:
|
||||||
|
fill: grass_color
|
||||||
|
opacity: 0.5
|
||||||
|
- tags: {leisure: stadium}
|
||||||
|
style:
|
||||||
|
fill: grass_color
|
||||||
|
opacity: 0.5
|
||||||
- tags: {leisure: golf_course}
|
- tags: {leisure: golf_course}
|
||||||
style:
|
style:
|
||||||
fill: grass_color
|
fill: grass_color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue