Mapsforge render themes: add sea & nosea tags with tessellation, remove coastline, remove water tile outline, closes #38

This commit is contained in:
Emux
2016-06-25 16:50:33 +03:00
parent 9b7d893fd5
commit af9481d084
4 changed files with 41 additions and 9 deletions

View File

@@ -137,6 +137,14 @@
<rect id="windmill" pos="310 2 13 19" />
</atlas>
<m e="way" k="natural" v="issea|sea">
<area use="water" />
</m>
<m e="way" k="natural" v="nosea">
<area fill="#080808" mesh="true" />
</m>
<!-- ways -->
<m e="way">
@@ -384,7 +392,7 @@
<m k="natural" v="water">
<area use="water" />
<line use="water:outline" width="0.5" fix="true" />
<!--<line use="water:outline" width="0.5" fix="true" />-->
</m>