Skip to content

Commit

Permalink
Walls/fences rendering order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Nov 16, 2024
1 parent f17715a commit ec19a50
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions data/style/style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,20 +211,6 @@
<caption fill="#aaaaaa" font-size="9" k="addr:housenumber" priority="-100"/>
</rule>

<!-- Walls and fences -->
<rule e="way" k="barrier" v="*" zoom-min="13">
<rule e="way" k="barrier" v="fence|wall|chain">
<line stroke="#666666" stroke-width="0.10" stroke-linecap="butt"/>
</rule>
<rule e="way" k="barrier" v="hedge">
<line stroke="#6eb569" stroke-width="0.15" stroke-linecap="butt"/>
</rule>
<rule e="way" k="barrier" v="retaining_wall|city_wall">
<line stroke="#666666" stroke-width="0.15" stroke-linecap="butt"/>
<line stroke="#666666" dy="0.12" stroke-width="0.4" stroke-dasharray="0.1,1.5" stroke-linecap="butt" scale="all"/>
</rule>
</rule>

<!-- Aeoroways -->
<rule closed="no" e="way" k="aeroway" v="runway">
<line stroke="#ffffff" stroke-linecap="butt" stroke-width="4"/>
Expand Down Expand Up @@ -482,6 +468,20 @@
<line stroke="#777777" stroke-width="0.15" stroke-linecap="butt" stroke-dasharray="2,1" scale="all"/>
</rule>

<!-- Walls and fences -->
<rule e="way" k="barrier" v="*" zoom-min="13">
<rule e="way" k="barrier" v="fence|wall|chain">
<line stroke="#666666" stroke-width="0.10" stroke-linecap="butt"/>
</rule>
<rule e="way" k="barrier" v="hedge">
<line stroke="#6eb569" stroke-width="0.15" stroke-linecap="butt"/>
</rule>
<rule e="way" k="barrier" v="retaining_wall|city_wall">
<line stroke="#666666" stroke-width="0.15" stroke-linecap="butt"/>
<line stroke="#666666" dy="0.12" stroke-width="0.4" stroke-dasharray="0.1,1.5" stroke-linecap="butt" scale="all"/>
</rule>
</rule>

<!-- Aerialways -->
<rule e="way" closed="no" k="aerialway" v="*">
<line stroke="#202020" stroke-linecap="butt" stroke-width="0.3"/>
Expand Down

0 comments on commit ec19a50

Please sign in to comment.