Render themes improvements #41

This commit is contained in:
Emux
2017-09-14 12:28:27 +03:00
parent c694fbc63b
commit 3a19c2f2f5
8 changed files with 40 additions and 27 deletions

View File

@@ -11,6 +11,7 @@
- Map scaling improvements [#401](https://github.com/mapsforge/vtm/issues/401)
- Mapsforge fix artifacts zoom > 17 [#231](https://github.com/mapsforge/vtm/issues/231)
- vtm-theme-comparator module [#387](https://github.com/mapsforge/vtm/issues/387)
- Internal render themes various improvements [#41](https://github.com/mapsforge/vtm/issues/41)
- Many other minor improvements and bug fixes
- [Solved issues](https://github.com/mapsforge/vtm/issues?q=is%3Aclosed+milestone%3A0.9.0)

View File

@@ -978,18 +978,18 @@
<m e="node" select="first">
<m k="barrier">
<m zoom-min="10">
<m zoom-min="16">
<m v="bollard">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/bollard.svg" />
</m>
<m v="block">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/blocks.svg" />
</m>
<m v="gate">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/gate.svg" />
</m>
<m v="lift_gate">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/lift_gate.svg" />
</m>
</m>
</m>

View File

@@ -975,18 +975,18 @@
<m e="node" select="first">
<m k="kind">
<m zoom-min="10">
<m zoom-min="16">
<m v="bollard">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/bollard.svg" />
</m>
<m v="block">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/blocks.svg" />
</m>
<m v="gate">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/gate.svg" />
</m>
<m v="lift_gate">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/lift_gate.svg" />
</m>
</m>
</m>

View File

@@ -1131,11 +1131,14 @@
</m>
</m>
<m k="barrier" v="bollard">
<circle fill="#707070" radius="1.5" />
<m k="barrier">
<m zoom-min="16">
<m v="bollard">
<symbol src="assets:symbols/barrier/bollard.svg" />
</m>
</m>
</m>
<m k="highway">
<m v="bus_stop" zoom-min="16">
<symbol src="assets:symbols/dot_blue.svg" />

View File

@@ -974,18 +974,18 @@
<m e="node" select="first">
<m k="barrier">
<m zoom-min="10">
<m zoom-min="16">
<m v="bollard">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/bollard.svg" />
</m>
<m v="block">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/blocks.svg" />
</m>
<m v="gate">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/gate.svg" />
</m>
<m v="lift_gate">
<circle fill="#909090" radius="1.5" />
<symbol src="assets:symbols/barrier/lift_gate.svg" />
</m>
</m>
</m>

View File

@@ -1201,11 +1201,14 @@
</m>
</m>
<m k="barrier" v="bollard">
<circle fill="#707070" radius="1.5" />
<m k="barrier">
<m zoom-min="16">
<m v="bollard">
<symbol src="assets:symbols/barrier/bollard.svg" />
</m>
</m>
</m>
<m k="highway">
<m v="bus_stop" zoom-min="16">
<symbol src="assets:symbols/dot_blue.svg" />

View File

@@ -1201,11 +1201,14 @@
</m>
</m>
<m k="barrier" v="bollard">
<circle fill="#707070" radius="1.5" />
<m k="barrier">
<m zoom-min="16">
<m v="bollard">
<symbol src="assets:symbols/barrier/bollard.svg" />
</m>
</m>
</m>
<m k="highway">
<m v="bus_stop" zoom-min="16">
<symbol src="assets:symbols/dot_blue.svg" />

View File

@@ -1124,11 +1124,14 @@
</m>
</m>
<m k="barrier" v="bollard">
<circle fill="#707070" radius="1.5" />
<m k="barrier">
<m zoom-min="16">
<m v="bollard">
<symbol src="assets:symbols/barrier/bollard.svg" />
</m>
</m>
</m>
<m k="highway">
<m v="bus_stop" zoom-min="16">
<symbol src="assets:symbols/dot_blue.svg" />