Skip to content

Commit

Permalink
Steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Nov 16, 2024
1 parent 8dd9946 commit d4f48f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data/style/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d4f48f7

Please sign in to comment.