Skip to content

Commit

Permalink
Osmarender theme: fix 'scrub' overlap without tessellation 'openscien…
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Nov 16, 2016
1 parent add62c9 commit 7c9c373
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vtm-themes/resources/assets/styles/osmarender.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,11 @@
</m>


<m k="natural|landuse" v="forest|wood|scrub">
<m k="natural" v="grassland|scrub">
<area fill="#6fc18e" stroke="#6fc18e" stroke-width="0.2" />
</m>

<m k="natural|landuse" v="forest|wood">
<m k="wood">
<m k="wood" v="coniferous">
<area src="assets:patterns/wood-coniferous.png" />
Expand All @@ -87,7 +91,7 @@
</m>
</m>
<m k="wood" v="~">
<area fill="#6fc18e" mesh="true" stroke="#6fc18e" stroke-width="0.2" />
<area fill="#6fc18e" stroke="#6fc18e" stroke-width="0.2" />
</m>

<m zoom-min="16">
Expand Down

0 comments on commit 7c9c373

Please sign in to comment.