Skip to content

Commit

Permalink
modify color of steps, footway to grey
Browse files Browse the repository at this point in the history
  • Loading branch information
nyampire committed Jul 18, 2013
1 parent c0f3091 commit bcdf84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,7 @@
<Rule>
<Filter>[highway] = 'steps'</Filter>
&maxscale_zoom15;
<LineSymbolizer stroke="salmon" stroke-width="5.0" stroke-dasharray="2,1"/>
<LineSymbolizer stroke="#848484" stroke-width="5.0" stroke-dasharray="2,1"/>
</Rule>
<Rule>
<Filter>([highway] = 'bridleway' or ([highway] = 'path' and [horse] = 'designated')) and not [tunnel]='yes'</Filter>
Expand All @@ -1887,7 +1887,7 @@
<Filter>([highway] = 'footway' or ([highway] = 'path' and [foot] = 'designated')) and not [tunnel]='yes'</Filter>
&maxscale_zoom13;
<LineSymbolizer stroke-linejoin="round" stroke="#fff" stroke-width="4" stroke-linecap="round" stroke-opacity="0.4"/>
<LineSymbolizer stroke-linejoin="round" stroke="salmon" stroke-width="1.5" stroke-dasharray="1,3" stroke-linecap="round"/>
<LineSymbolizer stroke-linejoin="round" stroke="#848484" stroke-width="1.5" stroke-dasharray="1,3" stroke-linecap="round"/>
</Rule>
<Rule>
<Filter>[highway] = 'path' and not ([bicycle] = 'designated' or [foot] = 'designated' or [horse] = 'designated') and not [tunnel] = 'yes'</Filter>
Expand Down

0 comments on commit bcdf84f

Please sign in to comment.