Render themes: add ferries, fix #421

This commit is contained in:
Emux 2017-10-03 14:47:39 +03:00
parent 7947e5c027
commit 67b911a7df
5 changed files with 41 additions and 0 deletions

View File

@ -14,6 +14,9 @@
<style-text style="bold" fill="#606060" id="ref" k="ref" priority="2" size="12" stroke="#ffffff"
stroke-width="2.0" />
<style-text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff"
stroke-width="2.0" />
<style-text caption="true" dy="20" fill="#404000" id="poi" k="name" size="16" stroke="#aaffffff"
stroke-width="2.0" />
@ -973,6 +976,14 @@
</m>
</m>
<!-- non-physical routes -->
<m k="route" v="ferry">
<line cap="butt" dasharray="15,10" stroke="#707070" width="0.3" />
<m zoom-min="13">
<text use="ferry" />
</m>
</m>
<!-- highway one-way markers -->
<m k="tunnel" v="~|false|no">
<m k="area" v="~|false|no">

View File

@ -14,6 +14,9 @@
<style-text style="bold" fill="#606060" id="ref" k="ref" priority="2" size="12" stroke="#ffffff"
stroke-width="2.0" />
<style-text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff"
stroke-width="2.0" />
<style-text caption="true" dy="20" fill="#404000" id="poi" k="name" size="16" stroke="#aaffffff"
stroke-width="2.0" />
@ -970,6 +973,14 @@
</m>
</m>
<!-- non-physical routes -->
<m k="kind" v="ferry">
<line cap="butt" dasharray="15,10" stroke="#707070" width="0.3" />
<m zoom-min="13">
<text use="ferry" />
</m>
</m>
<!-- highway one-way markers -->
<m k="is_tunnel" v="~|false|no">
<m k="area" v="~|false|no">

View File

@ -14,6 +14,9 @@
<style-text style="bold" fill="#606060" id="ref" k="ref" priority="2" size="12" stroke="#ffffff"
stroke-width="2.0" />
<style-text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff"
stroke-width="2.0" />
<style-text caption="true" dy="20" fill="#404000" id="poi" k="name" size="16" stroke="#aaffffff"
stroke-width="2.0" />
@ -969,6 +972,14 @@
</m>
</m>
<!-- non-physical routes -->
<m k="route" v="ferry">
<line cap="butt" dasharray="15,10" stroke="#707070" width="0.3" />
<m zoom-min="13">
<text use="ferry" />
</m>
</m>
<!-- highway one-way markers -->
<m k="tunnel" v="~|false|no">
<m k="area" v="~|false|no">

View File

@ -932,6 +932,10 @@
<!-- non-physical routes -->
<m k="route" v="ferry">
<line cap="butt" dasharray="15,10" stroke="#707070" width="0.3" />
<m zoom-min="13">
<text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff"
stroke-width="2.0" />
</m>
</m>

View File

@ -932,6 +932,10 @@
<!-- non-physical routes -->
<m k="route" v="ferry">
<line cap="butt" dasharray="15,10" stroke="#707070" width="0.3" />
<m zoom-min="13">
<text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff"
stroke-width="2.0" />
</m>
</m>