include construction from zoom 12 like all other highways to avoid "gaps"
This commit is contained in:
parent
0bce7eed93
commit
159ff56d3d
2 changed files with 4 additions and 4 deletions
|
@ -40,8 +40,8 @@
|
|||
<!-- <subtype id="" polyline="true" tag="highway" value="bus_guideway" minzoom="15" /> -->
|
||||
|
||||
<subtype id="23" polyline="true" point="true" tag="highway" value="ford" minzoom="14" />
|
||||
<subtype id="25" polyline="true" tag="highway" value="construction" minzoom="14" />
|
||||
<subtype id="26" polyline="true" tag="highway" value="proposed" minzoom="14" />
|
||||
<subtype id="25" polyline="true" tag="highway" value="construction" minzoom="12" />
|
||||
<subtype id="26" polyline="true" tag="highway" value="proposed" minzoom="12" />
|
||||
|
||||
<!-- POINT SUBTYPES -->
|
||||
<subtype id="35" point="true" tag="highway" value="mini_roundabout" minzoom="15" />
|
||||
|
|
|
@ -1141,9 +1141,9 @@
|
|||
|
||||
<filter tag="highway" value="ford" minzoom="14" color="#000000" strokeWidth="2"/>
|
||||
|
||||
<filter tag="highway" value="construction" minzoom="14" color="#ff6600" strokeWidth="10" color_2="#ffffff" strokeWidth_2="6" pathEffect_2="6_6"/>
|
||||
<filter tag="highway" value="construction" minzoom="12" color="#ff6600" strokeWidth="10" color_2="#ffffff" strokeWidth_2="6" pathEffect_2="6_6"/>
|
||||
|
||||
<filter tag="highway" value="proposed" minzoom="14" color="#ff6600" strokeWidth="10" color_2="#9f9f9f" strokeWidth_2="8" pathEffect_2="12_4"/>
|
||||
<filter tag="highway" value="proposed" minzoom="12" color="#ff6600" strokeWidth="10" color_2="#9f9f9f" strokeWidth_2="8" pathEffect_2="12_4"/>
|
||||
|
||||
<filter contourLines="true" tag="contour" value="elevation" minzoom="14" color="#54ff7c00" strokeWidth="1"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue