mirror of
https://github.com/enzet/map-machine.git
synced 2025-04-29 18:27:19 +02:00
Issue #129: add style for landuse=village_green.
This commit is contained in:
parent
fa27e58d71
commit
d9de7bf96b
1 changed files with 5 additions and 0 deletions
|
@ -83,6 +83,7 @@ colors:
|
|||
track_color: "#A88A64"
|
||||
trunk_color: "#97612b"
|
||||
tree_color: "#98AC64"
|
||||
village_green_color: "#DDEEBB"
|
||||
wall_bottom_1_color: "#AAAAAA"
|
||||
wall_bottom_2_color: "#C3C3C3"
|
||||
wall_color: "#E8E8E8"
|
||||
|
@ -2409,6 +2410,10 @@ ways:
|
|||
style:
|
||||
fill: parking_color
|
||||
priority: 21.0
|
||||
- tags: {landuse: village_green}
|
||||
style:
|
||||
fill: village_green_color
|
||||
priority: 20.0
|
||||
- tags: {landuse: grass}
|
||||
style:
|
||||
fill: grass_color
|
||||
|
|
Loading…
Add table
Reference in a new issue