no separate "bridge" appearance for cycleway=lane
This commit is contained in:
parent
04f6ab8848
commit
391a118eb9
1 changed files with 7 additions and 7 deletions
|
@ -1212,13 +1212,6 @@
|
|||
<filter hmRendered="true" minzoom="13" strokeWidth="1" />
|
||||
<filter minzoom="14" strokeWidth="1" />
|
||||
</filter>
|
||||
|
||||
<filter tag="cycleway" value="lane">
|
||||
<filter appMode="bicycle" minzoom="14" color="#0000ff" strokeWidth="2" pathEffect="8_4" />
|
||||
</filter>
|
||||
<filter tag="cycleway" value="opposite_lane">
|
||||
<filter appMode="bicycle" minzoom="14" color="#0000ff" strokeWidth="2" pathEffect="8_4" />
|
||||
</filter>
|
||||
|
||||
<filter tag="highway" value="footway" color="#fa5073" pathEffect="2_2" >
|
||||
<filter appMode="pedestrian" hmRendered="true" minzoom="14" strokeWidth="2" pathEffect="10_3"/>
|
||||
|
@ -1255,6 +1248,13 @@
|
|||
</groupFilter>
|
||||
</group>
|
||||
|
||||
<filter tag="cycleway" value="lane">
|
||||
<filter appMode="bicycle" minzoom="14" color="#0000ff" strokeWidth="2" pathEffect="8_4" />
|
||||
</filter>
|
||||
<filter tag="cycleway" value="opposite_lane">
|
||||
<filter appMode="bicycle" minzoom="14" color="#0000ff" strokeWidth="2" pathEffect="8_4" />
|
||||
</filter>
|
||||
|
||||
<filter tag="highway" value="services" minzoom="14" color="#000000" strokeWidth="2"/>
|
||||
|
||||
<filter tag="highway" value="ford" minzoom="14" color="#000000" strokeWidth="2"/>
|
||||
|
|
Loading…
Reference in a new issue