1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Bridges rendering fixes

This commit is contained in:
Martin Tůma 2024-11-16 16:47:08 +01:00
parent a00a79709a
commit f17715ac2e

View File

@ -156,6 +156,9 @@
<rule e="way" closed="yes" k="amenity" v="grave_yard">
<area src=":/patterns/cemetery.svg" symbol-width="30" symbol-height="28"/>
</rule>
<rule e="way" closed="yes" k="bridge" v="yes|true|viaduct|aqueduct|suspension|culvert|swing" zoom-min="10">
<area fill="#ffffff"/>
</rule>
<rule e="way" closed="yes" k="amenity" v="parking" zoom-min="10">
<area fill="#ffffff" stroke="#d5cdc0" stroke-width="0.1"/>
<rule e="way" k="*" v="*" zoom-min="16">
@ -246,11 +249,15 @@
<!-- Bridges -->
<rule e="way" k="bridge" v="yes|true|viaduct|aqueduct|suspension|culvert|swing" zoom-min="14">
<rule e="way" k="highway" v="footway|path">
<rule e="way" k="area" v="~|no">
<line stroke="#666666" stroke-linecap="butt" stroke-width="0.3"/>
</rule>
</rule>
<rule e="way" k="highway" v="pedestrian">
<rule e="way" k="area" v="~|no">
<line stroke="#666666" stroke-linecap="butt" stroke-width="0.8"/>
</rule>
</rule>
<rule e="way" k="highway" v="unclassified|service|cycleway">
<rule e="way" k="*" v="*" zoom-max="15">
<line stroke="#666666" stroke-linecap="butt" stroke-width="1.0"/>
@ -287,8 +294,10 @@
<!-- Roads & tracks -->
<rule e="way" k="highway" v="footway|path" zoom-min="16">
<rule e="way" k="area" v="~|no">
<line stroke="#aba083" stroke-dasharray="2,1" stroke-linecap="butt" stroke-width="0.1"/>
</rule>
</rule>
<rule e="way" k="highway" v="track">
<rule e="way" k="tracktype" v="grade1|grade2">
@ -317,12 +326,12 @@
</rule>
</rule>
<rule e="way" closed="no" k="highway" v="pedestrian" zoom-min="13">
<rule e="way" k="highway" v="pedestrian" zoom-min="13">
<rule e="way" k="area" v="~|no">
<line stroke="#ffffff" stroke-width="0.6"/>
</rule>
</rule>
<rule e="way" closed="no" k="highway" v="unclassified|service|cycleway" zoom-min="13">
<rule e="way" k="highway" v="unclassified|service|cycleway" zoom-min="13">
<rule e="way" k="*" v="*" zoom-max="15">
<line stroke="#ffffff" stroke-width="0.8"/>
</rule>