Multiple default render improvements: small highways' bridge code, remote alpine huts more visible, construction areas, more consistent text colors, some bug fixes

This commit is contained in:
sonora 2011-12-18 20:15:30 +01:00
parent 61a6c6bc42
commit 62faf87cb4
6 changed files with 125 additions and 118 deletions

View file

@ -1,4 +1,4 @@
<renderingStyle name="default" depends="" defaultColor="#f1eee8" version="1"> <renderingStyle name="default" depends="" defaultColor="#f1eee8" version="1">
<!-- Simple rule definition : <!-- Simple rule definition :
- "filter" is analogue of If(...) Else. So if one "filter" passes other neighbors will not be checked. - "filter" is analogue of If(...) Else. So if one "filter" passes other neighbors will not be checked.
@ -7,7 +7,7 @@
- ! All top level filters should have "tag" and "value" attributes to proper indexing them - ! All top level filters should have "tag" and "value" attributes to proper indexing them
--> -->
<!-- types : string, int, boolean; possibleValues comma separated possible values for int/string --> <!-- Types : string, int, boolean; possibleValues comma separated possible values for int/string -->
<renderingProperty attr="hmRendered" name="Show more map detail" description="Default renderer: Increase amount of map detail shown" <renderingProperty attr="hmRendered" name="Show more map detail" description="Default renderer: Increase amount of map detail shown"
type="boolean" possibleValues=""/> type="boolean" possibleValues=""/>
<renderingProperty attr="appMode" name="Rendering mode" description="Default renderer: Adjust rendering for specific purpose" <renderingProperty attr="appMode" name="Rendering mode" description="Default renderer: Adjust rendering for specific purpose"
@ -68,7 +68,7 @@
shop_supermarket, sosphone, spring station_small, station, telephone, theatre, toilets, tower_water, traffic_light transport_ford, tree, shop_supermarket, sosphone, spring station_small, station, telephone, theatre, toilets, tower_water, traffic_light transport_ford, tree,
tree2, viewpoint, vineyard, windmill, zoo, dentist, veterinary, doctors, optician, bureau_de_change, vending_machine, kiosk, outdoor, wreck, wyside_shrine, tree2, viewpoint, vineyard, windmill, zoo, dentist, veterinary, doctors, optician, bureau_de_change, vending_machine, kiosk, outdoor, wreck, wyside_shrine,
wayside_cross, ruins, monument, battlefield, water_park, video, horse_racing, stadium, kindergarten, theme_par, baseball, archery, golf, swimming, diving, wayside_cross, ruins, monument, battlefield, water_park, video, horse_racing, stadium, kindergarten, theme_par, baseball, archery, golf, swimming, diving,
canoe, skiing, soccer, tennis, greengorcer, mobile_phone, motorcycle, electronics, fishing, barrier_block, tobacco, townhall, barrier_kissing, barrier_toll, canoe, skiing, soccer, tennis, greengrocer, mobile_phone, motorcycle, electronics, fishing, barrier_block, tobacco, townhall, barrier_kissing, barrier_toll,
laundry, copyshop laundry, copyshop
--> -->
@ -80,11 +80,11 @@
<filter tag="" value="" order="128" orderType="1"/> <filter tag="" value="" order="128" orderType="1"/>
<group orderType="2"> <group orderType="2">
<!-- over buildings --> <!-- Over buildings -->
<filter tag="aerialway" value="" order="68"/> <filter tag="aerialway" value="" order="68"/>
<filter tag="power" value="" order="68"/> <filter tag="power" value="" order="68"/>
<!-- under highways unless appMode=default --> <!-- Under highways unless appMode=default -->
<filter appMode="pedestrian" tag="admin_level" value="" order="34"/> <filter appMode="pedestrian" tag="admin_level" value="" order="34"/>
<filter appMode="bicycle" tag="admin_level" value="" order="34"/> <filter appMode="bicycle" tag="admin_level" value="" order="34"/>
<filter appMode="car" tag="admin_level" value="" order="34"/> <filter appMode="car" tag="admin_level" value="" order="34"/>
@ -94,7 +94,7 @@
<filter layer="1" tag="railway" value="" order="66"/> <filter layer="1" tag="railway" value="" order="66"/>
<filter tag="railway" value="" order="58"/> <filter tag="railway" value="" order="58"/>
<!-- highways: 35-57, bridges 66+/-1 --> <!-- Highways: 35-57, bridges 66+/-1 -->
<filter layer="1" tag="highway" value="motorway" order="66" shadowLevel="1"/> <filter layer="1" tag="highway" value="motorway" order="66" shadowLevel="1"/>
<filter tag="highway" value="motorway" order="57" shadowLevel="1"/> <filter tag="highway" value="motorway" order="57" shadowLevel="1"/>
<filter layer="1" tag="highway" value="trunk" order="66" shadowLevel="1"/> <filter layer="1" tag="highway" value="trunk" order="66" shadowLevel="1"/>
@ -193,18 +193,24 @@
<filter layer="-1" tag="building" value="" order="1"/> <filter layer="-1" tag="building" value="" order="1"/>
<filter tag="building" value="" order="64"/> <filter tag="building" value="" order="64"/>
<filter tag="railway" value="" order="58"/>
<filter tag="highway" value="" order="35"/>
<filter tag="aeroway" value="" order="35"/>
<filter tag="power" value="" order="7"/>
<filter tag="amenity" value="" order="7"/>
<filter tag="tourism" value="" order="7"/>
<filter tag="military" value="" order="7"/>
<filter tag="leisure" value="" order="7"/>
<filter tag="waterway" value="" order="6"/>
<filter tag="landuse" value="reservoir" order="5"/> <filter tag="landuse" value="reservoir" order="5"/>
<filter tag="landuse" value="water" order="5"/> <filter tag="landuse" value="water" order="5"/>
<filter tag="natural" value="water" order="5"/>
<filter tag="natural" value="bay" order="5"/>
<filter tag="waterway" value="" order="5"/>
<filter tag="landuse" value="" order="1"/> <filter tag="landuse" value="" order="1"/>
<filter tag="leisure" value="pitch" order="4"/> <filter tag="natural" value="water" order="5"/>
<filter tag="leisure" value="" order="2"/> <filter tag="natural" value="bay" order="5"/>
<filter tag="power" value="" order="4"/>
<filter tag="natural" value="coastline" order="1"/> <filter tag="natural" value="coastline" order="1"/>
<filter tag="natural" value="" order="1"/> <filter tag="natural" value="" order="1"/>
@ -332,7 +338,7 @@
<filter minzoom="14" textSize="14" ref="false"/> <filter minzoom="14" textSize="14" ref="false"/>
</filter> </filter>
<!-- location names --> <!-- Location names -->
<filter minzoom="3" textSize="14" textColor="#9d6c9d" textWrapWidth="20" tag="place" value="country"/> <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="state"/>
<filter minzoom="4" textSize="14" textColor="#9d6c9d" textWrapWidth="20" tag="place" value="region"/> <filter minzoom="4" textSize="14" textColor="#9d6c9d" textWrapWidth="20" tag="place" value="region"/>
@ -375,23 +381,22 @@
<filter minzoom="13" textSize="12" textColor="#6699cc" textOnPath="true" textMinDistance="80" tag="waterway" value="canal" textOrder="10"/> <filter minzoom="13" textSize="12" textColor="#6699cc" textOnPath="true" textMinDistance="80" tag="waterway" value="canal" textOrder="10"/>
<filter minzoom="15" textSize="12" textColor="#6699cc" textOnPath="true" tag="waterway" value="ditch" textOrder="15"/> <filter minzoom="15" textSize="12" textColor="#6699cc" textOnPath="true" tag="waterway" value="ditch" textOrder="15"/>
<filter minzoom="15" textSize="12" textColor="#6699cc" textOnPath="true" tag="waterway" value="drain" textOrder="15"/> <filter minzoom="15" textSize="12" textColor="#6699cc" textOnPath="true" tag="waterway" value="drain" textOrder="15"/>
<filter minzoom="15" textSize="12" textColor="#0066ff" textDy="7" textWrapWidth="30" tag="waterway" value="lock_gate" textOrder="15"/> <filter minzoom="15" textSize="12" textColor="#6699cc" 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" textColor="#6699cc" 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" 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" textColor="#6699cc" textDy="7" textWrapWidth="20" tag="natural" value="spring" textOrder="15"/>
<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="water"/>
<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="reservoir"/>
<!-- railroad --> <!-- Railroad -->
<filter minzoom="14" maxzoom="14" textSize="12" textBold="true" textColor="#6666ff" textDy="7" tag="railway" value="station"/> <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="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"/> <filter minzoom="14" maxzoom="14" textSize="12" textColor="#6666ff" textDy="7" tag="railway" value="halt"/>
<filter minzoom="15" textSize="12" textHaloRadius="1" textColor="#6666ff" textDy="7" tag="railway" value="halt"/> <filter minzoom="15" textSize="12" textHaloRadius="1" textColor="#6666ff" textDy="7" tag="railway" value="halt"/>
<!-- 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"/> <filter minzoom="15" textSize="12" textHaloRadius="1" textColor="#6666ff" textDy="7" tag="railway" value="tram_stop"/>
<!-- aeroway --> <!-- Aeroway -->
<filter minzoom="11" textSize="12" textColor="#6692da" textDy="7" tag="aeroway" value="aerodrome"/> <filter minzoom="11" textSize="12" textColor="#6692da" textDy="7" tag="aeroway" value="aerodrome"/>
<filter minzoom="14" textSize="12" textColor="#333333" textOnPath="true" textMinDistance="50" tag="aeroway" value="runway" ref="true"/> <filter minzoom="14" 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="15" textSize="12" textColor="#333333" textOnPath="true" textMinDistance="50" tag="aeroway" value="taxiway" ref="true"/>
@ -399,10 +404,9 @@
<filter minzoom="17" textSize="12" textColor="#aa66cc" textWrapWidth="10" tag="aeroway" value="gate" ref="true"/> <filter minzoom="17" textSize="12" textColor="#aa66cc" textWrapWidth="10" tag="aeroway" value="gate" ref="true"/>
<filter minzoom="14" textSize="12" textColor="#6666ff" textDy="7" tag="aerialway" value="station"/> <filter minzoom="14" textSize="12" textColor="#6666ff" textDy="7" tag="aerialway" value="station"/>
<!-- buildings --> <!-- Buildings -->
<filter minzoom="16" maxzoom="16" textSize="13" textColor="#444444" textWrapWidth="16" textMinDistance="40" tag="building" value=""/> <filter minzoom="16" maxzoom="17" 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="17" textSize="15" textColor="#444444" textWrapWidth="16" tag="building" value=""/>
<filter minzoom="18" textSize="15" textColor="#444444" textWrapWidth="16" tag="addr:housenumber" 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="15" textSize="12" textColor="#000033" textDy="7" textWrapWidth="12" tag="man_made" value="lighthouse"/>
<filter minzoom="16" textSize="12" textColor="#734a08" textDy="7" textWrapWidth="20" tag="man_made" value="windmill"/> <filter minzoom="16" textSize="12" textColor="#734a08" textDy="7" textWrapWidth="20" tag="man_made" value="windmill"/>
@ -460,12 +464,12 @@
<filter minzoom="17" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="amenity" value="embassy"/> <filter minzoom="17" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="amenity" value="embassy"/>
<filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="30" tag="amenity" value="police"/> <filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="30" tag="amenity" value="police"/>
<filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="amenity" value="prison"/> <filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="amenity" value="prison"/>
<filter minzoom="16" textSize="12" textColor="#6699cc" textHaloRadius="1" textDy="7" tag="amenity" value="shelter"/> <filter minzoom="16" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" tag="amenity" value="shelter"/>
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="30" tag="amenity" value="place_of_worship"/> <filter minzoom="16" 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"/> <filter minzoom="13" textSize="12" textBold="true" textColor="#ffc0cb" textWrapWidth="10" tag="military" value="danger_area"/>
<!-- shops --> <!-- 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="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="butcher"/>
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="clothes"/> <filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="clothes"/>
@ -492,7 +496,7 @@
<filter minzoom="17" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="20" tag="shop" value="mobile_phone"/> <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"/> <filter minzoom="17" textSize="12" textColor="#734a08" textHaloRadius="1" textDy="7" textWrapWidth="15" tag="amenity" value="ice_cream"/>
<!-- outdoor --> <!-- Outdoor -->
<filter minzoom="16" textSize="12" textColor="#993399" textHaloRadius="1" textDy="7" textWrapWidth="14" tag="shop" value="outdoor"/> <filter minzoom="16" 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="leisure" value="water_park"/>
<filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="horse_racing"/> <filter minzoom="16" textSize="12" textColor="#000033" textHaloRadius="1" textDy="7" textWrapWidth="16" tag="sport" value="horse_racing"/>
@ -513,9 +517,9 @@
<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="camp_site"/>
<filter minzoom="16" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" textWrapWidth="70" tag="tourism" value="caravan_site"/> <filter minzoom="16" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" textWrapWidth="70" tag="tourism" value="caravan_site"/>
<!-- tourism --> <!-- Tourism -->
<filter minzoom="15" textSize="12" textColor="#734a08" textHaloRadius="1" textWrapWidth="30" tag="tourism" value="theme_park"/> <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="16" textSize="12" textColor="#0066ff" 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"/> <filter minzoom="17" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" tag="tourism" value="guest_house"/>
<filter minzoom="17" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" tag="tourism" value="hostel"/> <filter minzoom="17" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="7" tag="tourism" value="hostel"/>
<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="hotel"/>
@ -529,11 +533,11 @@
<!-- PRIORITY Input to filter : tag, value, zoom [minzoom, maxzoom] --> <!-- PRIORITY Input to filter : tag, value, zoom [minzoom, maxzoom] -->
<point> <point>
<!-- locations --> <!-- Locations -->
<filter minzoom="4" tag="place" icon="city" value="city"/> <filter minzoom="4" tag="place" icon="city" value="city"/>
<filter minzoom="6" tag="place" icon="city" value="town"/> <filter minzoom="6" tag="place" icon="city" value="town"/>
<!-- traffic --> <!-- Traffic -->
<filter appMode="car" minzoom="16" icon="traffic_light" tag="highway" value="traffic_signals"/> <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="17" icon="traffic_light" tag="highway" value="traffic_signals"/>
<filter minzoom="15" icon="mini_roundabout" tag="highway" value="mini_roundabout"/> <filter minzoom="15" icon="mini_roundabout" tag="highway" value="mini_roundabout"/>
@ -552,7 +556,7 @@
<filter minzoom="15" icon="parking" tag="amenity" value="parking"/> <filter minzoom="15" icon="parking" tag="amenity" value="parking"/>
<filter minzoom="16" icon="parking" tag="amenity" value="bicycle_parking"/> <filter minzoom="16" icon="parking" tag="amenity" value="bicycle_parking"/>
<!-- buildings --> <!-- Buildings -->
<filter minzoom="16" icon="restaurant" tag="amenity" value="restaurant"/> <filter minzoom="16" icon="restaurant" tag="amenity" value="restaurant"/>
<filter minzoom="16" icon="cafe" tag="amenity" value="cafe"/> <filter minzoom="16" icon="cafe" tag="amenity" value="cafe"/>
<filter minzoom="16" icon="fast_food" tag="amenity" value="fast_food"/> <filter minzoom="16" icon="fast_food" tag="amenity" value="fast_food"/>
@ -610,7 +614,7 @@
<filter minzoom="16" icon="townhall" tag="amenity" value="townhall"/> <filter minzoom="16" icon="townhall" tag="amenity" value="townhall"/>
<filter minzoom="16" icon="amenity_court" tag="amenity" value="courthouse"/> <filter minzoom="16" icon="amenity_court" tag="amenity" value="courthouse"/>
<!-- shops --> <!-- Shops -->
<filter appMode="car" minzoom="16" icon="shop_bakery" tag="shop" value="bakery"/> <filter appMode="car" minzoom="16" icon="shop_bakery" tag="shop" value="bakery"/>
<filter minzoom="17" icon="shop_bakery" tag="shop" value="bakery"/> <filter minzoom="17" icon="shop_bakery" tag="shop" value="bakery"/>
<filter appMode="car" minzoom="16" icon="shop_butcher" tag="shop" value="butcher"/> <filter appMode="car" minzoom="16" icon="shop_butcher" tag="shop" value="butcher"/>
@ -659,7 +663,7 @@
<filter minzoom="16" icon="shop_greengrocer" tag="shop" value="greengrocer"/> <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_mobile_phone" tag="shop" value="mobile_phone"/>
<!-- nature --> <!-- Nature -->
<filter minzoom="11" icon="peak" tag="natural" value="peak"/> <filter minzoom="11" icon="peak" tag="natural" value="peak"/>
<filter minzoom="15" icon="cave_entrance" tag="natural" value="cave_entrance"/> <filter minzoom="15" icon="cave_entrance" tag="natural" value="cave_entrance"/>
<filter minzoom="14" icon="spring" tag="natural" value="spring"/> <filter minzoom="14" icon="spring" tag="natural" value="spring"/>
@ -667,16 +671,16 @@
<filter minzoom="17" icon="tree2" tag="natural" value="tree"/> <filter minzoom="17" icon="tree2" tag="natural" value="tree"/>
<filter minzoom="11" icon="volcano" tag="natural" value="volcano"/> <filter minzoom="11" icon="volcano" tag="natural" value="volcano"/>
<!-- water --> <!-- Water -->
<filter minzoom="15" icon="slipway" tag="leisure" value="slipway"/> <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_gate"/>
<filter minzoom="15" icon="lock_gate" tag="waterway" value="lock"/> <filter minzoom="15" icon="lock_gate" tag="waterway" value="lock"/>
<!-- outdoor, tourism, leisure --> <!-- Outdoor, tourism, leisure -->
<filter minzoom="14" icon="camp_site" tag="tourism" value="camp_site"/> <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="caravan_park" tag="tourism" value="caravan_site"/>
<filter minzoom="14" icon="picnic_site" tag="tourism" value="picnic_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="13" icon="alpine_hut" tag="tourism" value="alpine_hut"/>
<filter minzoom="16" icon="chalet" tag="tourism" value="chalet"/> <filter minzoom="16" icon="chalet" tag="tourism" value="chalet"/>
<filter minzoom="16" icon="guest_house" tag="tourism" value="guest_house"/> <filter minzoom="16" icon="guest_house" tag="tourism" value="guest_house"/>
<filter minzoom="16" icon="hostel" tag="tourism" value="hostel"/> <filter minzoom="16" icon="hostel" tag="tourism" value="hostel"/>
@ -705,7 +709,7 @@
<filter minzoom="15" icon="leisure_sports_centre" tag="leisure" value="sports_centre"/> <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="16" icon="bird_hide" tag="leisure" value="bird_hide"/>
<!-- railway --> <!-- Railway -->
<filter minzoom="12" maxzoom="12" icon="halt" tag="railway" value="station"/> <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="13" maxzoom="14" icon="station_small" tag="railway" value="station"/>
<filter minzoom="15" icon="station" tag="railway" value="station"/> <filter minzoom="15" icon="station" tag="railway" value="station"/>
@ -717,7 +721,7 @@
<filter minzoom="16" icon="level_crossing2" 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="16" icon="subway_entrance" tag="railway" value="subway_entrance"/>
<!-- aero --> <!-- Aero -->
<filter minzoom="15" icon="helipad" tag="aeroway" value="helipad"/> <filter minzoom="15" icon="helipad" tag="aeroway" value="helipad"/>
<filter minzoom="10" icon="aerodrome" tag="aeroway" value="aerodrome"/> <filter minzoom="10" icon="aerodrome" tag="aeroway" value="aerodrome"/>
<filter minzoom="9" icon="airport" tag="aeroway" value="airport"/> <filter minzoom="9" icon="airport" tag="aeroway" value="airport"/>
@ -728,7 +732,7 @@
<!-- PRIORITY Input to filter : tag, value, zoom [minzoom, maxzoom] --> <!-- PRIORITY Input to filter : tag, value, zoom [minzoom, maxzoom] -->
<polygon> <polygon>
<!-- polygon roads --> <!-- Polygon highways -->
<!-- ZM 14 --> <!-- ZM 14 -->
<group> <group>
<filter tag="highway" value="road"/> <filter tag="highway" value="road"/>
@ -747,12 +751,13 @@
<groupFilter hmRendered="true" minzoom="13" color="#ECECEC" color_2="#3E3E3E" strokeWidth_2="0.5"/> <groupFilter hmRendered="true" minzoom="13" color="#ECECEC" color_2="#3E3E3E" strokeWidth_2="0.5"/>
</group> </group>
<!-- Polygon railway -->
<filter minzoom="11" tag="railway" value="station" color="#d4aaaa"> <filter minzoom="11" tag="railway" value="station" color="#d4aaaa">
<filter nightMode="true" color="#560000"/> <filter nightMode="true" color="#560000"/>
</filter> </filter>
<!-- polygon waterways --> <!-- Polygon waterways -->
<group> <group>
<filter minzoom="8" tag="waterway" value="riverbank"/> <filter minzoom="8" tag="waterway" value="riverbank"/>
<filter minzoom="10" tag="waterway" value="canal"/> <filter minzoom="10" tag="waterway" value="canal"/>
@ -764,7 +769,7 @@
</group> </group>
<!-- aeroways --> <!-- Aeroways -->
<group> <group>
<filter minzoom="12" tag="aeroway" value="aerodrome"/> <filter minzoom="12" tag="aeroway" value="aerodrome"/>
<filter minzoom="12" tag="aeroway" value="airport"/> <filter minzoom="12" tag="aeroway" value="airport"/>
@ -780,7 +785,7 @@
</filter> </filter>
<!-- forest, night color 000034 --> <!-- Forest, night color 000034 -->
<!-- ZM10 --> <!-- ZM10 -->
<group> <group>
<filter minzoom="9" color="#aed1a0" tag="natural" value="wood"/> <filter minzoom="9" color="#aed1a0" tag="natural" value="wood"/>
@ -791,7 +796,7 @@
</group> </group>
<!-- open nature, night color 004333 --> <!-- Open nature, night color 004333 -->
<group> <group>
<filter minzoom="10" color="#f2efe9" tag="natural" value="land"/> <filter minzoom="10" color="#f2efe9" tag="natural" value="land"/>
<filter minzoom="12" color="#ffffc0" tag="natural" value="heath"/> <filter minzoom="12" color="#ffffc0" tag="natural" value="heath"/>
@ -821,7 +826,7 @@
</group> </group>
<!-- water, night color 330099 --> <!-- Water, night color 330099 -->
<group> <group>
<filter minzoom="1" tag="natural" value="coastline"/> <filter minzoom="1" tag="natural" value="coastline"/>
<filter minzoom="4" tag="natural" value="water"/> <filter minzoom="4" tag="natural" value="water"/>
@ -837,7 +842,7 @@
</group> </group>
<!-- built-up areas, night color 66004B --> <!-- Built-up areas, night color 66004B -->
<group> <group>
<filter hmRendered="true" minzoom="10" color="#dfd1d6" tag="landuse" value="industrial"/> <filter hmRendered="true" minzoom="10" color="#dfd1d6" tag="landuse" value="industrial"/>
<filter minzoom="11" color="#dfd1d6" tag="landuse" value="industrial"/> <filter minzoom="11" color="#dfd1d6" tag="landuse" value="industrial"/>
@ -845,7 +850,7 @@
<filter minzoom="12" color="#9d9d6c" tag="landuse" value="landfill"/> <filter minzoom="12" color="#9d9d6c" tag="landuse" value="landfill"/>
<filter hmRendered="true" minzoom="10" color="#efc8c8" tag="landuse" value="commercial"/> <filter hmRendered="true" minzoom="10" color="#efc8c8" tag="landuse" value="commercial"/>
<filter minzoom="12" color="#efc8c8" tag="landuse" value="commercial"/> <filter minzoom="12" color="#efc8c8" tag="landuse" value="commercial"/>
<filter minzoom="12" color="#9d9d6c" tag="landuse" value="construction"/> <filter minzoom="12" color="#ffffff" color_2="#ff6600" strokeWidth_2="2" tag="landuse" value="construction"/>
<filter minzoom="10" color="#CDCDCD" tag="landuse" value="residential"/> <filter minzoom="10" color="#CDCDCD" tag="landuse" value="residential"/>
<filter minzoom="15" color="#f0f0d8" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="kindergarten"/> <filter minzoom="15" color="#f0f0d8" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="kindergarten"/>
<filter minzoom="15" color="#f0f0d8" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="school"/> <filter minzoom="15" color="#f0f0d8" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="school"/>
@ -859,7 +864,7 @@
<filter minzoom="10" color="#c8b084" tag="landuse" value="allotments"/> <filter minzoom="10" color="#c8b084" tag="landuse" value="allotments"/>
<filter minzoom="12" maxzoom="14" color="#cfeca8" tag="landuse" value="retail"/> <filter minzoom="12" maxzoom="14" color="#cfeca8" tag="landuse" value="retail"/>
<filter minzoom="15" color="#cfeca8" color_2="#ff0000" strokeWidth_2="1" tag="landuse" value="retail"/> <filter minzoom="15" color="#cfeca8" color_2="#ff0000" strokeWidth_2="1" tag="landuse" value="retail"/>
<!-- tourism --> <!-- Tourism -->
<filter minzoom="13" color="#f2caea" tag="tourism" value="attraction"/> <filter minzoom="13" color="#f2caea" tag="tourism" value="attraction"/>
<filter minzoom="12" maxzoom="15" color="#f2caea" color_2="#734a08" strokeWidth_2="1" pathEffect_2="9_3" tag="tourism" value="theme_park"/> <filter minzoom="12" maxzoom="15" color="#f2caea" color_2="#734a08" strokeWidth_2="1" pathEffect_2="9_3" tag="tourism" value="theme_park"/>
<filter minzoom="16" color="#f2caea" color_2="#734a08" strokeWidth_2="2" pathEffect_2="9_3" tag="tourism" value="theme_park"/> <filter minzoom="16" color="#f2caea" color_2="#734a08" strokeWidth_2="2" pathEffect_2="9_3" tag="tourism" value="theme_park"/>
@ -871,14 +876,14 @@
</group> </group>
<!-- buildings, night color 560000 --> <!-- Buildings, night color 560000 -->
<group> <group>
<filter minzoom="16" color="#bca9a9" tag="building" value=""/> <filter minzoom="16" color="#bca9a9" tag="building" value=""/>
<filter minzoom="16" color="#dddddd" tag="building" value="garages"/> <filter minzoom="16" color="#dddddd" tag="building" value="garages"/>
<filter minzoom="13" tag="power" value="station" color="#bbbbbb"/> <filter minzoom="13" tag="power" value="station" color="#bbbbbb"/>
<filter minzoom="13" tag="power" value="sub_station" color="#bbbbbb"/> <filter minzoom="13" tag="power" value="sub_station" color="#bbbbbb"/>
<filter minzoom="13" tag="leisure" value="stadium" color="#33cc99"/> <filter minzoom="13" tag="leisure" value="stadium" color="#33cc99"/>
<filter tag="leisure" value="sports_centre" color="#33cc99"/> <filter minzoom="13" tag="leisure" value="sports_centre" color="#33cc99"/>
<filter minzoom="14" tag="landuse" value="garages" color="#dfd1d6"/> <filter minzoom="14" tag="landuse" value="garages" color="#dfd1d6"/>
<filter minzoom="12" color="#ff8f8f" tag="military" value="barracks"/> <filter minzoom="12" color="#ff8f8f" tag="military" value="barracks"/>
<filter minzoom="10" color="#a0ffa8a8" tag="landuse" value="military"/> <filter minzoom="10" color="#a0ffa8a8" tag="landuse" value="military"/>
@ -887,7 +892,7 @@
</group> </group>
<!-- special nature, with shaders, often night color unchanged --> <!-- Special nature, with shaders, often night color unchanged -->
<!-- Looks like shaders are not working without color statement, hence color="#100000" introduced for now where missing --> <!-- Looks like shaders are not working without color statement, hence color="#100000" introduced for now where missing -->
<filter minzoom="11" shader="beach" color="#100000" tag="natural" value="beach"/> <filter minzoom="11" shader="beach" color="#100000" tag="natural" value="beach"/>
<filter minzoom="12" shader="marsh" color="#100000" tag="natural" value="marsh"/> <filter minzoom="12" shader="marsh" color="#100000" tag="natural" value="marsh"/>
@ -965,7 +970,7 @@
<filter tag="highway" value="secondary" color="#fdd6a4" color_2="#fdd6a4"/> <filter tag="highway" value="secondary" color="#fdd6a4" color_2="#fdd6a4"/>
<filter tag="highway" value="secondary_link" color="#fdd6a4" color_2="#fdd6a4"/> <filter tag="highway" value="secondary_link" color="#fdd6a4" color_2="#fdd6a4"/>
<groupFilter shadowRadius="1" cap="ROUND"> <groupFilter shadowRadius="1" cap="ROUND">
<!-- bridges --> <!-- Bridges -->
<filter layer="1" cap_2="SQUARE" color="#000000" shadowRadius="0" cap="BUTT"> <filter layer="1" cap_2="SQUARE" color="#000000" shadowRadius="0" cap="BUTT">
<filter minzoom="14" maxzoom="15" strokeWidth="14" strokeWidth_2="12"/> <filter minzoom="14" maxzoom="15" strokeWidth="14" strokeWidth_2="12"/>
<filter minzoom="16" maxzoom="16" strokeWidth="17" strokeWidth_2="15"/> <filter minzoom="16" maxzoom="16" strokeWidth="17" strokeWidth_2="15"/>
@ -992,7 +997,7 @@
<filter minzoom="11" maxzoom="11" strokeWidth="4"/> <filter minzoom="11" maxzoom="11" strokeWidth="4"/>
<filter minzoom="12" maxzoom="12" strokeWidth="5"/> <filter minzoom="12" maxzoom="12" strokeWidth="5"/>
<filter minzoom="13" maxzoom="13" strokeWidth="6"/> <filter minzoom="13" maxzoom="13" strokeWidth="6"/>
<!-- bridges --> <!-- Bridges -->
<filter layer="1" cap_2="SQUARE" color="#000000" shadowRadius="0" cap="BUTT"> <filter layer="1" cap_2="SQUARE" color="#000000" shadowRadius="0" cap="BUTT">
<filter minzoom="13" maxzoom="14" strokeWidth="8" strokeWidth_2="6"/> <filter minzoom="13" maxzoom="14" strokeWidth="8" strokeWidth_2="6"/>
<filter minzoom="15" maxzoom="15" strokeWidth="10" strokeWidth_2="8"/> <filter minzoom="15" maxzoom="15" strokeWidth="10" strokeWidth_2="8"/>
@ -1023,7 +1028,7 @@
<filter minzoom="13" maxzoom="13" strokeWidth="4"> <filter minzoom="13" maxzoom="13" strokeWidth="4">
<filter nightMode="true" color="#9F9F9F" color_2="#9F9F9F"/> <filter nightMode="true" color="#9F9F9F" color_2="#9F9F9F"/>
</filter> </filter>
<!-- bridges --> <!-- Bridges -->
<filter layer="1" cap_2="SQUARE" color="#000000" shadowRadius="0" cap="BUTT"> <filter layer="1" cap_2="SQUARE" color="#000000" shadowRadius="0" cap="BUTT">
<filter minzoom="14" maxzoom="14" strokeWidth="8" strokeWidth_2="6"/> <filter minzoom="14" maxzoom="14" strokeWidth="8" strokeWidth_2="6"/>
<filter minzoom="15" maxzoom="15" strokeWidth="10" strokeWidth_2="8"/> <filter minzoom="15" maxzoom="15" strokeWidth="10" strokeWidth_2="8"/>
@ -1052,14 +1057,14 @@
<groupFilter color="#ececec" color_2="#ececec" shadowRadius="1" cap="ROUND"> <groupFilter color="#ececec" color_2="#ececec" shadowRadius="1" cap="ROUND">
<filter hmRendered="true" minzoom="13" maxzoom="13" strokeWidth="2"/> <filter hmRendered="true" minzoom="13" maxzoom="13" strokeWidth="2"/>
<filter hmRendered="true" minzoom="14" maxzoom="14" strokeWidth="3"/> <filter hmRendered="true" minzoom="14" maxzoom="14" strokeWidth="3"/>
<!-- bridges --> <!-- Bridges -->
<filter layer="1" color="#000000" color_2="#ffffff" cap_2="SQUARE" cap="BUTT"> <filter layer="1" color="#000000" cap_2="SQUARE" cap="BUTT">
<filter hmRendered="true" minzoom="13" maxzoom="14" strokeWidth="5" strokeWidth_2="3"/> <filter hmRendered="true" minzoom="13" maxzoom="14" strokeWidth="5" strokeWidth_2="3"/>
<filter minzoom="15" maxzoom="15" strokeWidth="6" strokeWidth_2="4"/> <filter minzoom="15" maxzoom="15" strokeWidth="6" strokeWidth_2="4"/>
<filter minzoom="16" maxzoom="16" strokeWidth="7" strokeWidth_2="5"/> <filter minzoom="16" maxzoom="16" strokeWidth="7" strokeWidth_2="5"/>
<filter minzoom="17" maxzoom="17" strokeWidth="10" strokeWidth_2="8"/> <filter minzoom="17" maxzoom="17" strokeWidth="10" strokeWidth_2="8"/>
<filter minzoom="18" strokeWidth="14" strokeWidth_2="12"/> <filter minzoom="18" strokeWidth="14" strokeWidth_2="12"/>
<groupFilter nightMode="true" color="#000000"/> <groupFilter nightMode="true" color="#ffffff"/>
</filter> </filter>
<filter> <filter>
<filter minzoom="15" maxzoom="15" strokeWidth="4"/> <filter minzoom="15" maxzoom="15" strokeWidth="4"/>
@ -1071,69 +1076,71 @@
</groupFilter> </groupFilter>
</group> </group>
<filter tag="highway" value="track" color="#996600" pathEffect="4_3"> <group>
<filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3"/> <filter tag="highway" value="track" color="#996600" pathEffect="6_3" color_3="#996600" pathEffect_3="6_3">
<filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5"/> <filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3" strokeWidth_3="2" pathEffect_3="10_3"/>
<filter minzoom="13" strokeWidth="1"/> <filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5" strokeWidth_3="0.5"/>
</filter> <filter minzoom="13" strokeWidth="1" strokeWidth_3="1"/>
</filter>
<filter tag="highway" value="path" color="#000000" pathEffect="6_3"> <!-- byway is deprecated tag, describes UK-only road. Proper tag should be highway=track or highway=path -->
<filter appMode="pedestrian" minzoom="14" color="#000000" strokeWidth="2" pathEffect="10_3"/> <filter tag="highway" value="byway" color="#996600" pathEffect="6_3" color_3="#996600" pathEffect_3="6_3">
<filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5"/> <filter appMode="bicycle" minzoom="14" strokeWidth="2" pathEffect="10_3" strokeWidth_3="2" pathEffect_3="10_3"/>
<filter minzoom="13" strokeWidth="1"/> <filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3" strokeWidth_3="2" pathEffect_3="10_3"/>
<groupFilter nightMode="true" color="#787878"/> <filter minzoom="12" strokeWidth="1" strokeWidth_3="1"/>
</filter> </filter>
<!-- byway is deprecated tag, describes UK-only road. Proper tag should be highway=track or highway=path --> <group>
<filter tag="highway" value="byway" color="#996600" pathEffect="4_3"> <filter tag="highway" value="path" color="#000000" pathEffect="6_3" color_3="#000000" pathEffect_3="6_3">
<filter appMode="bicycle" minzoom="14" strokeWidth="2" pathEffect="10_3"/> <filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3" strokeWidth_3="2" pathEffect_3="10_3"/>
<filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3"/> <filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5" strokeWidth_3="0.5"/>
<filter minzoom="12" strokeWidth="1"/> <filter minzoom="13" strokeWidth="1" strokeWidth_3="1"/>
</filter> </filter>
<groupFilter nightMode="true" color="#787878" color_3="#787878"/>
</group>
<filter tag="highway" value="cycleway" color="#0000ff" pathEffect="2_2"> <filter tag="highway" value="cycleway" color="#0000ff" pathEffect="2_2" color_3="#0000ff" pathEffect_3="2_2">
<filter appMode="bicycle" minzoom="14" strokeWidth="2" pathEffect="10_3"/> <filter appMode="bicycle" minzoom="14" strokeWidth="2" pathEffect="10_3" strokeWidth_3="2" pathEffect_3="10_3"/>
<filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3"/> <filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3" strokeWidth_3="2" pathEffect_3="10_3"/>
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="2" color_2="#0000ff" strokeWidth_2="2" pathEffect_2="2_2"/> <filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5" strokeWidth_3="0.5"/>
<filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5"/> <filter minzoom="13" strokeWidth="1" strokeWidth_3="1"/>
<filter minzoom="13" strokeWidth="1"/> </filter>
</filter>
<filter tag="highway" value="footway" color="#fa8073" pathEffect="2_2"> <filter tag="highway" value="footway" color="#fa5073" pathEffect="2_2" color_3="#fa5073" pathEffect_3="2_2">
<filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3"/> <filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3" strokeWidth_3="2" pathEffect_3="10_3"/>
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="2" color_2="#fa8073" strokeWidth_2="2" pathEffect_2="2_2"/> <filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5" strokeWidth_3="0.5"/>
<filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5"/> <filter hmRendered="true" minzoom="13" maxzoom="14" strokeWidth="1" strokeWidth_3="1"/>
<filter hmRendered="true" minzoom="13" maxzoom="14" strokeWidth="1"/> <filter minzoom="15" strokeWidth="1" strokeWidth_3="1"/>
<filter minzoom="15" strokeWidth="1"/> </filter>
</filter>
<filter tag="highway" value="steps" color="#fa8073" pathEffect="1_2"> <filter tag="highway" value="steps" color="#fa5073" pathEffect="1_2" color_3="#fa5073" pathEffect_3="1_2">
<filter appMode="pedestrian" minzoom="14" strokeWidth="4"/> <filter appMode="pedestrian" minzoom="14" strokeWidth="4" pathEffect="2_2" strokeWidth_3="4" pathEffect_3="2_2"/>
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="7" color_2="#fa8073" strokeWidth_2="5" pathEffect_2="1_2"/> <filter hmRendered="true" minzoom="14" strokeWidth="4" strokeWidth_3="4"/>
<filter hmRendered="true" minzoom="14" strokeWidth="4"/> <filter minzoom="15" strokeWidth="4" strokeWidth_3="4"/>
<filter minzoom="15" strokeWidth="4"/> </filter>
</filter>
<filter tag="highway" value="bridleway" color="#339900" pathEffect="2_2"> <filter tag="highway" value="bridleway" color="#339900" pathEffect="2_2" color_3="#339900" pathEffect_3="2_2">
<filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3"/> <filter appMode="pedestrian" minzoom="14" strokeWidth="2" pathEffect="10_3" strokeWidth_3="2" pathEffect_3="10_3"/>
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="2" color_2="#00ff00" strokeWidth_2="2" pathEffect_2="2_2"/> <filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5" strokeWidth_3="0.5"/>
<filter hmRendered="true" minzoom="12" maxzoom="12" strokeWidth="0.5"/> <filter minzoom="13" strokeWidth="1" strokeWidth_3="1"/>
<filter minzoom="13" strokeWidth="1"/> </filter>
</filter>
<!-- Bridges -->
<groupFilter layer="1" nightMode="false" minzoom="14" color="#000000" strokeWidth="6.5" pathEffect="" color_2="#ffffff" strokeWidth_2="5"/>
<groupFilter layer="1" nightMode="true" minzoom="14" color="#ffffff" strokeWidth="6.5" pathEffect="" color_2="#000000" strokeWidth_2="5"/>
</group>
<filter tag="highway" value="services" minzoom="14" color="#000000" strokeWidth="2"/> <filter tag="highway" value="services" minzoom="14" color="#000000" strokeWidth="2"/>
<filter tag="highway" value="ford" minzoom="14" color="#000000" strokeWidth="2"/> <filter tag="highway" value="ford" minzoom="14" color="#000000" strokeWidth="2"/>
<filter tag="highway" value="construction" minzoom="14" maxzoom="15" color="#99cccc" strokeWidth="6" color_2="#ffffff" strokeWidth_2="5" pathEffect_2="8_6"/> <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="16" color="#99cccc" strokeWidth="8" color_2="#ffffff" strokeWidth_2="7" pathEffect_2="8_6"/>
<filter tag="highway" value="proposed" minzoom="14" maxzoom="15" color="#99cccc" strokeWidth="6" color_2="#ffffff" strokeWidth_2="5" pathEffect_2="8_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="16" color="#99cccc" strokeWidth="8" color_2="#ffffff" strokeWidth_2="7" pathEffect_2="8_6"/>
<filter tag="contour" value="elevation" minzoom="14" color="#54ff4900" strokeWidth="1"/> <filter tag="contour" value="elevation" minzoom="14" color="#54ff4900" strokeWidth="1"/>
<!-- barriers --> <!-- Barriers -->
<filter minzoom="16" color="#000000" strokeWidth="1" tag="highway" value="gate"/> <filter minzoom="16" color="#000000" strokeWidth="1" tag="highway" value="gate"/>
<filter minzoom="16" color="#aed1a0" strokeWidth="3" tag="barrier" value="hedge"/> <filter minzoom="16" color="#aed1a0" strokeWidth="3" tag="barrier" value="hedge"/>
<filter minzoom="16" color="#000000" strokeWidth="1" tag="barrier" value="fence"/> <filter minzoom="16" color="#000000" strokeWidth="1" tag="barrier" value="fence"/>
@ -1163,7 +1170,7 @@
<filter minzoom="16" color="#aed1a0" strokeWidth="3" tag="natural" value="hedge"/> <filter minzoom="16" color="#aed1a0" strokeWidth="3" tag="natural" value="hedge"/>
<filter minzoom="16" color="#000000" strokeWidth="1" tag="fenced" value="yes"/> <filter minzoom="16" color="#000000" strokeWidth="1" tag="fenced" value="yes"/>
<!-- waterways --> <!-- Waterways -->
<group> <group>
<filter tag="waterway" value="stream" minzoom="12" strokeWidth="2"> <filter tag="waterway" value="stream" minzoom="12" strokeWidth="2">
<filter layer="-1" strokeWidth="3" strokeWidth_2="1" pathEffect_2="4_2"/> <filter layer="-1" strokeWidth="3" strokeWidth_2="1" pathEffect_2="4_2"/>
@ -1206,7 +1213,7 @@
<filter tag="waterway" value="weir" minzoom="15" color="#aaaaaa" strokeWidth="2"/> <filter tag="waterway" value="weir" minzoom="15" color="#aaaaaa" strokeWidth="2"/>
<!-- railways --> <!-- Railways -->
<filter tag="railway" value="rail" color="#999999"> <filter tag="railway" value="rail" color="#999999">
<filter layer="-1" minzoom="9" maxzoom="13" strokeWidth="2" pathEffect="5_2"/> <filter layer="-1" minzoom="9" maxzoom="13" strokeWidth="2" pathEffect="5_2"/>
<filter layer="-1" minzoom="14" strokeWidth="3" color_2="#ffffff" strokeWidth_2="3" pathEffect_2="4_4"/> <filter layer="-1" minzoom="14" strokeWidth="3" color_2="#ffffff" strokeWidth_2="3" pathEffect_2="4_4"/>
@ -1245,8 +1252,8 @@
<filter layer="-1" tag="railway" value="narrow_gauge" minzoom="15" color="#666666" strokeWidth="5" color_2="#cccccc" strokeWidth_2="3" pathEffect="5_3"/> <filter layer="-1" tag="railway" value="narrow_gauge" minzoom="15" color="#666666" strokeWidth="5" color_2="#cccccc" strokeWidth_2="3" pathEffect="5_3"/>
<filter tag="railway" value="narrow_gauge" minzoom="15" color="#666666" strokeWidth="2"/> <filter tag="railway" value="narrow_gauge" minzoom="15" color="#666666" strokeWidth="2"/>
<filter layer="1" tag="railway" value="construction" minzoom="13" color="#000000" strokeWidth="4.5" color_2="#888888" strokeWidth_2="2" pathEffect_2="4_2"/> <filter layer="1" tag="railway" value="construction" minzoom="13" color="#000000" strokeWidth="5" color_2="#999999" strokeWidth_2="4" color_3="#ff6600" strokeWidth_3="1" pathEffect_3="12_8_1_0"/>
<filter tag="railway" value="construction" minzoom="13" color="#888888" strokeWidth="2" pathEffect="4_2"/> <filter tag="railway" value="construction" minzoom="13" color="#999999" strokeWidth="3" color_2="#ff6600" strokeWidth_2="1" pathEffect_2="8_12"/>
<filter tag="railway" value="monorail" minzoom="15" color="#777777" strokeWidth="3" pathEffect="2_3"/> <filter tag="railway" value="monorail" minzoom="15" color="#777777" strokeWidth="3" pathEffect="2_3"/>
@ -1255,7 +1262,7 @@
<filter tag="railway" value="platform" minzoom="15" color="#888888" strokeWidth="3"/> <filter tag="railway" value="platform" minzoom="15" color="#888888" strokeWidth="3"/>
<!-- aeroways --> <!-- Aeroways -->
<filter tag="aeroway" value="runway" color="#bbbbcc"> <filter tag="aeroway" value="runway" color="#bbbbcc">
<filter layer="1" minzoom="13" maxzoom="13" color="#000000" strokeWidth="9" color_2="#bbbbcc" strokeWidth_2="7" cap_2="SQUARE"/> <filter layer="1" minzoom="13" maxzoom="13" color="#000000" strokeWidth="9" color_2="#bbbbcc" strokeWidth_2="7" cap_2="SQUARE"/>
<filter layer="1" minzoom="14" maxzoom="14" color="#000000" strokeWidth="14" color_2="#bbbbcc" strokeWidth_2="12" cap_2="SQUARE"/> <filter layer="1" minzoom="14" maxzoom="14" color="#000000" strokeWidth="14" color_2="#bbbbcc" strokeWidth_2="12" cap_2="SQUARE"/>
@ -1282,7 +1289,7 @@
<filter tag="aerialway" value="mixed_lift" minzoom="12" color="#bababa" strokeWidth="2"/> <filter tag="aerialway" value="mixed_lift" minzoom="12" color="#bababa" strokeWidth="2"/>
<filter tag="aerialway" value="drag_lift" minzoom="12" color="#bababa" strokeWidth="2"/> <filter tag="aerialway" value="drag_lift" minzoom="12" color="#bababa" strokeWidth="2"/>
<!-- man made --> <!-- Man made -->
<filter tag="power" value="line" minzoom="14" maxzoom="14" color="#bababa" strokeWidth="1"/> <filter tag="power" value="line" minzoom="14" maxzoom="14" color="#bababa" strokeWidth="1"/>
<filter tag="power" value="line" minzoom="15" color="#bababa" strokeWidth="2"/> <filter tag="power" value="line" minzoom="15" color="#bababa" strokeWidth="2"/>
<filter tag="power" value="minor_line" minzoom="14" color="#bababa" strokeWidth="1"/> <filter tag="power" value="minor_line" minzoom="14" color="#bababa" strokeWidth="1"/>
@ -1306,7 +1313,7 @@
<filter tag="leisure" value="marina" minzoom="13" maxzoom="15" color="#0000ff" strokeWidth="1" pathEffect="6_2"/> <filter tag="leisure" value="marina" minzoom="13" maxzoom="15" color="#0000ff" strokeWidth="1" pathEffect="6_2"/>
<filter tag="leisure" value="marina" minzoom="16" color="#0000ff" strokeWidth="2" pathEffect="6_2"/> <filter tag="leisure" value="marina" minzoom="16" color="#0000ff" strokeWidth="2" pathEffect="6_2"/>
<!-- admin levels (boundaries) --> <!-- Admin levels (boundaries) -->
<group> <group>
<filter tag="admin_level" value="0"/> <filter tag="admin_level" value="0"/>
<filter tag="admin_level" value="1"/> <filter tag="admin_level" value="1"/>

View file

@ -423,7 +423,7 @@
<string name="no_vector_map_loaded">Offline-Daten wurden nicht geladen</string> <string name="no_vector_map_loaded">Offline-Daten wurden nicht geladen</string>
<string name="map_route_by_gpx">Route mittels GPX</string> <string name="map_route_by_gpx">Route mittels GPX</string>
<string name="gpx_files_not_found">Keine GPX Dateien gefunden in /tracks-Ordner</string> <string name="gpx_files_not_found">Keine GPX Dateien gefunden in /tracks-Ordner</string>
<string name="layer_gpx_layer">GPX Tracks...</string> <string name="layer_gpx_layer">GPX Track...</string>
<string name="error_reading_gpx">Fehler beim Lesen der GPX-Daten</string> <string name="error_reading_gpx">Fehler beim Lesen der GPX-Daten</string>
<string name="vector_data">Offline-Vektor-Karten</string> <string name="vector_data">Offline-Vektor-Karten</string>

View file

@ -181,7 +181,7 @@
<string name="invalid_locations">Los lugares no son válidos</string> <string name="invalid_locations">Los lugares no son válidos</string>
<string name="items_were_selected">Se seleccionó {0} artículos</string> <string name="items_were_selected">Se seleccionó {0} artículos</string>
<string name="layer_favorites">Favoritos</string> <string name="layer_favorites">Favoritos</string>
<string name="layer_gpx_layer">Trazas GPX...</string> <string name="layer_gpx_layer">Traza GPX...</string>
<string name="layer_map">Fuente de mapas...</string> <string name="layer_map">Fuente de mapas...</string>
<string name="layer_osm_bugs">Fallos en Osm</string> <string name="layer_osm_bugs">Fallos en Osm</string>
<string name="layer_poi">POI...</string> <string name="layer_poi">POI...</string>

View file

@ -403,7 +403,7 @@
<string name="no_vector_map_loaded">Aucune carte vectorielle n\'a été chargée</string> <string name="no_vector_map_loaded">Aucune carte vectorielle n\'a été chargée</string>
<string name="map_route_by_gpx">Itinéraires GPX enregistrés</string> <string name="map_route_by_gpx">Itinéraires GPX enregistrés</string>
<string name="gpx_files_not_found">Aucun fichier GPX n\'a été trouvé dans le dossier /osmand/tracks</string> <string name="gpx_files_not_found">Aucun fichier GPX n\'a été trouvé dans le dossier /osmand/tracks</string>
<string name="layer_gpx_layer">Traces GPX...</string> <string name="layer_gpx_layer">Trace GPX...</string>
<string name="error_reading_gpx">Erreur de lecteur des données GPX</string> <string name="error_reading_gpx">Erreur de lecteur des données GPX</string>
<string name="vector_data">Cartes vectorielles OSM</string> <string name="vector_data">Cartes vectorielles OSM</string>
<string name="transport_context_menu">Chercher transport à l\'arrivée</string> <string name="transport_context_menu">Chercher transport à l\'arrivée</string>

View file

@ -400,7 +400,7 @@
<string name="map_route_by_gpx">Percorso tramite GPX</string> <string name="map_route_by_gpx">Percorso tramite GPX</string>
<string name="gpx_files_not_found">File GPX non trovato nella cartella /tracks</string> <string name="gpx_files_not_found">File GPX non trovato nella cartella /tracks</string>
<string name="layer_gpx_layer">percorsi GPX...</string> <string name="layer_gpx_layer">percorso GPX...</string>
<string name="error_reading_gpx">Errore lettura dati GPX</string> <string name="error_reading_gpx">Errore lettura dati GPX</string>
<string name="vector_data">Mappe vettoriali offline</string> <string name="vector_data">Mappe vettoriali offline</string>

View file

@ -429,7 +429,7 @@
<string name="map_route_by_gpx">Route using GPX</string> <string name="map_route_by_gpx">Route using GPX</string>
<string name="gpx_files_not_found">GPX files not found in /tracks directory</string> <string name="gpx_files_not_found">GPX files not found in /tracks directory</string>
<string name="layer_gpx_layer">GPX tracks...</string> <string name="layer_gpx_layer">GPX track...</string>
<string name="error_reading_gpx">Error reading GPX data</string> <string name="error_reading_gpx">Error reading GPX data</string>
<string name="vector_data">Offline vector maps</string> <string name="vector_data">Offline vector maps</string>