mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-23 19:25:54 +01:00
Steps
This commit is contained in:
parent
8dd9946a50
commit
d4f48f71bb
@ -285,7 +285,12 @@
|
||||
<!-- 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"/>
|
||||
<line stroke="#aba083" stroke-dasharray="2,1" stroke-linecap="butt" stroke-width="0.2"/>
|
||||
</rule>
|
||||
</rule>
|
||||
<rule e="way" k="highway" v="steps" zoom-min="16">
|
||||
<rule e="way" k="area" v="~|no">
|
||||
<line stroke="#38352b" stroke-dasharray="2,1" stroke-linecap="butt" stroke-width="0.2"/>
|
||||
</rule>
|
||||
</rule>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user