Skip to content

Commit

Permalink
Urban greenery adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Nov 16, 2024
1 parent fc36540 commit 32024a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/style/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<!-- Landuse -->
<rule e="way" closed="yes" k="leisure" v="park|garden" zoom-min="10">
<area fill="#cadfaf"/>
<area fill="#e4efcf"/>
</rule>

<rule e="way" closed="yes" k="landuse" v="construction|quarry|industrial|farm|farmyard" zoom-min="10">
Expand All @@ -42,10 +42,10 @@
<rule e="way" closed="yes" k="landuse" v="comercial|residential|retail" zoom-min="10">
<area fill="#e6e2d9"/>
</rule>
<rule e="way" closed="yes" k="landuse" v="forest|wood|village_green" zoom-min="10">
<rule e="way" closed="yes" k="landuse" v="forest|wood" zoom-min="10">
<area fill="#cadfaf"/>
</rule>
<rule e="way" closed="yes" k="landuse" v="meadow|grass|greenfield" zoom-min="10">
<rule e="way" closed="yes" k="landuse" v="meadow|grass|greenfield|village_green" zoom-min="10">
<area fill="#e4efcf"/>
</rule>
<rule e="way" closed="yes" k="landuse" v="orchard" zoom-min="10">
Expand Down

0 comments on commit 32024a4

Please sign in to comment.