Skip to content

Commit

Permalink
Improved tracks rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Nov 26, 2024
1 parent a57b50e commit 863f6ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data/style/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,15 +180,12 @@
<rule e="way" closed="yes" k="highway" v="pedestrian" zoom-min="10">
<area fill="#ffffff"/>
</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"/>
</rule>
<rule e="way" closed="yes" k="leisure" v="swimming_pool" zoom-min="10">
<area fill="#9fc4e1" stroke="#4398d9" stroke-width="1" scale="none"/>
</rule>
<rule e="way" k="leisure" v="track" zoom-min="10">
<line stroke="#e3edc6" stroke-width="1"/>
</rule>

<!-- Area overlays -->
<rule e="way" k="landuse" v="military" zoom-min="10">
Expand Down

0 comments on commit 863f6ac

Please sign in to comment.