Prepare for some testing with tag protected_area

This commit is contained in:
sonora 2013-05-26 10:21:04 +02:00
parent 5004bba0fe
commit 78082e6088

View file

@ -457,6 +457,7 @@
<filter minzoom="11" textSize="13" tag="place" value="locality" textOrder="15"/>
<filter minzoom="11" textSize="14" tag="place" value="island" textOrder="10"/>
<filter minzoom="10" textSize="14" textColor="#99cc99" textBold="true" textWrapWidth="14" tag="boundary" value="national_park" textOrder="10"/>
<filter minzoom="10" textSize="14" textColor="#99cc99" textBold="true" textWrapWidth="14" tag="boundary" value="protected_area" textOrder="10"/>
<groupFilter nightMode="true" textColor="#D7D7D7"/>
</group>
@ -1582,5 +1583,9 @@
<filter noAdminboundaries="false" tag="boundary" value="national_park" minzoom="7" maxzoom="9" color="#a009dd09" strokeWidth="1.5" pathEffect="4_1"/>
<filter noAdminboundaries="false" tag="boundary" value="national_park" minzoom="10" color="#a009dd09" strokeWidth="3" pathEffect="4_1"/>
<-- protected_areas at this point only for testing with Wilderness areas and National Forests
<filter noAdminboundaries="false" tag="boundary" value="protected_area" minzoom="7" maxzoom="9" color="#a009dd09" strokeWidth="1.5" pathEffect="4_1"/>
<filter noAdminboundaries="false" tag="boundary" value="protected_area" minzoom="10" color="#a009dd09" strokeWidth="3" pathEffect="4_1"/>
-->
</line>
</renderingStyle>