Render themes improvements #41

This commit is contained in:
Emux
2017-10-12 10:46:26 +03:00
parent b3f6899b1f
commit 5615604170
9 changed files with 52 additions and 52 deletions

View File

@@ -631,7 +631,7 @@
<!--
<m k="historic"> <circle r="3" fill="#4040ff" stroke="#606060"
width="1.5" /> <m zoom-min="17"> <caption
k="name" dy="-10" font-style="bold" font-size="10" fill="#4040ff" stroke="#ffffff"
k="name" dy="10" font-style="bold" font-size="10" fill="#4040ff" stroke="#ffffff"
width="2.0" /> </m> </m>
-->
<!-- house numbers -->
@@ -674,14 +674,14 @@
<m v="station" zoom-min="14">
<circle fill="#ec2d2d" r="6" stroke="#606060" stroke-width="1.5" />
<!--
<caption k="name" dy="-10" font-style="bold" font-size="13" fill="#ec2d2d"
<caption k="name" dy="15" font-style="bold" font-size="13" fill="#ec2d2d"
stroke="#ffffff" stroke-width="2.0" />
-->
</m>
<m v="halt|tram_stop" zoom-min="17">
<circle fill="#ec2d2d" r="4" stroke="#606060" stroke-width="1.5" />
<!--
<caption k="name" dy="-15" font-style="bold" font-size="11" fill="#ec2d2d"
<caption k="name" dy="10" font-style="bold" font-size="11" fill="#ec2d2d"
stroke="#ffffff" stroke-width="2.0" />
-->
</m>