Skip to content

Commit

Permalink
Issue #129: add style for landuse=village_green.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Apr 26, 2022
1 parent fa27e58 commit d9de7bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions map_machine/scheme/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d9de7bf

Please sign in to comment.