Skip to content

Commit

Permalink
Don't show proposed aerial ways
Browse files Browse the repository at this point in the history
Found a proposed aerial way and think this should not be shown
  • Loading branch information
max-dn authored Nov 1, 2021
1 parent c38dac5 commit 25b386b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapnik/styles-otm/aerialways.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
&maxscale_zoom13;
&minscale_zoom17;
<Filter>[aerialway] != 'cable_car' and [aerialway] != 'gondola' and [aerialway] != 'goods'</Filter>
<Filter>[aerialway] != 'cable_car' and [aerialway] != 'gondola' and [aerialway] != 'goods' and [aerialway] != 'proposed' and [aerialway] != 'construction' and [aerialway] != 'abandoned'</Filter>
<LineSymbolizer stroke="black" stroke-width="0.5"/>
<LinePatternSymbolizer file="symbols-otm/aerialway.png"/>
</Rule>
Expand Down

0 comments on commit 25b386b

Please sign in to comment.