make motorway junction tags more usable and review text and point blocks
This commit is contained in:
parent
e05aa6f4e5
commit
8dff0f3ac0
1 changed files with 206 additions and 192 deletions
|
@ -187,7 +187,6 @@
|
|||
<filter textLength="5" textShield="mot_shield5" />
|
||||
<filter textLength="6" textShield="mot_shield6" />
|
||||
</filter>
|
||||
|
||||
<filter minzoom="10" tag="highway" value="trunk" ref="true" textMinDistance="150" textColor="#ffffff" textSize="12" textBold="true"
|
||||
textOrder="7">
|
||||
<filter textLength="1" textShield="tru_shield1" />
|
||||
|
@ -197,7 +196,6 @@
|
|||
<filter textLength="5" textShield="tru_shield5" />
|
||||
<filter textLength="6" textShield="tru_shield6" />
|
||||
</filter>
|
||||
|
||||
<filter minzoom="11" tag="highway" value="primary" ref="true" textMinDistance="150" textColor="#ffffff" textSize="12"
|
||||
textBold="true" textOrder="8">
|
||||
<filter textLength="1" textShield="pri_shield1" />
|
||||
|
@ -207,7 +205,6 @@
|
|||
<filter textLength="5" textShield="pri_shield5" />
|
||||
<filter textLength="6" textShield="pri_shield6" />
|
||||
</filter>
|
||||
|
||||
<filter minzoom="13" tag="highway" value="secondary" ref="true" textMinDistance="150" textColor="#ffffff" textSize="12"
|
||||
textBold="true" textOrder="9">
|
||||
<filter textLength="1" textShield="sec_shield1" />
|
||||
|
@ -217,7 +214,6 @@
|
|||
<filter textLength="5" textShield="sec_shield5" />
|
||||
<filter textLength="6" textShield="sec_shield6" />
|
||||
</filter>
|
||||
|
||||
<filter minzoom="14" tag="highway" value="tertiary" ref="true" textMinDistance="150" textColor="#ffffff" textSize="12"
|
||||
textBold="true" textOrder="10">
|
||||
<filter textLength="1" textShield="ter_shield1" />
|
||||
|
@ -238,7 +234,6 @@
|
|||
<filter tag="highway" value="primary_link" ref="false" textOrder="8"/>
|
||||
<filter tag="highway" value="secondary" ref="false" textOrder="8"/>
|
||||
<filter tag="highway" value="secondary_link" ref="false" textOrder="9"/>
|
||||
|
||||
<groupFilter textOnPath="true">
|
||||
<filter minzoom="13" maxzoom="13" textSize="12" />
|
||||
<filter minzoom="14" maxzoom="14" textSize="13" />
|
||||
|
@ -273,7 +268,6 @@
|
|||
<filter minzoom="18" textSize="18" />
|
||||
</groupFilter>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<filter tag="highway" value="track" textOrder="9"/>
|
||||
<filter tag="highway" value="path" textOrder="9"/>
|
||||
|
@ -294,32 +288,53 @@
|
|||
</groupFilter>
|
||||
</groupFilter>
|
||||
</group>
|
||||
<group>
|
||||
<filter appMode="car" minzoom="13" textSize="14" textBold="true" textWrapWidth="12" textMinDistance="20" tag="highway" value="motorway_junction" textOrder="12"/>
|
||||
<filter minzoom="14" textSize="14" textBold="true" textWrapWidth="12" textMinDistance="20" tag="highway" value="motorway_junction" textOrder="12"/>
|
||||
<groupFilter>
|
||||
<filter nightMode="true" textColor="#ffffff"/>
|
||||
<filter nightMode="false" textColor="#000000"/>
|
||||
</groupFilter>
|
||||
</group>
|
||||
|
||||
<filter appMode="car" minzoom="14" textSize="14" textBold="true" textWrapWidth="12" textMinDistance="20" tag="highway" value="motorway_junction" textOrder="12"/>
|
||||
<filter minzoom="15" textSize="14" textBold="true" textWrapWidth="12" textMinDistance="20" tag="highway" value="motorway_junction" textOrder="12"/>
|
||||
<!-- location names -->
|
||||
<filter minzoom="3" textSize="14" textColor="#9d6c9d" textWrapWidth="20" tag="place" value="country" />
|
||||
<filter minzoom="4" textSize="14" textColor="#9d6c9d" textWrapWidth="20" tag="place" value="state" />
|
||||
<filter minzoom="4" textSize="14" textColor="#9d6c9d" textWrapWidth="20" tag="place" value="region" />
|
||||
<group textColor="#000000">
|
||||
<filter minzoom="4" textSize="20" textDy="1" textBold="true" textWrapWidth="20" tag="place" value="city" textOrder="4"/>
|
||||
<filter minzoom="6" textSize="16" textDy="1" textBold="true" textWrapWidth="20" tag="place" value="town" textOrder="5"/>
|
||||
<filter minzoom="11" textSize="14" tag="place" value="village" textOrder="10"/>
|
||||
<groupFilter nightMode="true" textColor="#ffffff"/>
|
||||
</group>
|
||||
<group textColor="#777777">
|
||||
<filter minzoom="11" textSize="13" tag="place" value="hamlet" textOrder="12"/>
|
||||
<filter minzoom="11" textSize="14" tag="place" value="suburb" textOrder="12"/>
|
||||
<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" textBold="true" textColor="#99cc99" textWrapWidth="14" tag="boundary" value="national_park" textOrder="10"/>
|
||||
<groupFilter nightMode="true" textColor="#D7D7D7"/>
|
||||
</group>
|
||||
|
||||
<!-- Natural -->
|
||||
<filter minzoom="14" maxzoom="16" textSize="12" textOnPath="true" tag="contour" value=""/>
|
||||
<filter minzoom="13" textSize="12" textColor="#ff000000" textWrapWidth="10" tag="natural" value="wood" textOrder="10"/>
|
||||
<filter minzoom="15" textSize="12" textColor="#09dd09" textWrapWidth="15" tag="natural" value="park" textOrder="10"/>
|
||||
|
||||
<filter minzoom="14" textSize="12" textHaloRadius="1" textColor="#6699cc" textWrapWidth="20" tag="natural" value="beach" textOrder="10"/>
|
||||
|
||||
<group>
|
||||
<filter minzoom="15" textSize="12" textDy="7" textWrapWidth="20" tag="natural" value="cave_entrance" textOrder="15"/>
|
||||
<filter minzoom="12" maxzoom="14" textSize="12" textHaloRadius="1" textDy="7" tag="natural" value="peak" textOrder="10"/>
|
||||
<filter minzoom="15" maxzoom="16" textSize="13" textHaloRadius="1" textDy="7" tag="natural" value="peak" textOrder="15"/>
|
||||
<filter minzoom="17" textSize="16" textHaloRadius="1" textDy="7" tag="natural" value="peak" textOrder="15"/>
|
||||
<filter minzoom="15" textSize="12" textDy="7" textWrapWidth="20" tag="natural" value="cave_entrance" textOrder="15"/>
|
||||
<groupFilter>
|
||||
<filter nightMode="true" textColor="#CC3300"/>
|
||||
<filter nightMode="false" textColor="#654321"/>
|
||||
</groupFilter>
|
||||
</group>
|
||||
|
||||
<filter minzoom="15" textSize="12" textColor="#6699cc" textDy="7" textWrapWidth="20" tag="natural" value="spring" textOrder="15"/>
|
||||
<!-- Water -->
|
||||
<filter minzoom="6" textSize="12" textColor="#6699cc" textWrapWidth="20" tag="natural" value="water" textOrder="10"/>
|
||||
<filter minzoom="6" textSize="12" textColor="#6699cc" textWrapWidth="20" tag="natural" value="lake" textOrder="10"/>
|
||||
<filter minzoom="13" textSize="12" textColor="#ff000000" textWrapWidth="10" tag="natural" value="wood" textOrder="10"/>
|
||||
<filter minzoom="14" maxzoom="16" textSize="12" textOnPath="true" tag="contour" value=""/>
|
||||
|
||||
<filter minzoom="13" textSize="12" textColor="#6699cc" textOnPath="true" tag="waterway" value="stream" textOrder="15"/>
|
||||
<filter minzoom="11" textSize="12" textColor="#6699cc" textOnPath="true" textMinDistance="80" tag="waterway" value="river" textOrder="10"/>
|
||||
<filter minzoom="13" textSize="12" textColor="#6699cc" textOnPath="true" textMinDistance="80" tag="waterway" value="canal" textOrder="10"/>
|
||||
|
@ -328,11 +343,12 @@
|
|||
<filter minzoom="15" textSize="12" textColor="#0066ff" textDy="7" textWrapWidth="30" tag="waterway" value="lock_gate" textOrder="15"/>
|
||||
<filter minzoom="15" textSize="12" textColor="#0066ff" textDy="7" textWrapWidth="30" tag="waterway" value="lock" textOrder="15"/>
|
||||
<filter minzoom="15" textSize="12" tag="waterway" value="dam" textOrder="15"/>
|
||||
<filter minzoom="15" textSize="12" textColor="#6699cc" textDy="7" textWrapWidth="20" tag="natural" value="spring" textOrder="15"/>
|
||||
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="historic" value="memorial" textColor="#654321">
|
||||
<filter nightMode="true" textColor="#CC3300"/>
|
||||
</filter>
|
||||
<filter minzoom="13" textSize="12" textColor="#6699cc" textWrapWidth="20" tag="landuse" value="water" />
|
||||
<filter minzoom="13" textSize="12" textColor="#6699cc" textWrapWidth="20" tag="landuse" value="reservoir" />
|
||||
|
||||
<!-- railroad -->
|
||||
<filter minzoom="14" maxzoom="14" textSize="12" textBold="true" textColor="#6666ff" textDy="7" tag="railway" value="station" />
|
||||
<filter minzoom="15" textSize="13" textHaloRadius="1" textBold="true" textColor="#6666ff" textDy="7" tag="railway" value="station" />
|
||||
<filter minzoom="14" maxzoom="14" textSize="12" textColor="#6666ff" textDy="7" tag="railway" value="halt" />
|
||||
|
@ -340,29 +356,30 @@
|
|||
<filter minzoom="14" maxzoom="14" textSize="12" textColor="#6666ff" textDy="7" tag="railway" value="tram_stop" />
|
||||
<filter minzoom="15" textSize="12" textHaloRadius="1" textColor="#6666ff" textDy="7" tag="railway" value="tram_stop" />
|
||||
|
||||
<!-- aeroway -->
|
||||
<filter minzoom="10" textSize="12" textColor="#6692da" textDy="7" tag="aeroway" value="aerodrome" />
|
||||
<filter minzoom="15" textSize="12" textColor="#333333" textOnPath="true" textMinDistance="50" tag="aeroway" value="runway" ref="true" />
|
||||
<filter minzoom="15" textSize="12" textColor="#333333" textOnPath="true" textMinDistance="50" tag="aeroway" value="taxiway" ref="true" />
|
||||
<filter minzoom="10" textSize="12" textBold="true" textColor="#6692da" textDy="7" tag="aeroway" value="airport" />
|
||||
<filter minzoom="17" textSize="12" textColor="#aa66cc" textWrapWidth="10" tag="aeroway" value="gate" ref="true" />
|
||||
|
||||
<filter minzoom="14" maxzoom="14" textSize="12" textColor="#6666ff" textDy="7" tag="aerialway" value="station" />
|
||||
<filter minzoom="15" textSize="12" textColor="#6666ff" textDy="7" tag="aerialway" value="station" />
|
||||
|
||||
<!-- buildings -->
|
||||
<filter minzoom="16" maxzoom="16" textSize="13" textColor="#444444" textWrapWidth="16" textMinDistance="40" tag="building" value=""/>
|
||||
<filter minzoom="17" maxzoom="17" textSize="13" textColor="#444444" textWrapWidth="16" tag="building" value=""/>
|
||||
<filter minzoom="18" textSize="15" textColor="#444444" textWrapWidth="16" tag="building" value=""/>
|
||||
<filter minzoom="18" textSize="15" textColor="#444444" textWrapWidth="16" tag="addr:housenumber" value=""/>
|
||||
|
||||
<filter minzoom="15" textSize="12" textColor="#000033" textDy="7" textWrapWidth="12" tag="man_made" value="lighthouse" />
|
||||
<filter minzoom="17" textSize="12" textColor="#734a08" textDy="7" textWrapWidth="20" tag="man_made" value="windmill" />
|
||||
<filter minzoom="15" textSize="12" textColor="#734a08" textHaloRadius="1" textWrapWidth="30" tag="historic" value="castle" />
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="historic" value="memorial" textColor="#654321">
|
||||
<filter nightMode="true" textColor="#CC3300"/>
|
||||
</filter>
|
||||
|
||||
<filter minzoom="15" textSize="12" textColor="#0000ff" textWrapWidth="30" tag="leisure" value="marina" />
|
||||
|
||||
<filter minzoom="15" textSize="12" textHaloRadius="1" textWrapWidth="15" tag="leisure" value="" />
|
||||
|
||||
<filter minzoom="16" textSize="12" textColor="#734a08" textDy="7" textWrapWidth="30" tag="amenity" value="fire_station" />
|
||||
|
||||
<group>
|
||||
<filter tag="amenity" value="restaurant" />
|
||||
<filter tag="amenity" value="cafe" />
|
||||
|
@ -391,6 +408,10 @@
|
|||
<filter minzoom="16" textSize="12" textColor="#da0092" textHaloRadius="1" textDy="7" textWrapWidth="24" tag="amenity" value="doctors" />
|
||||
<filter minzoom="16" textSize="12" textColor="#da0092" textHaloRadius="1" textDy="7" textWrapWidth="24" tag="amenity" value="dentist" />
|
||||
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="amenity" value="marketplace" />
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="7" tag="amenity" value="townhall" />
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="7" tag="amenity" value="courthouse" />
|
||||
|
||||
<filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="15" tag="amenity" value="arts_centre" />
|
||||
<filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="15" tag="amenity" value="cinema" />
|
||||
<filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="15" tag="amenity" value="community_centre" />
|
||||
|
@ -408,6 +429,9 @@
|
|||
<filter minzoom="16" textSize="12" textColor="#6699cc" textHaloRadius="1" textDy="7" tag="amenity" value="shelter" />
|
||||
<filter minzoom="17" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="30" tag="amenity" value="place_of_worship" />
|
||||
|
||||
<filter minzoom="13" textSize="12" textBold="true" textColor="#ffc0cb" textWrapWidth="10" tag="military" value="danger_area" />
|
||||
|
||||
<!-- shops -->
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="bakery" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="butcher" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="clothes" />
|
||||
|
@ -418,33 +442,44 @@
|
|||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="doityourself" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="hairdresser" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="supermarket" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="confectionery" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="confectionery" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="vending_machine" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="alcohol" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="kiosk" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="alcohol" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="kiosk" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="musical_instrument" />
|
||||
<filter minzoom="16" textSize="12" textColor="#da0092" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="optician" />
|
||||
<filter minzoom="17" textSize="12" textColor="#da0092" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="optician" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="video" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="laundry" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="tobacco" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="motorcycle" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="hardware" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="copyshop" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="greengrocer" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="mobile_phone" />
|
||||
<filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="15" tag="amenity" value="ice_cream" />
|
||||
|
||||
<!-- outdoor -->
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="outdoor" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="leisure" value="water_park" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="horse_racing" />
|
||||
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="video" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="soccer" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="archery" />
|
||||
<filter minzoom="17" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="archery" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="baseball" />
|
||||
<filter minzoom="15" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="leisure" value="stadium" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="canoe" />
|
||||
<filter minzoom="17" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="canoe" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="tennis" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="shooting" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="golf" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="skiing" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="swimming" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="skiing" />
|
||||
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="diving" />
|
||||
<filter minzoom="15" textSize="12" textColor="#734a08" textHaloRadius="1" textWrapWidth="30" tag="historic" value="castle" />
|
||||
<filter minzoom="17" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="diving" />
|
||||
<filter minzoom="17" textSize="12" textHaloRadius="1" textDy="7" tag="leisure" value="fishing" />
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="7" tag="leisure" value="sports_centre" />
|
||||
|
||||
<filter minzoom="16" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" textWrapWidth="70" tag="tourism" value="camp_site" />
|
||||
<filter minzoom="16" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" textWrapWidth="70" tag="tourism" value="caravan_site" />
|
||||
|
||||
<!-- tourism -->
|
||||
<filter minzoom="15" textSize="12" textColor="#734a08" textHaloRadius="1" textWrapWidth="30" tag="tourism" value="theme_park" />
|
||||
<filter minzoom="16" textSize="12" textColor="#6699cc" textHaloRadius="1" textDy="7" tag="tourism" value="alpine_hut" />
|
||||
<filter minzoom="17" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" tag="tourism" value="guest_house" />
|
||||
|
@ -452,104 +487,37 @@
|
|||
<filter minzoom="17" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" tag="tourism" value="hotel" />
|
||||
<filter minzoom="17" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" tag="tourism" value="motel" />
|
||||
<filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" tag="tourism" value="museum" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="amenity" value="marketplace" />
|
||||
<filter minzoom="15" textSize="12" textHaloRadius="1" textDy="7" tag="leisure" value="fishing" />
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="7" tag="amenity" value="townhall" />
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="7" tag="amenity" value="courthouse" />
|
||||
<filter minzoom="16" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="15" tag="amenity" value="ice_cream" />
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="7" tag="leisure" value="sports_centre" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="laundry" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="tobacco" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="motorcycle" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="hardware" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="copyshop" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="greengrocer" />
|
||||
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="mobile_phone" />
|
||||
|
||||
<!-- type not supported -->
|
||||
<!-- <filter minzoom="15" textSize="13" textWrapWidth="10" tag="landuse" type="point" /> -->
|
||||
|
||||
<filter minzoom="13" textSize="12" textColor="#6699cc" textWrapWidth="20" tag="landuse" value="reservoir" />
|
||||
<filter minzoom="13" textSize="12" textColor="#6699cc" textWrapWidth="20" tag="landuse" value="water" />
|
||||
|
||||
<filter minzoom="13" textSize="12" textBold="true" textColor="#ffc0cb" textWrapWidth="10" tag="military" value="danger_area" />
|
||||
|
||||
<filter minzoom="3" textSize="14" textColor="#9d6c9d" textWrapWidth="20" tag="place" value="country" />
|
||||
<filter minzoom="4" textSize="14" textColor="#9d6c9d" textWrapWidth="20" tag="place" value="state" />
|
||||
<filter minzoom="4" textSize="14" textColor="#9d6c9d" textWrapWidth="20" tag="place" value="region" />
|
||||
|
||||
<group textColor="#000000">
|
||||
<filter minzoom="4" textSize="20" textDy="1" textBold="true" textWrapWidth="20" tag="place" value="city" textOrder="4"/>
|
||||
<filter minzoom="6" textSize="16" textDy="1" textBold="true" textWrapWidth="20" tag="place" value="town" textOrder="5"/>
|
||||
<filter minzoom="11" textSize="14" tag="place" value="village" textOrder="10"/>
|
||||
<groupFilter nightMode="true" textColor="#ffffff"/>
|
||||
</group>
|
||||
|
||||
<group textColor="#777777">
|
||||
<filter minzoom="11" textSize="13" tag="place" value="hamlet" textOrder="12"/>
|
||||
<filter minzoom="11" textSize="14" tag="place" value="suburb" textOrder="12"/>
|
||||
<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" textBold="true" textColor="#99cc99" textWrapWidth="14" tag="boundary" value="national_park" textOrder="10"/>
|
||||
<groupFilter nightMode="true" textColor="#D7D7D7"/>
|
||||
</group>
|
||||
<!-- <filter minzoom="16" textSize="13" textWrapWidth="10" tag="landuse" type="point" /> -->
|
||||
</text>
|
||||
|
||||
|
||||
<!-- PRIORITY Input to filter : tag, value, zoom [minzoom, maxzoom] -->
|
||||
<point>
|
||||
<filter minzoom="13" icon="highway_ford" tag="highway" value="ford" />
|
||||
<filter minzoom="15" icon="mini_roundabout" tag="highway" value="mini_roundabout" />
|
||||
<filter minzoom="15" icon="helipad" tag="aeroway" value="helipad" />
|
||||
<!-- locations -->
|
||||
<filter minzoom="4" tag="place" icon="city" value="city" />
|
||||
<filter minzoom="6" tag="place" icon="city" value="town" />
|
||||
|
||||
<!-- traffic -->
|
||||
<filter appMode="car" minzoom="16" icon="traffic_light" tag="highway" value="traffic_signals" />
|
||||
<filter minzoom="17" icon="traffic_light" tag="highway" value="traffic_signals" />
|
||||
<filter minzoom="15" icon="mini_roundabout" tag="highway" value="mini_roundabout" />
|
||||
<filter minzoom="14" icon="bus_station" tag="amenity" value="bus_station" />
|
||||
<filter minzoom="16" maxzoom="16" icon="bus_stop_small" tag="highway" value="bus_stop" />
|
||||
<filter minzoom="17" icon="bus_stop" tag="highway" value="bus_stop" />
|
||||
<filter minzoom="15" icon="gate2" tag="highway" value="gate" />
|
||||
<filter minzoom="15" icon="gate2" tag="barrier" value="gate" />
|
||||
<filter minzoom="16" icon="liftgate" tag="barrier" value="lift_gate" />
|
||||
<filter minzoom="16" icon="bollard" tag="barrier" value="sally_port" />
|
||||
<filter minzoom="15" icon="cave_entrance" tag="natural" value="cave_entrance" />
|
||||
<filter minzoom="11" icon="peak" tag="natural" value="peak" />
|
||||
<filter minzoom="14" icon="spring" tag="natural" value="spring" />
|
||||
<filter minzoom="16" maxzoom="16" icon="tree" tag="natural" value="tree" />
|
||||
<filter minzoom="17" icon="tree2" tag="natural" value="tree" />
|
||||
<filter minzoom="15" icon="volcano" tag="natural" value="volcano" />
|
||||
<filter minzoom="16" icon="playground" tag="leisure" value="playground" />
|
||||
<filter minzoom="15" icon="slipway" tag="leisure" value="slipway" />
|
||||
<filter minzoom="16" icon="h_historic_archaeological_site" tag="historic" value="archaeological_site" />
|
||||
<filter minzoom="16" icon="historic_battlefield" tag="historic" value="battlefield" />
|
||||
<filter minzoom="15" icon="historic_castle" tag="historic" value="castle" />
|
||||
<filter minzoom="16" icon="viewpoint" tag="historic" value="fort" />
|
||||
<filter minzoom="16" icon="historic_ruins" tag="historic" value="ruins" />
|
||||
<filter minzoom="16" icon="historic_monument" tag="historic" value="monument" />
|
||||
<filter minzoom="16" icon="viewpoint" tag="historic" value="boundary_stone" />
|
||||
<filter minzoom="16" icon="historic_memorial" tag="historic" value="memorial" />
|
||||
<filter minzoom="16" icon="historic_wayside_cross" tag="historic" value="wayside_cross" />
|
||||
<filter minzoom="16" icon="historic_wayside_shrine" tag="historic" value="wayside_shrine" />
|
||||
<filter minzoom="16" icon="historic_wreck" tag="historic" value="wreck" />
|
||||
<filter minzoom="15" icon="lock_gate" tag="waterway" value="lock_gate" />
|
||||
<filter minzoom="15" icon="lock_gate" tag="waterway" value="lock" />
|
||||
<filter minzoom="12" maxzoom="12" icon="halt" tag="railway" value="station" />
|
||||
<filter minzoom="13" maxzoom="14" icon="station_small" tag="railway" value="station" />
|
||||
<filter minzoom="15" icon="station" tag="railway" value="station" />
|
||||
<filter minzoom="13" maxzoom="14" icon="halt" tag="railway" value="halt" />
|
||||
<filter minzoom="15" icon="station_small" tag="railway" value="halt" />
|
||||
<filter minzoom="13" maxzoom="14" icon="halt" tag="railway" value="tram_stop" />
|
||||
<filter minzoom="15" icon="station_small" tag="railway" value="tram_stop" />
|
||||
<filter minzoom="14" maxzoom="15" icon="level_crossing" tag="railway" value="level_crossing" />
|
||||
<filter minzoom="16" icon="level_crossing2" tag="railway" value="level_crossing" />
|
||||
<filter minzoom="16" icon="subway_entrance" tag="railway" value="subway_entrance" />
|
||||
<filter minzoom="10" icon="aerodrome" tag="aeroway" value="aerodrome" />
|
||||
<filter minzoom="9" icon="airport" tag="aeroway" value="airport" />
|
||||
<filter minzoom="13" maxzoom="14" icon="halt" tag="aerialway" value="station" />
|
||||
<filter minzoom="15" icon="station_small" tag="aerialway" value="station" />
|
||||
<filter minzoom="15" icon="power_tower" tag="power" value="tower" />
|
||||
<filter minzoom="15" icon="power_wind" tag="power" value="generator" />
|
||||
<filter minzoom="15" icon="lighthouse" tag="man_made" value="lighthouse" />
|
||||
<filter minzoom="16" icon="water_tower" tag="man_made" value="water_tower" />
|
||||
<filter minzoom="16" icon="windmill" tag="man_made" value="windmill" />
|
||||
<filter minzoom="16" icon="fire_station" tag="amenity" value="fire_station" />
|
||||
<filter minzoom="13" icon="highway_ford" tag="highway" value="ford" />
|
||||
<filter minzoom="14" icon="barrier_block" tag="barrier" value="block" />
|
||||
<filter minzoom="14" icon="barrier_kissing_gate" tag="barrier" value="kissing_gate" />
|
||||
<filter minzoom="14" icon="barrier_toll_booth" tag="barrier" value="toll_booth" />
|
||||
<filter minzoom="15" icon="parking" tag="amenity" value="parking" />
|
||||
<filter minzoom="15" icon="parking" tag="amenity" value="bicycle_parking" />
|
||||
|
||||
<!-- buildings -->
|
||||
<filter minzoom="16" icon="restaurant" tag="amenity" value="restaurant" />
|
||||
<filter minzoom="16" icon="cafe" tag="amenity" value="cafe" />
|
||||
<filter minzoom="16" icon="fast_food" tag="amenity" value="fast_food" />
|
||||
|
@ -557,86 +525,135 @@
|
|||
<filter minzoom="16" icon="bar" tag="amenity" value="bar" />
|
||||
<filter minzoom="16" icon="biergarten" tag="amenity" value="biergarten" />
|
||||
<filter minzoom="16" icon="drinking_water" tag="amenity" value="drinking_water" />
|
||||
|
||||
<filter minzoom="16" icon="playground" tag="leisure" value="playground" />
|
||||
<filter minzoom="16" icon="school" tag="amenity" value="school" />
|
||||
<filter minzoom="16" icon="school" tag="amenity" value="college" />
|
||||
<filter minzoom="16" icon="library" tag="amenity" value="library" />
|
||||
<filter minzoom="15" icon="parking" tag="amenity" value="parking" />
|
||||
<filter minzoom="15" icon="parking" tag="amenity" value="bicycle_parking" />
|
||||
<filter minzoom="14" icon="fuel" tag="amenity" value="fuel" />
|
||||
<filter minzoom="17" icon="bicycle_rental" tag="amenity" value="bicycle_rental" />
|
||||
<filter minzoom="14" icon="bus_station" tag="amenity" value="bus_station" />
|
||||
<filter minzoom="16" icon="car_sharing" tag="amenity" value="car_sharing" />
|
||||
<filter appMode="car" minzoom="16" icon="atm" tag="amenity" value="atm" />
|
||||
<filter minzoom="17" icon="atm" tag="amenity" value="atm" />
|
||||
<filter minzoom="16" icon="bank" tag="amenity" value="bank" />
|
||||
|
||||
<filter minzoom="16" icon="historic_monument" tag="historic" value="monument" />
|
||||
<filter minzoom="16" icon="historic_memorial" tag="historic" value="memorial" />
|
||||
<filter minzoom="15" icon="historic_castle" tag="historic" value="castle" />
|
||||
<filter minzoom="16" icon="h_historic_archaeological_site" tag="historic" value="archaeological_site" />
|
||||
<filter minzoom="16" icon="historic_battlefield" tag="historic" value="battlefield" />
|
||||
<filter minzoom="16" icon="viewpoint" tag="historic" value="fort" />
|
||||
<filter minzoom="16" icon="historic_ruins" tag="historic" value="ruins" />
|
||||
<filter minzoom="16" icon="viewpoint" tag="historic" value="boundary_stone" />
|
||||
<filter minzoom="16" icon="historic_wayside_cross" tag="historic" value="wayside_cross" />
|
||||
<filter minzoom="16" icon="historic_wayside_shrine" tag="historic" value="wayside_shrine" />
|
||||
<filter minzoom="16" icon="historic_wreck" tag="historic" value="wreck" />
|
||||
|
||||
<filter minzoom="15" icon="power_tower" tag="power" value="tower" />
|
||||
<filter minzoom="15" icon="power_wind" tag="power" value="generator" />
|
||||
<filter minzoom="15" icon="lighthouse" tag="man_made" value="lighthouse" />
|
||||
<filter minzoom="16" icon="water_tower" tag="man_made" value="water_tower" />
|
||||
<filter minzoom="16" icon="fire_station" tag="amenity" value="fire_station" />
|
||||
<filter minzoom="16" icon="windmill" tag="man_made" value="windmill" />
|
||||
<filter minzoom="16" icon="pharmacy" tag="amenity" value="pharmacy" />
|
||||
<filter minzoom="15" icon="hospital" tag="amenity" value="hospital" />
|
||||
<filter minzoom="15" icon="veterinary" tag="amenity" value="veterinary" />
|
||||
<filter minzoom="16" icon="veterinary" tag="amenity" value="veterinary" />
|
||||
<filter minzoom="15" icon="doctors" tag="amenity" value="doctors" />
|
||||
<filter minzoom="15" icon="dentist" tag="amenity" value="dentist" />
|
||||
<filter minzoom="15" icon="cinema" tag="amenity" value="cinema" />
|
||||
<filter minzoom="15" icon="theatre" tag="amenity" value="theatre" />
|
||||
<filter minzoom="17" icon="embassy" tag="amenity" value="embassy" />
|
||||
<filter minzoom="17" icon="grave_yard" tag="amenity" value="grave_yard" />
|
||||
<filter minzoom="16" icon="embassy" tag="amenity" value="embassy" />
|
||||
<filter minzoom="16" icon="grave_yard" tag="amenity" value="grave_yard" />
|
||||
<filter minzoom="16" icon="police" tag="amenity" value="police" />
|
||||
<filter minzoom="17" icon="postbox" tag="amenity" value="post_box" />
|
||||
<filter minzoom="16" icon="postoffice" tag="amenity" value="post_office" />
|
||||
<filter minzoom="16" icon="prison" tag="amenity" value="prison" />
|
||||
<filter minzoom="17" icon="recycling" tag="amenity" value="recycling" />
|
||||
<filter minzoom="17" icon="shelter" tag="amenity" value="shelter" />
|
||||
<filter minzoom="16" icon="shelter" tag="amenity" value="shelter" />
|
||||
<filter minzoom="17" icon="telephone" tag="amenity" value="telephone" />
|
||||
<filter minzoom="16" icon="toilets" tag="amenity" value="toilets" />
|
||||
<filter minzoom="16" icon="place_of_worship" tag="amenity" value="place_of_worship" />
|
||||
<filter minzoom="16" icon="kindergarten" tag="amenity" value="kindergarten" />
|
||||
<filter minzoom="15" icon="amenity_fountain" tag="amenity" value="fountain" />
|
||||
<filter minzoom="15" icon="amenity_marketplace" tag="amenity" value="marketplace" />
|
||||
<filter minzoom="16" icon="barrier_entrance" tag="barrier" value="entrance" />
|
||||
<filter minzoom="16" icon="barrier_entrance" tag="building" value="entrance" />
|
||||
<filter minzoom="16" icon="townhall" tag="amenity" value="townhall" />
|
||||
<filter minzoom="16" icon="amenity_court" tag="amenity" value="courthouse" />
|
||||
|
||||
<!-- shops -->
|
||||
<filter appMode="car" minzoom="15" icon="shop_bakery" tag="shop" value="bakery" />
|
||||
<filter appMode="car" minzoom="16" icon="shop_butcher" tag="shop" value="butcher" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_clothes" tag="shop" value="clothes" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_clothes" tag="shop" value="fashion" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_convenience" tag="shop" value="convenience" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_supermarket" tag="shop" value="general" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_supermarket" tag="shop" value="supermarket" />
|
||||
|
||||
<filter minzoom="17" icon="shop_bakery" tag="shop" value="bakery" />
|
||||
<filter appMode="car" minzoom="16" icon="shop_butcher" tag="shop" value="butcher" />
|
||||
<filter minzoom="17" icon="shop_butcher" tag="shop" value="butcher" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_clothes" tag="shop" value="clothes" />
|
||||
<filter minzoom="16" icon="shop_clothes" tag="shop" value="clothes" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_clothes" tag="shop" value="fashion" />
|
||||
<filter minzoom="16" icon="shop_clothes" tag="shop" value="fashion" />
|
||||
<filter minzoom="16" icon="shop_clothes" tag="shop" value="boutique" />
|
||||
<filter minzoom="17" icon="shop_clothes" tag="shop" value="boutique" />
|
||||
<filter minzoom="16" icon="shop_bicycle" tag="shop" value="bicycle" />
|
||||
<filter minzoom="14" icon="fuel" tag="amenity" value="fuel" />
|
||||
<filter minzoom="16" icon="shop_car" tag="shop" value="car" />
|
||||
<filter minzoom="16" icon="shop_car_repair" tag="shop" value="car_repair" />
|
||||
<filter minzoom="17" icon="shop_convenience" tag="shop" value="convenience" />
|
||||
<filter minzoom="16" icon="department_store" tag="shop" value="department_store" />
|
||||
<filter minzoom="17" icon="shop_electronics" tag="shop" value="electronics" />
|
||||
<filter minzoom="16" icon="bicycle_rental" tag="amenity" value="bicycle_rental" />
|
||||
<filter minzoom="16" icon="car_sharing" tag="amenity" value="car_sharing" />
|
||||
<filter appMode="car" minzoom="16" icon="atm" tag="amenity" value="atm" />
|
||||
<filter minzoom="17" icon="atm" tag="amenity" value="atm" />
|
||||
<filter minzoom="16" icon="bank" tag="amenity" value="bank" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_convenience" tag="shop" value="convenience" />
|
||||
<filter minzoom="16" icon="shop_convenience" tag="shop" value="convenience" />
|
||||
<filter minzoom="15" icon="department_store" tag="shop" value="department_store" />
|
||||
<filter minzoom="16" icon="shop_electronics" tag="shop" value="electronics" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_supermarket" tag="shop" value="general" />
|
||||
<filter minzoom="16" icon="shop_supermarket" tag="shop" value="general" />
|
||||
<filter minzoom="16" icon="shop_outdoor" tag="shop" value="outdoor" />
|
||||
<filter minzoom="16" icon="florist" tag="shop" value="florist" />
|
||||
<filter minzoom="16" icon="shop_hairdresser" tag="shop" value="hairdresser" />
|
||||
<filter minzoom="16" icon="department_store" tag="shop" value="mall" />
|
||||
<filter minzoom="16" icon="shop_supermarket" tag="shop" value="supermarket" />
|
||||
<filter appMode="car" minzoom="15" icon="shop_supermarket" tag="shop" value="supermarket" />
|
||||
<filter minzoom="15" icon="shop_supermarket" tag="shop" value="supermarket" />
|
||||
<filter minzoom="16" icon="emergency_phone" tag="emergency" value="phone" />
|
||||
<filter minzoom="17" icon="vending_machine" tag="amenity" value="vending_machine" />
|
||||
<filter minzoom="16" icon="shop_alcohol" tag="shop" value="alcohol" />
|
||||
<filter minzoom="16" icon="shop_kiosk" tag="shop" value="kiosk" />
|
||||
<filter minzoom="16" icon="shop_musical_instrument" tag="shop" value="musical_instrument" />
|
||||
<filter minzoom="16" icon="optician" tag="shop" value="optician" />
|
||||
<filter minzoom="16" icon="bureau_de_change" tag="amenity" value="bureau_de_change" />
|
||||
<filter minzoom="16" icon="shop_video" tag="shop" value="video" />
|
||||
<filter minzoom="16" icon="food_ice_cream" tag="amenity" value="ice_cream" />
|
||||
<filter minzoom="16" icon="shop_confectionery" tag="shop" value="confectionery" />
|
||||
<filter minzoom="16" icon="laundry" tag="shop" value="laundry" />
|
||||
<filter minzoom="16" icon="shop_tobacco" tag="shop" value="tobacco" />
|
||||
<filter minzoom="16" icon="shop_motorcycle" tag="shop" value="motorcycle" />
|
||||
<filter minzoom="16" icon="shop_diy" tag="shop" value="hardware" />
|
||||
<filter minzoom="16" icon="shop_copyshop" tag="shop" value="copyshop" />
|
||||
<filter minzoom="16" icon="shop_greengrocer" tag="shop" value="greengrocer" />
|
||||
<filter minzoom="16" icon="shop_mobile_phone" tag="shop" value="mobile_phone" />
|
||||
|
||||
<!-- nature -->
|
||||
<filter minzoom="11" icon="peak" tag="natural" value="peak" />
|
||||
<filter minzoom="15" icon="cave_entrance" tag="natural" value="cave_entrance" />
|
||||
<filter minzoom="14" icon="spring" tag="natural" value="spring" />
|
||||
<filter minzoom="16" maxzoom="16" icon="tree" tag="natural" value="tree" />
|
||||
<filter minzoom="17" icon="tree2" tag="natural" value="tree" />
|
||||
<filter minzoom="11" icon="volcano" tag="natural" value="volcano" />
|
||||
|
||||
<!-- water -->
|
||||
<filter minzoom="15" icon="slipway" tag="leisure" value="slipway" />
|
||||
<filter minzoom="15" icon="lock_gate" tag="waterway" value="lock_gate" />
|
||||
<filter minzoom="15" icon="lock_gate" tag="waterway" value="lock" />
|
||||
|
||||
<!-- outdoor, tourism, leisure -->
|
||||
<filter minzoom="14" icon="camp_site" tag="tourism" value="camp_site" />
|
||||
<filter minzoom="14" icon="caravan_park" tag="tourism" value="caravan_site" />
|
||||
<filter minzoom="14" icon="picnic_site" tag="tourism" value="picnic_site" />
|
||||
<filter minzoom="14" icon="alpine_hut" tag="tourism" value="alpine_hut" />
|
||||
<filter minzoom="15" icon="chalet" tag="tourism" value="chalet" />
|
||||
<filter minzoom="15" icon="guest_house" tag="tourism" value="guest_house" />
|
||||
<filter minzoom="16" icon="hostel" tag="tourism" value="hostel" />
|
||||
<filter minzoom="16" icon="hotel" tag="tourism" value="hotel" />
|
||||
<filter minzoom="16" icon="motel" tag="tourism" value="motel" />
|
||||
<filter minzoom="16" icon="museum" tag="tourism" value="museum" />
|
||||
<filter minzoom="16" icon="information" tag="tourism" value="information" />
|
||||
<filter minzoom="16" icon="chalet" tag="tourism" value="chalet" />
|
||||
<filter minzoom="16" icon="guest_house" tag="tourism" value="guest_house" />
|
||||
<filter minzoom="15" icon="hostel" tag="tourism" value="hostel" />
|
||||
<filter minzoom="15" icon="hotel" tag="tourism" value="hotel" />
|
||||
<filter minzoom="15" icon="motel" tag="tourism" value="motel" />
|
||||
<filter minzoom="15" icon="museum" tag="tourism" value="museum" />
|
||||
<filter minzoom="15" icon="information" tag="tourism" value="information" />
|
||||
<filter minzoom="16" icon="viewpoint" tag="tourism" value="viewpoint" />
|
||||
<filter minzoom="16" icon="geocache_found" tag="geocache" value="found" />
|
||||
<filter minzoom="16" icon="geocache_not_found" tag="geocache" value="" />
|
||||
<filter minzoom="17" icon="vending_machine" tag="amenity" value="vending_machine" />
|
||||
<filter minzoom="16" icon="shop_alcohol" tag="shop" value="alcohol" />
|
||||
<filter minzoom="16" icon="shop_kiosk" tag="shop" value="kiosk" />
|
||||
<filter minzoom="17" icon="shop_musical_instrument" tag="shop" value="musical_instrument" />
|
||||
<filter minzoom="16" icon="optician" tag="shop" value="optician" />
|
||||
<filter minzoom="17" icon="bureau_de_change" tag="amenity" value="bureau_de_change" />
|
||||
<filter minzoom="17" icon="shop_outdoor" tag="shop" value="outdoor" />
|
||||
<filter minzoom="16" icon="leisure_water_park" tag="leisure" value="water_park" />
|
||||
<filter minzoom="16" icon="horse_racing" tag="sport" value="horse_racing" />
|
||||
<filter minzoom="17" icon="shop_video" tag="shop" value="video" />
|
||||
<filter minzoom="15" icon="leisure_water_park" tag="leisure" value="water_park" />
|
||||
<filter minzoom="15" icon="horse_racing" tag="sport" value="horse_racing" />
|
||||
<filter minzoom="16" icon="sport_soccer" tag="sport" value="soccer" />
|
||||
<filter minzoom="16" icon="sport_archery" tag="sport" value="archery" />
|
||||
<filter minzoom="16" icon="sport_baseball" tag="sport" value="baseball" />
|
||||
|
@ -646,35 +663,32 @@
|
|||
<filter minzoom="16" icon="sport_shooting" tag="sport" value="shooting" />
|
||||
<filter minzoom="16" icon="sport_golf" tag="sport" value="golf" />
|
||||
<filter minzoom="16" icon="leisure_water_park" tag="sport" value="swimming" />
|
||||
<filter minzoom="16" icon="sport_ski" tag="sport" value="skiing" />
|
||||
<filter minzoom="15" icon="sport_ski" tag="sport" value="skiing" />
|
||||
<filter minzoom="16" icon="sport_diving" tag="sport" value="diving" />
|
||||
<filter minzoom="16" icon="theme_park" tag="tourism" value="theme_park" />
|
||||
<filter minzoom="16" icon="kindergarten" tag="amenity" value="kindergarten" />
|
||||
<filter minzoom="15" icon="theme_park" tag="tourism" value="theme_park" />
|
||||
<filter minzoom="16" icon="amenity_bench" tag="amenity" value="bench" />
|
||||
<filter minzoom="15" icon="amenity_fountain" tag="amenity" value="fountain" />
|
||||
<filter minzoom="16" icon="amenity_marketplace" tag="amenity" value="marketplace" />
|
||||
<filter minzoom="15" icon="barrier_entrance" tag="barrier" value="entrance" />
|
||||
<filter minzoom="15" icon="barrier_entrance" tag="building" value="entrance" />
|
||||
<filter minzoom="15" icon="shop_outdoor" tag="leisure" value="fishing" />
|
||||
<filter minzoom="14" icon="barrier_block" tag="barrier" value="block" />
|
||||
<filter minzoom="14" icon="barrier_kissing_gate" tag="barrier" value="kissing_gate" />
|
||||
<filter minzoom="14" icon="barrier_toll_booth" tag="barrier" value="toll_booth" />
|
||||
<filter minzoom="16" icon="townhall" tag="amenity" value="townhall" />
|
||||
<filter minzoom="16" icon="amenity_court" tag="amenity" value="courthouse" />
|
||||
<filter minzoom="16" icon="food_ice_cream" tag="amenity" value="ice_cream" />
|
||||
<filter minzoom="16" icon="shop_confectionery" tag="shop" value="confectionery" />
|
||||
<filter minzoom="16" icon="leisure_sports_centre" tag="leisure" value="sports_centre" />
|
||||
<filter minzoom="16" icon="laundry" tag="shop" value="laundry" />
|
||||
<filter minzoom="16" icon="shop_tobacco" tag="shop" value="tobacco" />
|
||||
<filter minzoom="16" icon="shop_motorcycle" tag="shop" value="motorcycle" />
|
||||
<filter minzoom="16" icon="shop_diy" tag="shop" value="hardware" />
|
||||
<filter minzoom="16" icon="shop_copyshop" tag="shop" value="copyshop" />
|
||||
<filter minzoom="16" icon="shop_greengrocer" tag="shop" value="greengrocer" />
|
||||
<filter minzoom="16" icon="shop_mobile_phone" tag="shop" value="mobile_phone" />
|
||||
<filter minzoom="16" icon="shop_outdoor" tag="leisure" value="fishing" />
|
||||
<filter minzoom="15" icon="leisure_sports_centre" tag="leisure" value="sports_centre" />
|
||||
<filter minzoom="16" icon="bird_hide" tag="leisure" value="bird_hide" />
|
||||
|
||||
<filter minzoom="4" tag="place" icon="city" value="city" />
|
||||
<filter minzoom="6" tag="place" icon="city" value="town" />
|
||||
<!-- railway -->
|
||||
<filter minzoom="12" maxzoom="12" icon="halt" tag="railway" value="station" />
|
||||
<filter minzoom="13" maxzoom="14" icon="station_small" tag="railway" value="station" />
|
||||
<filter minzoom="15" icon="station" tag="railway" value="station" />
|
||||
<filter minzoom="13" maxzoom="14" icon="halt" tag="railway" value="halt" />
|
||||
<filter minzoom="15" icon="station_small" tag="railway" value="halt" />
|
||||
<filter minzoom="13" maxzoom="14" icon="halt" tag="railway" value="tram_stop" />
|
||||
<filter minzoom="15" icon="station_small" tag="railway" value="tram_stop" />
|
||||
<filter minzoom="14" maxzoom="15" icon="level_crossing" tag="railway" value="level_crossing" />
|
||||
<filter minzoom="16" icon="level_crossing2" tag="railway" value="level_crossing" />
|
||||
<filter minzoom="14" icon="subway_entrance" tag="railway" value="subway_entrance" />
|
||||
|
||||
<!-- aero -->
|
||||
<filter minzoom="15" icon="helipad" tag="aeroway" value="helipad" />
|
||||
<filter minzoom="10" icon="aerodrome" tag="aeroway" value="aerodrome" />
|
||||
<filter minzoom="9" icon="airport" tag="aeroway" value="airport" />
|
||||
<filter minzoom="13" maxzoom="14" icon="halt" tag="aerialway" value="station" />
|
||||
<filter minzoom="15" icon="station_small" tag="aerialway" value="station" />
|
||||
</point>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue