mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 13:14:47 +01:00
Improved tracks rendering
This commit is contained in:
parent
a57b50e07c
commit
863f6ac58f
@ -180,15 +180,12 @@
|
|||||||
<rule e="way" closed="yes" k="highway" v="pedestrian" zoom-min="10">
|
<rule e="way" closed="yes" k="highway" v="pedestrian" zoom-min="10">
|
||||||
<area fill="#ffffff"/>
|
<area fill="#ffffff"/>
|
||||||
</rule>
|
</rule>
|
||||||
<rule e="way" closed="yes" k="leisure" v="pitch|playground|track" zoom-min="10">
|
<rule e="way" closed="yes" k="leisure" v="pitch|playground|track|ls_track" zoom-min="10">
|
||||||
<area fill="#e3edc6" stroke="#c9d3a5" stroke-width="1" scale="none"/>
|
<area fill="#e3edc6" stroke="#c9d3a5" stroke-width="1" scale="none"/>
|
||||||
</rule>
|
</rule>
|
||||||
<rule e="way" closed="yes" k="leisure" v="swimming_pool" zoom-min="10">
|
<rule e="way" closed="yes" k="leisure" v="swimming_pool" zoom-min="10">
|
||||||
<area fill="#9fc4e1" stroke="#4398d9" stroke-width="1" scale="none"/>
|
<area fill="#9fc4e1" stroke="#4398d9" stroke-width="1" scale="none"/>
|
||||||
</rule>
|
</rule>
|
||||||
<rule e="way" k="leisure" v="track" zoom-min="10">
|
|
||||||
<line stroke="#e3edc6" stroke-width="1"/>
|
|
||||||
</rule>
|
|
||||||
|
|
||||||
<!-- Area overlays -->
|
<!-- Area overlays -->
|
||||||
<rule e="way" k="landuse" v="military" zoom-min="10">
|
<rule e="way" k="landuse" v="military" zoom-min="10">
|
||||||
|
Loading…
Reference in New Issue
Block a user