Edited DataExtractionOSM/src/net/osmand/render/default.render.xml via GitHub
This commit is contained in:
parent
231136d376
commit
729dcb42f4
1 changed files with 298 additions and 344 deletions
|
@ -1,9 +1,7 @@
|
|||
<renderer name="default" depends="" defaultColor="#f1eee8" defaultNightColor="#003333">
|
||||
|
||||
<!-- apparently renderer name must equal file name until first '.', or else automatic day/night switching fails -->
|
||||
|
||||
<!--
|
||||
All Purpose Renderer (by Hardy Mueller), v011:
|
||||
Based on All-Purpose Renderer (by Hardy Mueller), v014, but with slightly less detail and different motorwaay/trunk colors, and some roads displayed at higher zooms (ZM13) than described below:
|
||||
Map rendering aligned to typical map use for all zoom levels/scales, hence always yields a complete and reliable map.
|
||||
All features displayed at each zoom level (zX) are those for its typical use:
|
||||
- z7 = "Rough Country Level Overview": Shows motorways, trunks, primary roads and city names
|
||||
|
@ -15,16 +13,17 @@
|
|||
- z16 = "Walking, City tour": Outline and tag buildings
|
||||
- z17 = Building details, street corner details.
|
||||
-->
|
||||
|
||||
<!--
|
||||
Night renderer
|
||||
default: 003333
|
||||
built-up areas: 66004B
|
||||
buildings: 560000
|
||||
forest: 000034
|
||||
other 'green' landuse: 004333
|
||||
water: 330099
|
||||
'white' roads: 9F9F9F
|
||||
leave other (colored) roads like day
|
||||
Main colors for night renderer:
|
||||
- default: 003333
|
||||
- built-up areas: 66004B
|
||||
- buildings: 560000
|
||||
- forest: 000034
|
||||
- other 'green' landuse: 004333
|
||||
- water: 330099
|
||||
- 'white' roads: 9F9F9F to darken high density areas sufficiently
|
||||
- leave other road colors like day, for easy recognition
|
||||
-->
|
||||
|
||||
<!--
|
||||
|
@ -37,7 +36,7 @@
|
|||
shop_supermarket, sosphone, spring station_small, station, telephone, theatre, toilets, tower_water, traffic_light transport_ford, tree,
|
||||
tree2, viewpoint, vineyard, windmill, zoo
|
||||
-->
|
||||
|
||||
|
||||
<!-- input exact layer, orderType check tag, value -->
|
||||
<order>
|
||||
<!-- point has order 128 -->
|
||||
|
@ -65,9 +64,8 @@
|
|||
</filter>
|
||||
<filter orderType="line">
|
||||
<!-- Below see level -->
|
||||
<filter tag="admin_level" value="0" order="0"/>
|
||||
<filter tag="admin_level" value="1" order="0"/>
|
||||
|
||||
<filter tag="admin_level" value="0" order="0" />
|
||||
<filter tag="admin_level" value="1" order="0" />
|
||||
<filter tag="" layer="-1" order="10" />
|
||||
<filter tag="" order="11" />
|
||||
<filter tag="" layer="1" order="67" />
|
||||
|
@ -122,7 +120,7 @@
|
|||
<filter textLength="5" textShield="mot_shield5" />
|
||||
<filter textLength="6" textShield="mot_shield6" />
|
||||
</filter>
|
||||
|
||||
|
||||
<filter minzoom="10" tag="highway" value="trunk" ref="only" textMinDistance="70" textColor="#ffffff" textSize="12" textBold="true">
|
||||
<filter textLength="1" textShield="tru_shield1" />
|
||||
<filter textLength="2" textShield="tru_shield2" />
|
||||
|
@ -177,7 +175,6 @@
|
|||
<filter minzoom="17" maxzoom="17" textSize="17" />
|
||||
<filter minzoom="18" textSize="19" />
|
||||
</filter>
|
||||
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
|
@ -191,10 +188,6 @@
|
|||
<case tag="highway" value="living_street" />
|
||||
<case tag="highway" value="pedestrian" />
|
||||
|
||||
<case tag="highway" value="byway" />
|
||||
<case tag="highway" value="footway" />
|
||||
<case tag="highway" value="steps" />
|
||||
<case tag="highway" value="bridleway" />
|
||||
<case tag="highway" value="services" />
|
||||
<case tag="highway" value="ford" />
|
||||
<case tag="highway" value="construction" />
|
||||
|
@ -208,20 +201,25 @@
|
|||
</filter>
|
||||
</switch>
|
||||
<switch>
|
||||
<case nightMode="true" textColor="#ffffff"/>
|
||||
<case nightMode="false" textColor="#000000"/>
|
||||
<switch>
|
||||
<case tag="highway" value="track" />
|
||||
<case tag="highway" value="path" />
|
||||
<case tag="highway" value="cycleway" />
|
||||
<filter textOnPath="true">
|
||||
<filter minzoom="14" maxzoom="14" textSize="12" />
|
||||
<filter minzoom="15" maxzoom="15" textSize="13" />
|
||||
<filter minzoom="16" maxzoom="16" textSize="14" />
|
||||
<filter minzoom="17" maxzoom="17" textSize="16" />
|
||||
<filter minzoom="18" textSize="18" />
|
||||
</filter>
|
||||
</switch>
|
||||
<case nightMode="true" textColor="#ffffff"/>
|
||||
<case nightMode="false" textColor="#000000"/>
|
||||
<switch>
|
||||
<case tag="highway" value="track" />
|
||||
<case tag="highway" value="path" />
|
||||
<case tag="highway" value="cycleway" />
|
||||
|
||||
<case tag="highway" value="byway" />
|
||||
<case tag="highway" value="footway" />
|
||||
<case tag="highway" value="steps" />
|
||||
<case tag="highway" value="bridleway" />
|
||||
<filter textOnPath="true">
|
||||
<filter minzoom="14" maxzoom="14" textSize="12" />
|
||||
<filter minzoom="15" maxzoom="15" textSize="13" />
|
||||
<filter minzoom="16" maxzoom="16" textSize="14" />
|
||||
<filter minzoom="17" maxzoom="17" textSize="16" />
|
||||
<filter minzoom="18" textSize="18" />
|
||||
</filter>
|
||||
</switch>
|
||||
</switch>
|
||||
|
||||
<!-- Natural -->
|
||||
|
@ -229,43 +227,39 @@
|
|||
|
||||
<filter minzoom="14" textSize="12" textColor="#6699cc" textHaloRadius="1" textWrapWidth="20" tag="natural" value="beach" />
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" textColor="#CC3300"/>
|
||||
<case nightMode="false" textColor="#654321"/>
|
||||
<filter>
|
||||
<filter minzoom="15" textSize="12" textHaloRadius="1" textDy="13" textWrapWidth="20" tag="natural" value="cave_entrance" />
|
||||
<filter minzoom="12" maxzoom="14" textSize="12" textHaloRadius="1" textDy="13" tag="natural" value="peak" />
|
||||
<filter minzoom="15" maxzoom="16" textSize="13" textHaloRadius="1" textDy="14" tag="natural" value="peak" />
|
||||
<filter minzoom="17" textSize="16" textHaloRadius="1" textDy="17" tag="natural" value="peak" />
|
||||
</filter>
|
||||
<switch>
|
||||
<case nightMode="true" textColor="#CC3300"/>
|
||||
<case nightMode="false" textColor="#654321"/>
|
||||
<filter>
|
||||
<filter minzoom="15" textSize="12" textHaloRadius="1" textDy="13" textWrapWidth="20" tag="natural" value="cave_entrance" />
|
||||
<filter minzoom="12" maxzoom="14" textSize="12" textHaloRadius="1" textDy="13" tag="natural" value="peak" />
|
||||
<filter minzoom="15" maxzoom="16" textSize="13" textHaloRadius="1" textDy="14" tag="natural" value="peak" />
|
||||
<filter minzoom="17" textSize="16" textHaloRadius="1" textDy="17" tag="natural" value="peak" />
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
|
||||
<filter minzoom="15" textSize="12" textColor="#6699cc" textHaloRadius="1" textDy="13" textWrapWidth="20" tag="natural" value="spring" />
|
||||
<filter minzoom="6" textSize="12" textColor="#6699cc" textHaloRadius="1" textWrapWidth="20" tag="natural" value="water" />
|
||||
<filter minzoom="6" textSize="12" textColor="#6699cc" textHaloRadius="1" textWrapWidth="20" tag="natural" value="lake" />
|
||||
<filter minzoom="13" textSize="12" textColor="#ff000000" textHaloRadius="2" textWrapWidth="10" tag="natural" value="wood" />
|
||||
|
||||
<!-- ZM 13 -->
|
||||
<!-- ZM 13 -->
|
||||
<filter minzoom="14" textSize="12" textColor="#6699cc" textHaloRadius="1" textOnPath="true" tag="waterway" value="stream" />
|
||||
<filter minzoom="11" textSize="12" textColor="#6699cc" textHaloRadius="1" textOnPath="true" textMinDistance="70" tag="waterway"
|
||||
value="river" />
|
||||
<filter minzoom="13" textSize="12" textColor="#6699cc" textHaloRadius="1" textOnPath="true" textMinDistance="70" tag="waterway"
|
||||
value="canal" />
|
||||
<filter minzoom="11" textSize="12" textColor="#6699cc" textHaloRadius="1" textOnPath="true" textMinDistance="70" tag="waterway" value="river" />
|
||||
<filter minzoom="13" textSize="12" textColor="#6699cc" textHaloRadius="1" textOnPath="true" textMinDistance="70" tag="waterway" value="canal" />
|
||||
<filter minzoom="15" textSize="12" textColor="#6699cc" textHaloRadius="1" textOnPath="true" tag="waterway" value="ditch" />
|
||||
<filter minzoom="15" textSize="12" textColor="#6699cc" textHaloRadius="1" textOnPath="true" tag="waterway" value="drain" />
|
||||
<filter minzoom="15" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="13" textWrapWidth="70" tag="waterway" value="lock_gate" />
|
||||
<filter minzoom="15" textSize="12" textColor="#0066ff" textHaloRadius="1" textDy="13" textWrapWidth="70" tag="waterway" value="lock" />
|
||||
<filter minzoom="15" textSize="12" textHaloRadius="1" tag="waterway" value="dam" />
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" textColor="#CC3300"/>
|
||||
<case nightMode="false" textColor="#654321"/>
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="13" textWrapWidth="20" tag="historic" value="memorial" />
|
||||
<switch>
|
||||
<case nightMode="true" textColor="#CC3300"/>
|
||||
<case nightMode="false" textColor="#654321"/>
|
||||
<filter minzoom="16" textSize="12" textHaloRadius="1" textDy="13" textWrapWidth="20" tag="historic" value="memorial" />
|
||||
</switch>
|
||||
|
||||
<filter minzoom="14" maxzoom="14" textSize="12" textBold="true" textColor="#6666ff" textHaloRadius="1" textDy="-13" tag="railway"
|
||||
value="station" />
|
||||
<filter minzoom="14" maxzoom="14" textSize="12" textBold="true" textColor="#6666ff" textHaloRadius="1" textDy="-13" tag="railway" value="station" />
|
||||
<filter minzoom="15" textSize="13" textBold="true" textColor="#6666ff" textHaloRadius="1" textDy="-14" tag="railway" value="station" />
|
||||
<filter minzoom="14" maxzoom="14" textSize="12" textColor="#6666ff" textHaloRadius="1" textDy="-13" tag="railway" value="halt" />
|
||||
<filter minzoom="15" textSize="12" textColor="#6666ff" textHaloRadius="1" textDy="-13" tag="railway" value="halt" />
|
||||
|
@ -273,14 +267,11 @@
|
|||
<filter minzoom="15" textSize="12" textColor="#6666ff" textHaloRadius="1" textDy="-13" tag="railway" value="tram_stop" />
|
||||
|
||||
<filter minzoom="10" textSize="12" textColor="#6692da" textHaloRadius="1" textDy="-12" tag="aeroway" value="aerodrome" />
|
||||
<filter minzoom="15" textSize="12" textColor="#333333" textHaloRadius="1" textOnPath="true" textMinDistance="50" tag="aeroway"
|
||||
value="runway" ref="true" />
|
||||
<filter minzoom="15" textSize="12" textColor="#333333" textHaloRadius="1" textOnPath="true" textMinDistance="50" tag="aeroway"
|
||||
value="taxiway" ref="true" />
|
||||
<filter minzoom="15" textSize="12" textColor="#333333" textHaloRadius="1" textOnPath="true" textMinDistance="50" tag="aeroway" value="runway" ref="true" />
|
||||
<filter minzoom="15" textSize="12" textColor="#333333" textHaloRadius="1" textOnPath="true" textMinDistance="50" tag="aeroway" value="taxiway" ref="true" />
|
||||
<filter minzoom="10" textSize="12" textBold="true" textColor="#6692da" textHaloRadius="1" textDy="-13" tag="aeroway" value="airport" />
|
||||
<filter minzoom="17" textSize="12" textColor="#aa66cc" textHaloRadius="1" textWrapWidth="10" tag="aeroway" value="gate" ref="true" />
|
||||
|
||||
|
||||
<filter minzoom="14" maxzoom="14" textSize="12" textColor="#6666ff" textHaloRadius="1" textDy="-13" tag="aerialway" value="station" />
|
||||
<filter minzoom="15" textSize="12" textColor="#6666ff" textHaloRadius="1" textDy="-13" tag="aerialway" value="station" />
|
||||
|
||||
|
@ -376,12 +367,11 @@
|
|||
<filter minzoom="7" textSize="14" textColor="#9d6c9d" textHaloRadius="1" textWrapWidth="20" tag="place" value="region" />
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" textColor="#ffffff"/>
|
||||
<case nightMode="false"/>
|
||||
<filter minzoom="4" maxzoom="6" textSize="14" textDy="-8" textBold="true" textHaloRadius="1" textWrapWidth="20" tag="place" value="city" />
|
||||
<filter minzoom="6" textSize="20" textDy="-8" textBold="true" textHaloRadius="1" textWrapWidth="20" tag="place" value="city" />
|
||||
<filter minzoom="6" textSize="16" textDy="-8" textBold="true" textHaloRadius="1" textWrapWidth="20" tag="place" value="town" />
|
||||
<filter minzoom="11" textSize="14" textHaloRadius="1" tag="place" value="village" />
|
||||
<case nightMode="true" textColor="#ffffff"/>
|
||||
<case nightMode="false"/>
|
||||
<filter minzoom="4" textSize="20" textDy="-8" textBold="true" textHaloRadius="1" textWrapWidth="20" tag="place" value="city" />
|
||||
<filter minzoom="6" textSize="16" textDy="-8" textBold="true" textHaloRadius="1" textWrapWidth="20" tag="place" value="town" />
|
||||
<filter minzoom="11" textSize="14" textHaloRadius="1" tag="place" value="village" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
|
@ -512,260 +502,247 @@
|
|||
<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" />
|
||||
|
||||
|
||||
<filter minzoom="4" tag="place" icon="city" value="city" />
|
||||
<filter minzoom="6" tag="place" icon="city" value="town" />
|
||||
</point>
|
||||
|
||||
<!-- PRIORITY Input to filter : tag, value, zoom [minzoom, maxzoom] -->
|
||||
<polygon>
|
||||
<!-- ZM 14 -->
|
||||
<!-- ZM 14 -->
|
||||
<switch>
|
||||
<case nightMode="true" color_2="#9F9F9F" color="#666666"/>
|
||||
<case nightMode="false" color_2="#464646" color="#ffffff"/>
|
||||
<filter minzoom="12" strokeWidth_2="1">
|
||||
<filter tag="highway" value="unclassified" />
|
||||
<filter tag="highway" value="road" />
|
||||
<filter tag="highway" value="service" />
|
||||
<filter tag="highway" value="residential" />
|
||||
</filter>
|
||||
<case nightMode="true" color_2="#9F9F9F" color="#666666"/>
|
||||
<case nightMode="false" color_2="#464646" color="#ffffff"/>
|
||||
<filter minzoom="12" strokeWidth_2="1">
|
||||
<filter tag="highway" value="unclassified" />
|
||||
<filter tag="highway" value="road" />
|
||||
<filter tag="highway" value="service" />
|
||||
<filter tag="highway" value="residential" />
|
||||
</filter>
|
||||
</switch>
|
||||
<!-- ZM 13 -->
|
||||
<!-- ZM 13 -->
|
||||
<filter minzoom="14" strokeWidth_2="0.5" color_2="#B0B0B0" color="#ECECEC">
|
||||
<filter tag="highway" value="pedestrian" />
|
||||
<filter tag="highway" value="footway" />
|
||||
</filter>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#d4aaaa"/>
|
||||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#d4aaaa"/>
|
||||
<filter minzoom="11" tag="railway" value="station" />
|
||||
</switch>
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#330099"/>
|
||||
<case nightMode="false" color="#b5d0d0"/>
|
||||
<filter minzoom="8" tag="waterway" value="riverbank" />
|
||||
</switch>
|
||||
<switch>
|
||||
<case nightMode="true" color="#330099"/>
|
||||
<case nightMode="false" color="#b5d0d0"/>
|
||||
<filter minzoom="8" tag="waterway" value="riverbank" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#330099"/>
|
||||
<case nightMode="false" color="#b5d0d0"/>
|
||||
<filter minzoom="10">
|
||||
<filter tag="waterway" value="canal" />
|
||||
<filter tag="waterway" value="dock" />
|
||||
<filter tag="waterway" value="mill_pond" />
|
||||
</filter>
|
||||
</switch>
|
||||
<switch>
|
||||
<case nightMode="true" color="#330099"/>
|
||||
<case nightMode="false" color="#b5d0d0"/>
|
||||
<filter minzoom="10">
|
||||
<filter tag="waterway" value="canal" />
|
||||
<filter tag="waterway" value="dock" />
|
||||
<filter tag="waterway" value="mill_pond" />
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
<!-- aeroway -->
|
||||
<switch>
|
||||
<case nightMode="true" color="#80B0B0B0"/>
|
||||
<case nightMode="false" color="#80cccccc"/>
|
||||
<filter minzoom="12" tag="aeroway">
|
||||
<filter value="aerodrome" />
|
||||
<filter value="airport" />
|
||||
</filter>
|
||||
<switch>
|
||||
<case nightMode="true" color="#80B0B0B0"/>
|
||||
<case nightMode="false" color="#80cccccc"/>
|
||||
<filter minzoom="12" tag="aeroway">
|
||||
<filter value="aerodrome" />
|
||||
<filter value="airport" />
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#cc99ff"/>
|
||||
<filter minzoom="14" tag="aeroway" value="terminal" />
|
||||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#cc99ff"/>
|
||||
<filter minzoom="14" tag="aeroway" value="terminal" />
|
||||
</switch>
|
||||
<switch>
|
||||
<case nightMode="true" color="#B0B0B0"/>
|
||||
<case nightMode="false" color="#e9d1ff"/>
|
||||
<filter minzoom="13" tag="aeroway" value="apron" />
|
||||
</switch>
|
||||
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#bbbbbb"/>
|
||||
<filter minzoom="13">
|
||||
<filter tag="power" value="station" />
|
||||
<filter tag="power" value="sub_station" />
|
||||
</filter>
|
||||
<case nightMode="true" color="#B0B0B0"/>
|
||||
<case nightMode="false" color="#e9d1ff"/>
|
||||
<filter minzoom="13" tag="aeroway" value="apron" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#bbbbbb"/>
|
||||
<filter minzoom="13">
|
||||
<filter tag="power" value="station" />
|
||||
<filter tag="power" value="sub_station" />
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
<!-- natural -->
|
||||
<switch>
|
||||
<case nightMode="true" color="#b0004333"/>
|
||||
<case nightMode="false" color="#b0b6fdb6"/>
|
||||
<filter minzoom="12" tag="natural" value="park" />
|
||||
<case nightMode="true" color="#b0004333"/>
|
||||
<case nightMode="false" color="#b0b6fdb6"/>
|
||||
<filter minzoom="12" tag="natural" value="park" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#330099"/>
|
||||
<case nightMode="false" color="#b5d0d0"/>
|
||||
<switch>
|
||||
<case nightMode="true" color="#330099"/>
|
||||
<case nightMode="false" color="#b5d0d0"/>
|
||||
<filter minzoom="1" tag="natural" value="coastline" />
|
||||
<filter minzoom="4" tag="natural" value="water" />
|
||||
<filter minzoom="4" tag="natural" value="lake" />
|
||||
</switch>
|
||||
<!-- ZM 12 -->
|
||||
<!-- ZM 12 -->
|
||||
<filter minzoom="11" shader="beach" tag="natural" value="beach" />
|
||||
|
||||
<!-- ZM 10 -->
|
||||
<switch>
|
||||
<case nightMode="true" color_2="#497CAF"/>
|
||||
<case nightMode="false" color_2="#99ccff"/>
|
||||
<filter minzoom="9" shader="glacier" strokeWidth_2="2" tag="natural" value="glacier" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#004333"/>
|
||||
<case nightMode="false" color="#ffffc0"/>
|
||||
<filter minzoom="12" tag="natural" value="heath" />
|
||||
</switch>
|
||||
<switch>
|
||||
<case nightMode="true" color="#004333"/>
|
||||
<case nightMode="false" color="#f2efe9"/>
|
||||
<filter minzoom="10" tag="natural" value="land" />
|
||||
</switch>
|
||||
<filter minzoom="12" shader="marsh" tag="natural" value="marsh" />
|
||||
<filter minzoom="12" shader="mud" tag="natural" value="mud" />
|
||||
<filter minzoom="12" shader="scrub" tag="natural" value="scrub" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="9" shader="glacier" color_2="#99ccff" strokeWidth_2="2" tag="natural" value="glacier" />
|
||||
<filter nightMode="true" minzoom="9" shader="glacier" color_2="#497CAF" strokeWidth_2="2" tag="natural" value="glacier" />
|
||||
<filter minzoom="12" color="#ffffc0" tag="natural" value="heath" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" tag="natural" value="heath" />
|
||||
<filter minzoom="10" color="#f2efe9" tag="natural" value="land" />
|
||||
<filter nightMode="true" minzoom="10" color="#004333" tag="natural" value="land" />
|
||||
|
||||
<filter minzoom="12" shader="marsh" tag="natural" value="marsh" />
|
||||
<filter nightMode="true" minzoom="12" shader="marsh" color="#004333" tag="natural" value="marsh" />
|
||||
<filter minzoom="12" shader="mud" tag="natural" value="mud" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" tag="natural" value="mud" />
|
||||
<filter minzoom="12" shader="scrub" tag="natural" value="scrub" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" tag="natural" value="scrub" />
|
||||
<filter minzoom="10" shader="marsh" tag="natural" value="wetland" />
|
||||
<!-- ZM10 -->
|
||||
<switch>
|
||||
<case nightMode="true" color="#000034"/>
|
||||
<case nightMode="false" color="#aed1a0"/>
|
||||
<filter minzoom="9" color="#aed1a0" tag="natural" value="wood" />
|
||||
</switch>
|
||||
<filter nightMode="true" minzoom="10" shader="marsh" color="#004333" tag="natural" value="wetland" />
|
||||
<!-- ZM10 -->
|
||||
<filter minzoom="9" color="#aed1a0" tag="natural" value="wood" />
|
||||
<filter nightMode="true" minzoom="9" color="#000034" tag="natural" value="wood" />
|
||||
|
||||
<!-- man made -->
|
||||
<filter minzoom="16" color="#bca9a9" tag="building" />
|
||||
<filter nightMode="true" minzoom="16" color="#560000" tag="building" />
|
||||
<filter nightMode="true" minzoom="16" color="#560000" tag="building" />
|
||||
<filter minzoom="16" color="#dddddd" tag="building" value="garages" />
|
||||
<filter nightMode="true" minzoom="16" color="#560000" tag="building" value="garages" />
|
||||
<filter nightMode="true" minzoom="16" color="#560000" tag="building" value="garages" />
|
||||
|
||||
<!-- leisure -->
|
||||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#33cc99"/>
|
||||
<filter minzoom="13" tag="leisure" value="stadium">
|
||||
<filter tag="leisure" value="sports_centre" />
|
||||
<filter tag="leisure" value="stadium" />
|
||||
</filter>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#33cc99"/>
|
||||
<filter minzoom="13" tag="leisure" value="stadium">
|
||||
<filter tag="leisure" value="sports_centre" />
|
||||
<filter tag="leisure" value="stadium" />
|
||||
</filter>
|
||||
</switch>
|
||||
<filter minzoom="12" color="#b5e3b5" tag="leisure" value="golf_course" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" tag="leisure" value="golf_course" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" tag="leisure" value="golf_course" />
|
||||
<filter minzoom="12" color="#74dcba" color_2="#888888" strokeWidth_2="1" tag="leisure" value="track" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" color_2="#888888" strokeWidth_2="1" tag="leisure" value="track" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" color_2="#888888" strokeWidth_2="1" tag="leisure" value="track" />
|
||||
<filter minzoom="12" color="#8ad3af" color_2="#888888" strokeWidth_2="1" tag="leisure" value="pitch" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" color_2="#888888" strokeWidth_2="1" tag="leisure" value="pitch" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="9" maxzoom="11" color="#abdf96" tag="leisure" value="nature_reserve" />
|
||||
<filter minzoom="9" maxzoom="11" nightMode="true" color="#000034" tag="leisure" value="nature_reserve" />
|
||||
<filter minzoom="12" shader="nr" tag="leisure" value="nature_reserve" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" color_2="#888888" strokeWidth_2="1" tag="leisure" value="pitch" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="9" shader="nr" color="#abdf96" tag="leisure" value="nature_reserve" />
|
||||
<filter minzoom="9" nightMode="true" color="#000034" tag="leisure" value="nature_reserve" />
|
||||
<switch>
|
||||
<case nightMode="true" color="#b0004333"/>
|
||||
<case nightMode="false" color="#b0b6fdb6"/>
|
||||
<filter minzoom="12">
|
||||
<filter tag="leisure" value="park" />
|
||||
<filter tag="leisure" value="recreation_ground" />
|
||||
</filter>
|
||||
<case nightMode="true" color="#b0004333"/>
|
||||
<case nightMode="false" color="#b0b6fdb6"/>
|
||||
<filter minzoom="12">
|
||||
<filter tag="leisure" value="park" />
|
||||
<filter tag="leisure" value="recreation_ground" />
|
||||
</filter>
|
||||
</switch>
|
||||
<filter minzoom="15" color="#ccfff1" tag="leisure" value="playground" />
|
||||
<filter minzoom="15" nightMode="true" color="#004333" tag="leisure" value="playground" />
|
||||
<filter minzoom="15" nightMode="true" color="#004333" tag="leisure" value="playground" />
|
||||
<filter minzoom="12" color="#cfeca8" tag="leisure" value="garden" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="leisure" value="garden" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="leisure" value="garden" />
|
||||
<filter minzoom="12" color="#cfeca8" tag="leisure" value="common" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="leisure" value="common" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="leisure" value="common" />
|
||||
|
||||
<!-- amenity -->
|
||||
<filter minzoom="15" color="#f0f0d8" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="kindergarten" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="kindergarten" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" 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" nightMode="true" color="#66004B" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="school" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="school" />
|
||||
<filter minzoom="15" color="#f0f0d8" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="college" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="college" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="college" />
|
||||
<filter minzoom="16" color="#bca9a9" tag="amenity" value="library" />
|
||||
<filter minzoom="16" nightMode="true" color="#560000" tag="amenity" value="library" />
|
||||
<filter minzoom="16" nightMode="true" color="#560000" tag="amenity" value="library" />
|
||||
<filter minzoom="15" color="#f0f0d8" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="university" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="university" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="university" />
|
||||
<filter minzoom="15" color="#f6eeb7" tag="amenity" value="parking" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" tag="amenity" value="parking" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" tag="amenity" value="parking" />
|
||||
<filter minzoom="15" color="#f6eeb7" tag="amenity" value="bicycle_parking" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" tag="amenity" value="bicycle_parking" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" tag="amenity" value="bicycle_parking" />
|
||||
<filter minzoom="15" color="#f0f0d8" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="hospital" />
|
||||
<filter minzoom="15" nightMode="true" color="#560000" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="hospital" />
|
||||
<filter minzoom="15" nightMode="true" color="#560000" color_2="#d4a89e" strokeWidth_2="1" tag="amenity" value="hospital" />
|
||||
<filter minzoom="15" color="#cc9999" tag="amenity" value="cinema" />
|
||||
<filter minzoom="15" nightMode="true" color="#560000" tag="amenity" value="cinema" />
|
||||
|
||||
<filter minzoom="15" nightMode="true" color="#560000" tag="amenity" value="cinema" />
|
||||
|
||||
<!-- tourism -->
|
||||
<filter minzoom="13" color="#f2caea" tag="tourism" value="attraction" />
|
||||
<filter minzoom="13" nightMode="true" color="#66004B" tag="tourism" value="attraction" />
|
||||
<filter minzoom="13" nightMode="true" color="#66004B" tag="tourism" value="attraction" />
|
||||
<filter minzoom="13" color="#a0ccff99" tag="tourism" value="camp_site" />
|
||||
<filter minzoom="13" nightMode="true" color="#a0004333" tag="tourism" value="camp_site" />
|
||||
<filter minzoom="13" nightMode="true" color="#a0004333" tag="tourism" value="camp_site" />
|
||||
<filter minzoom="13" color="#a0ccff99" tag="tourism" value="caravan_site" />
|
||||
<filter minzoom="13" nightMode="true" color="#a0004333" tag="tourism" value="caravan_site" />
|
||||
<filter minzoom="13" nightMode="true" color="#a0004333" tag="tourism" value="caravan_site" />
|
||||
<filter minzoom="13" color="#a0ccff99" tag="tourism" value="picnic_site" />
|
||||
<filter minzoom="13" nightMode="true" color="#a0004333" tag="tourism" value="picnic_site" />
|
||||
<filter minzoom="13" nightMode="true" color="#a0004333" tag="tourism" value="picnic_site" />
|
||||
|
||||
<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" nightMode="true" color="#66004B" color_2="#734a08" strokeWidth_2="1" pathEffect_2="9_3" tag="tourism" value="theme_park" />
|
||||
<filter minzoom="12" maxzoom="15" nightMode="true" color="#66004B" 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" nightMode="true" color="#66004B" color_2="#734a08" strokeWidth_2="2" pathEffect_2="9_3" tag="tourism" value="theme_park" />
|
||||
<filter minzoom="16" nightMode="true" color="#66004B" color_2="#734a08" strokeWidth_2="2" pathEffect_2="9_3" tag="tourism" value="theme_park" />
|
||||
<filter minzoom="12" shader="zoo" tag="tourism" value="zoo" />
|
||||
|
||||
<filter minzoom="12" nightMode="true" color="#66004B" color_2="#734a08" strokeWidth_2="2" pathEffect_2="9_3" tag="tourism" value="zoo" />
|
||||
|
||||
<!-- military -->
|
||||
<filter minzoom="12" color="#ff8f8f" tag="military" value="barracks" />
|
||||
<filter minzoom="12" nightMode="true" color="#560000" tag="military" value="barracks" />
|
||||
<filter minzoom="12" nightMode="true" color="#560000" tag="military" value="barracks" />
|
||||
<filter minzoom="10" shader="danger" tag="military" value="danger_area" />
|
||||
|
||||
<!-- landuse -->
|
||||
<filter minzoom="10" color="#c8b084" tag="landuse" value="allotments" />
|
||||
<filter minzoom="10" nightMode="true" color="#66004B" tag="landuse" value="allotments" />
|
||||
<filter minzoom="10" nightMode="true" color="#66004B" tag="landuse" value="allotments" />
|
||||
<filter minzoom="10" color="#b5d0d0" tag="landuse" value="basin" />
|
||||
<filter minzoom="10" nightMode="true" color="#330099" tag="landuse" value="basin" />
|
||||
<filter minzoom="10" nightMode="true" color="#330099" tag="landuse" value="basin" />
|
||||
<filter minzoom="12" color="#9d9d6c" tag="landuse" value="brownfield" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="brownfield" />
|
||||
<filter minzoom="12" color="#aacbaf" tag="landuse" value="cemetery" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="cemetery" />
|
||||
<filter minzoom="15" shader="grave_yard" tag="landuse" value="cemetery" />
|
||||
<filter minzoom="12" maxzoom="14" color="#aacbaf" tag="landuse" value="grave_yard" />
|
||||
<filter minzoom="12" maxzoom="14" nightMode="true" color="#004333" tag="landuse" value="grave_yard" />
|
||||
<filter minzoom="15" shader="grave_yard" tag="landuse" value="grave_yard" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="brownfield" />
|
||||
<filter minzoom="12" shader="grave_yard" color="#aacbaf" tag="landuse" value="cemetery" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="cemetery" />
|
||||
<filter minzoom="12" shader="grave_yard" color="#aacbaf" tag="landuse" value="grave_yard" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="grave_yard" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="12" color="#efc8c8" tag="landuse" value="commercial" />
|
||||
<filter minzoom="12" nightMode="true" color="#66004B" tag="landuse" value="commercial" />
|
||||
<filter minzoom="12" nightMode="true" color="#66004B" tag="landuse" value="commercial" />
|
||||
<filter minzoom="12" color="#9d9d6c" tag="landuse" value="construction" />
|
||||
<filter minzoom="12" nightMode="true" color="#66004B" tag="landuse" value="construction" />
|
||||
<filter minzoom="12" nightMode="true" color="#66004B" tag="landuse" value="construction" />
|
||||
<filter minzoom="12" color="#ead8bd" tag="landuse" value="farm" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="farm" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="farm" />
|
||||
<filter minzoom="12" color="#ead8bd" tag="landuse" value="farmland" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="farmland" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="farmland" />
|
||||
<filter minzoom="12" color="#ddbf92" tag="landuse" value="farmyard" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="farmyard" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="farmyard" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="9" maxzoom="12" color="#8dc56c" tag="landuse" value="forest" />
|
||||
<filter minzoom="9" maxzoom="12" nightMode="true" color="#000034" tag="landuse" value="forest" />
|
||||
<filter minzoom="13" shader="forest" tag="landuse" value="forest" />
|
||||
<filter minzoom="9" maxzoom="12" nightMode="true" color="#000034" tag="landuse" value="forest" />
|
||||
<filter minzoom="13" shader="forest" color="#8dc56c" tag="landuse" value="forest" />
|
||||
<filter minzoom="13" nightMode="true" color="#000034" tag="landuse" value="forest" />
|
||||
<!-- ZM 12 -->
|
||||
<filter minzoom="14" color="#dfd1d6" tag="landuse" value="garages" />
|
||||
<filter minzoom="14" nightMode="true" color="#560000" tag="landuse" value="garages" />
|
||||
<filter minzoom="14" nightMode="true" color="#560000" tag="landuse" value="garages" />
|
||||
<filter minzoom="12" color="#cfeca8" tag="landuse" value="grass" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="grass" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="grass" />
|
||||
<filter minzoom="12" color="#9d9d6c" tag="landuse" value="greenfield" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="greenfield" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="greenfield" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="11" color="#dfd1d6" tag="landuse" value="industrial" />
|
||||
<filter minzoom="11" nightMode="true" color="#66004B" tag="landuse" value="industrial" />
|
||||
<filter minzoom="12" color="#9d9d6c" tag="landuse" value="landfill" />
|
||||
<filter minzoom="12" nightMode="true" color="#66004B" tag="landuse" value="landfill" />
|
||||
<filter minzoom="12" nightMode="true" color="#66004B" tag="landuse" value="landfill" />
|
||||
<filter minzoom="12" color="#cfeca8" tag="landuse" value="meadow" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="meadow" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="meadow" />
|
||||
<filter minzoom="10" color="#a0ffa8a8" tag="landuse" value="military" />
|
||||
<filter minzoom="10" nightMode="true" color="#a0560000" tag="landuse" value="military" />
|
||||
<filter minzoom="10" nightMode="true" color="#a0560000" tag="landuse" value="military" />
|
||||
<filter minzoom="12" shader="orchard" tag="landuse" value="orchard" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" tag="landuse" value="orchard" />
|
||||
<filter minzoom="12" color="#dfd1d6" tag="landuse" value="railway" />
|
||||
<filter minzoom="12" nightMode="true" color="#66004B" tag="landuse" value="railway" />
|
||||
<filter minzoom="12" nightMode="true" color="#66004B" tag="landuse" value="railway" />
|
||||
<filter minzoom="12" color="#cfeca8" tag="landuse" value="recreation_ground" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="recreation_ground" />
|
||||
<filter minzoom="10" color="#cfeca8" tag="landuse" value="conservation" />
|
||||
|
@ -773,28 +750,25 @@
|
|||
<filter minzoom="12" color="#cfeca8" tag="landuse" value="village_green" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="village_green" />
|
||||
<filter minzoom="7" color="#b5d0d0" tag="landuse" value="reservoir" />
|
||||
<filter minzoom="7" nightMode="true" color="#330099" tag="landuse" value="reservoir" />
|
||||
<filter minzoom="7" nightMode="true" color="#330099" tag="landuse" value="reservoir" />
|
||||
<filter minzoom="7" color="#b5d0d0" tag="landuse" value="water" />
|
||||
<filter minzoom="7" nightMode="true" color="#330099" tag="landuse" value="water" />
|
||||
<filter minzoom="10" color="#CDCDCD" tag="landuse" value="residential" />
|
||||
<filter minzoom="10" nightMode="true" color="#66004B" tag="landuse" value="residential" />
|
||||
|
||||
<filter minzoom="10" nightMode="true" color="#66004B" tag="landuse" value="residential" />
|
||||
<filter minzoom="12" maxzoom="14" color="#cfeca8" tag="landuse" value="retail" />
|
||||
<filter minzoom="12" nightMode="true" maxzoom="14" color="#66004B" tag="landuse" value="retail" />
|
||||
<filter minzoom="15" color="#cfeca8" color_2="#ff0000" strokeWidth_2="1" tag="landuse" value="retail" />
|
||||
<filter minzoom="15" nightMode="true" color="#66004B" color_2="#ff0000" strokeWidth_2="1" tag="landuse" value="retail" />
|
||||
|
||||
<filter minzoom="12" nightMode="true" maxzoom="14" color="#66004B" tag="landuse" value="retail" />
|
||||
<filter minzoom="12" shader="quarry2" tag="landuse" value="quarry" />
|
||||
<filter minzoom="12" maxzoom="12" color="#abdf96" tag="landuse" value="vineyard" />
|
||||
<filter minzoom="12" maxzoom="12" nightMode="true" color="#004333" tag="landuse" value="vineyard" />
|
||||
<filter minzoom="13" shader="vineyard" tag="landuse" value="vineyard" />
|
||||
<filter nightMode="true" minzoom="12" color="#004333" tag="landuse" value="quarry" />
|
||||
<filter minzoom="12" shader="vineyard" color="#abdf96" tag="landuse" value="vineyard" />
|
||||
<filter minzoom="12" nightMode="true" color="#004333" tag="landuse" value="vineyard" />
|
||||
<filter minzoom="12" maxzoom="13" color="#30666600" tag="natural" value="field" />
|
||||
<filter minzoom="14" color="#30666600" color_2="#60666600" strokeWidth_2="1" tag="natural" value="field" />
|
||||
<!-- ZM 10 -->
|
||||
<filter nightMode="true" minzoom="12" color="#004333" tag="natural" value="field" />
|
||||
<!-- ZM 10 -->
|
||||
<filter minzoom="9" color="#aed1a0" tag="landuse" value="wood" />
|
||||
<filter minzoom="9" nightMode="true" color="#000034" tag="landuse" value="wood" />
|
||||
|
||||
|
||||
<filter minzoom="9" nightMode="true" color="#000034" tag="landuse" value="wood" />
|
||||
</polygon>
|
||||
|
||||
<!-- Priority input : tag, value, layer, zoom -->
|
||||
|
@ -813,14 +787,12 @@
|
|||
</filter>
|
||||
</switch>
|
||||
|
||||
|
||||
<switch>
|
||||
<case tag="highway" value="primary" />
|
||||
<case tag="highway" value="primary_link" />
|
||||
<filter color="#eb989a">
|
||||
<!-- ZM 4 -->
|
||||
<filter minzoom="7" maxzoom="9" strokeWidth="2" />
|
||||
<filter minzoom="10" maxzoom="10" strokeWidth="4" />
|
||||
<filter minzoom="7" maxzoom="9" strokeWidth="4" />
|
||||
<filter minzoom="10" maxzoom="10" strokeWidth="5" />
|
||||
<filter minzoom="11" maxzoom="11" strokeWidth="6" />
|
||||
<filter minzoom="12" maxzoom="12" strokeWidth="7" />
|
||||
<filter minzoom="13" maxzoom="13" strokeWidth="8" />
|
||||
|
@ -830,15 +802,14 @@
|
|||
<case tag="highway" value="secondary" />
|
||||
<case tag="highway" value="secondary_link" />
|
||||
<filter color="#fdd6a4">
|
||||
<!-- SW 3 -->
|
||||
<filter minzoom="9" maxzoom="9" strokeWidth="2" />
|
||||
<filter minzoom="9" maxzoom="9" strokeWidth="3" />
|
||||
<filter minzoom="10" maxzoom="10" strokeWidth="4" />
|
||||
<filter minzoom="11" maxzoom="11" strokeWidth="5" />
|
||||
<filter minzoom="12" maxzoom="12" strokeWidth="6" />
|
||||
<filter minzoom="13" maxzoom="13" strokeWidth="7" />
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
|
||||
<switch>
|
||||
<case tag="highway" value="motorway" color="#a58dff" color_2="#a58dff" />
|
||||
<case tag="highway" value="motorway_link" color="#a58dff" color_2="#a58dff" />
|
||||
|
@ -861,16 +832,20 @@
|
|||
</filter>
|
||||
</switch>
|
||||
<!-- bridge -->
|
||||
<filter layer="1" color="#000000" cap_2="SQUARE">
|
||||
<switch>
|
||||
<case nightMode="false" color="#000000" />
|
||||
<case nightMode="true" color="#ffffff" />
|
||||
<filter layer="1" cap_2="SQUARE">
|
||||
<filter minzoom="13" maxzoom="14" strokeWidth="12" strokeWidth_2="10" />
|
||||
<filter minzoom="13" maxzoom="15" strokeWidth="14" strokeWidth_2="12" />
|
||||
<filter minzoom="16" maxzoom="16" strokeWidth="17" strokeWidth_2="15" />
|
||||
<filter minzoom="17" maxzoom="17" strokeWidth="21" strokeWidth_2="19" />
|
||||
<filter minzoom="18" strokeWidth="26" strokeWidth_2="24" />
|
||||
</filter>
|
||||
</filter>
|
||||
</switch>
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
|
||||
<switch>
|
||||
<case tag="highway" value="tertiary" />
|
||||
<case tag="highway" value="tertiary_link" />
|
||||
|
@ -882,27 +857,26 @@
|
|||
</filter>
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="false" color="#ffffff" color_2="#ffffff" shadowColor="#464646"/>
|
||||
<case nightMode="true" color="#9F9F9F" color_2="#9F9F9F" shadowColor="#666666"/>
|
||||
<switch>
|
||||
<case tag="highway" value="residential" />
|
||||
<case tag="highway" value="unclassified" />
|
||||
<case tag="highway" value="road" />
|
||||
<filter color="#ffffff" shadowColor="#464646" shadowRadius="1">
|
||||
<!-- ZM <filter minzoom="12" maxzoom="12" strokeWidth="3" /> -->
|
||||
<filter minzoom="13" maxzoom="13" strokeWidth="4" />
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case tag="highway" value="tertiary" color="#fefeb3" color_2="#fefeb3" shadowColor="#bababa" />
|
||||
<case tag="highway" value="tertiary_link" color="#fefeb3" color_2="#fefeb3" shadowColor="#bababa" />
|
||||
<case tag="highway" value="residential" />
|
||||
<case tag="highway" value="unclassified" />
|
||||
<case tag="highway" value="road"/>
|
||||
<filter>
|
||||
<switch>
|
||||
<switch>
|
||||
<case nightMode="false" color="#ffffff" color_2="#ffffff" shadowColor="#464646"/>
|
||||
<case nightMode="true" color="#9F9F9F" color_2="#9F9F9F" shadowColor="#666666"/>
|
||||
<switch>
|
||||
<case tag="highway" value="residential" />
|
||||
<case tag="highway" value="unclassified" />
|
||||
<case tag="highway" value="road" />
|
||||
<filter shadowRadius="1">
|
||||
<!-- ZM <filter minzoom="12" maxzoom="12" strokeWidth="3" /> -->
|
||||
<filter minzoom="13" maxzoom="13" strokeWidth="4" />
|
||||
</filter>
|
||||
</switch>
|
||||
<switch>
|
||||
<case tag="highway" value="tertiary" color="#fefeb3" color_2="#fefeb3" shadowColor="#bababa" />
|
||||
<case tag="highway" value="tertiary_link" color="#fefeb3" color_2="#fefeb3" shadowColor="#bababa" />
|
||||
<case tag="highway" value="residential" />
|
||||
<case tag="highway" value="unclassified" />
|
||||
<case tag="highway" value="road"/>
|
||||
<filter>
|
||||
<switch>
|
||||
<case layer="-1" pathEffect="4_4" />
|
||||
<case /> <!-- all other cases -->
|
||||
<filter>
|
||||
|
@ -913,28 +887,27 @@
|
|||
<filter minzoom="17" maxzoom="17" strokeWidth="13" />
|
||||
<filter minzoom="18" strokeWidth="18" />
|
||||
</filter>
|
||||
</switch>
|
||||
</switch>
|
||||
<!-- bridge -->
|
||||
<switch>
|
||||
<case nightMode="false" color="#000000" />
|
||||
<case nightMode="true" color="#ffffff" />
|
||||
<filter layer="1" cap_2="SQUARE" >
|
||||
<case nightMode="false" color="#000000" />
|
||||
<case nightMode="true" color="#ffffff" />
|
||||
<filter layer="1" cap_2="SQUARE" >
|
||||
<filter minzoom="13" maxzoom="14" strokeWidth="8" strokeWidth_2="6" />
|
||||
<filter minzoom="15" maxzoom="15" strokeWidth="10" strokeWidth_2="8" />
|
||||
<filter minzoom="16" maxzoom="16" strokeWidth="12" strokeWidth_2="10" />
|
||||
<filter minzoom="17" maxzoom="17" strokeWidth="15" strokeWidth_2="13" />
|
||||
<filter minzoom="18" strokeWidth="20" strokeWidth_2="18" />
|
||||
</filter>
|
||||
</filter>
|
||||
</switch>
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
|
||||
<switch>
|
||||
<case tag="highway" value="service" />
|
||||
<case tag="highway" value="living_street"/>
|
||||
<case tag="highway" value="pedestrian" color="#ececec" color_2="#ececec" shadowColor="#b0b0b0" />
|
||||
<filter>
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case tag="highway" value="service" />
|
||||
<case tag="highway" value="living_street"/>
|
||||
<case tag="highway" value="pedestrian" color="#ececec" color_2="#ececec" shadowColor="#b0b0b0" />
|
||||
<filter>
|
||||
<switch>
|
||||
<case layer="-1" pathEffect="4_4" />
|
||||
<case /> <!-- all other cases -->
|
||||
|
@ -949,21 +922,20 @@
|
|||
</switch>
|
||||
<!-- bridge -->
|
||||
<switch>
|
||||
<case nightMode="false" color="#000000" />
|
||||
<case nightMode="true" color="#ffffff" />
|
||||
<filter layer="1" color="#000000" cap_2="SQUARE">
|
||||
<!--ZM <filter minzoom="13" maxzoom="14" strokeWidth="5" strokeWidth_2="3" /> -->
|
||||
<case nightMode="false" color="#000000" />
|
||||
<case nightMode="true" color="#ffffff" />
|
||||
<filter layer="1" cap_2="SQUARE">
|
||||
<!--ZM <filter minzoom="13" maxzoom="14" strokeWidth="5" strokeWidth_2="3" /> -->
|
||||
<filter minzoom="15" maxzoom="15" strokeWidth="6" strokeWidth_2="4" />
|
||||
<filter minzoom="16" maxzoom="16" strokeWidth="7" strokeWidth_2="5" />
|
||||
<filter minzoom="17" maxzoom="17" strokeWidth="10" strokeWidth_2="8" />
|
||||
<filter minzoom="18" strokeWidth="14" strokeWidth_2="12" />
|
||||
</filter>
|
||||
</filter>
|
||||
</switch>
|
||||
</filter>
|
||||
</switch>
|
||||
</filter>
|
||||
</switch>
|
||||
</switch>
|
||||
|
||||
|
||||
<filter tag="highway" value="cycleway">
|
||||
<!--ZM <filter minzoom="12" maxzoom="12" color="#0000ff" strokeWidth="0.5" pathEffect="2_2" /> -->
|
||||
<filter minzoom="13" color="#0000ff" strokeWidth="1" pathEffect="2_2" />
|
||||
|
@ -972,55 +944,47 @@
|
|||
</filter>
|
||||
|
||||
<filter tag="highway" value="byway">
|
||||
<!-- ZM 11 -->
|
||||
<filter minzoom="12" color="#ffcc00" strokeWidth="2" pathEffect="4_3" />
|
||||
<!-- ZM 11 -->
|
||||
<filter minzoom="12" color="#ffcc00" strokeWidth="1" pathEffect="4_3" />
|
||||
<filter layer="1" minzoom="14" maxzoom="14" color="#ffcc00" strokeWidth="2" pathEffect="4_3" />
|
||||
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="4" color_2="#ffcc00" strokeWidth_2="2" pathEffect_2="4_3" />
|
||||
</filter>
|
||||
|
||||
<switch>
|
||||
<case nightMode="false" color="#000000"/>
|
||||
<case nightMode="true" color="#787878"/>
|
||||
<!-- ZM <filter minzoom="12" maxzoom="12" strokeWidth="0.5" pathEffect="6_3" tag="highway" value="path" /> -->
|
||||
<filter minzoom="13" strokeWidth="1" pathEffect="6_3" tag="highway" value="path" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="false" color="#000000"/>
|
||||
<case nightMode="true" color="#787878"/>
|
||||
<!-- ZM <filter minzoom="12" maxzoom="12" strokeWidth="0.5" pathEffect="6_3" tag="highway" value="path" /> -->
|
||||
<filter minzoom="13" strokeWidth="1" pathEffect="6_3" tag="highway" value="path" />
|
||||
</switch>
|
||||
|
||||
<!-- ZM <filter minzoom="12" maxzoom="12" color="#996600" strokeWidth="0.5" pathEffect="4_3" tag="highway" value="track" /> -->
|
||||
<filter minzoom="13" color="#996600" strokeWidth="1" pathEffect="4_3" tag="highway" value="track" />
|
||||
|
||||
<!-- ZM <filter minzoom="12" maxzoom="12" color="#fa8073" strokeWidth="0.5" pathEffect="2_2" tag="highway" value="footway" /> -->
|
||||
<!-- ZM <filter minzoom="12" maxzoom="12" color="#fa8073" strokeWidth="0.5" pathEffect="2_2" tag="highway" value="footway" /> -->
|
||||
<!-- ZM <filter minzoom="13" maxzoom="14" color="#fa8073" strokeWidth="1" pathEffect="2_2" tag="highway" value="footway" /> -->
|
||||
<filter minzoom="15" color="#fa8073" strokeWidth="1" pathEffect="2_2" tag="highway" value="footway" />
|
||||
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="4" color_2="#fa8073" strokeWidth_2="2" pathEffect_2="2_2" tag="highway"
|
||||
value="footway" />
|
||||
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="4" color_2="#fa8073" strokeWidth_2="2" pathEffect_2="2_2" tag="highway" value="footway" />
|
||||
|
||||
<!-- ZM 14 -->
|
||||
<!-- ZM 14 -->
|
||||
<filter minzoom="15" color="#fa8073" strokeWidth="4" pathEffect="1_2" tag="highway" value="steps" />
|
||||
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="7" color_2="#fa8073" strokeWidth_2="5" pathEffect_2="1_2" tag="highway"
|
||||
value="steps" />
|
||||
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="7" color_2="#fa8073" strokeWidth_2="5" pathEffect_2="1_2" tag="highway" value="steps" />
|
||||
|
||||
|
||||
|
||||
<!-- ZM <filter minzoom="12" maxzoom="12" color="#00ff00" strokeWidth="0.5" pathEffect="2_2" tag="highway" value="bridleway" /> -->
|
||||
<!-- ZM <filter minzoom="12" maxzoom="12" color="#00ff00" strokeWidth="0.5" pathEffect="2_2" tag="highway" value="bridleway" /> -->
|
||||
<filter minzoom="13" color="#00ff00" strokeWidth="1" pathEffect="2_2" tag="highway" value="bridleway" />
|
||||
<filter layer="1" minzoom="14" maxzoom="14" color="#00ff00" strokeWidth="1" pathEffect="2_2" tag="highway" value="bridleway" />
|
||||
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="2" color_2="#00ff00" strokeWidth_2="2" pathEffect_2="2_2" tag="highway"
|
||||
value="bridleway" />
|
||||
<filter layer="1" minzoom="15" color="#88ffffff" strokeWidth="2" color_2="#00ff00" strokeWidth_2="2" pathEffect_2="2_2" tag="highway" value="bridleway" />
|
||||
|
||||
<filter minzoom="14" color="#000000" strokeWidth="2" tag="highway" value="services" />
|
||||
|
||||
<filter minzoom="14" color="#000000" strokeWidth="2" tag="highway" value="ford" />
|
||||
|
||||
<filter minzoom="15" maxzoom="15" color="#99cccc" strokeWidth="6" color_2="#ffffff" strokeWidth_2="5" pathEffect_2="8_6" tag="highway"
|
||||
value="construction" />
|
||||
<filter minzoom="15" maxzoom="15" color="#99cccc" strokeWidth="6" color_2="#ffffff" strokeWidth_2="5" pathEffect_2="8_6" tag="highway" value="construction" />
|
||||
<filter minzoom="16" color="#99cccc" strokeWidth="8" color_2="#ffffff" strokeWidth_2="7" pathEffect_2="8_6" tag="highway" value="construction" />
|
||||
|
||||
<filter minzoom="15" maxzoom="15" color="#99cccc" strokeWidth="6" color_2="#ffffff" strokeWidth_2="5" pathEffect_2="8_6" tag="highway"
|
||||
value="proposed" />
|
||||
<filter minzoom="15" maxzoom="15" color="#99cccc" strokeWidth="6" color_2="#ffffff" strokeWidth_2="5" pathEffect_2="8_6" tag="highway" value="proposed" />
|
||||
<filter minzoom="16" color="#99cccc" strokeWidth="8" color_2="#ffffff" strokeWidth_2="7" pathEffect_2="8_6" tag="highway" value="proposed" />
|
||||
|
||||
|
||||
|
||||
<!-- barrier -->
|
||||
<filter minzoom="16" color="#000000" strokeWidth="1" tag="highway" value="gate" />
|
||||
<filter minzoom="16" color="#aed1a0" strokeWidth="3" tag="barrier" value="hedge" />
|
||||
|
@ -1053,15 +1017,14 @@
|
|||
|
||||
|
||||
<!-- waterway -->
|
||||
<switch>
|
||||
<case nightMode="false" color="#b5d0d0" color_2="#ffffff" />
|
||||
<case nightMode="true" color="#330099" color_2="#7340D9" />
|
||||
|
||||
<filter minzoom="15" strokeWidth="2" tag="waterway" value="stream" />
|
||||
<filter layer="-1" minzoom="15" strokeWidth="3" strokeWidth_2="1" pathEffect_2="4_2" tag="waterway"
|
||||
value="stream" />
|
||||
|
||||
<switch>
|
||||
<case nightMode="false" color="#b5d0d0" color_2="#ffffff" />
|
||||
<case nightMode="true" color="#330099" color_2="#7340D9" />
|
||||
|
||||
<filter minzoom="15" strokeWidth="2" tag="waterway" value="stream" />
|
||||
<filter layer="-1" minzoom="15" strokeWidth="3" strokeWidth_2="1" pathEffect_2="4_2" tag="waterway" value="stream" />
|
||||
|
||||
<switch>
|
||||
<case tag="waterway" value="river" />
|
||||
<case tag="waterway" value="canal" />
|
||||
<filter pathEffect_2="4_2" >
|
||||
|
@ -1080,24 +1043,22 @@
|
|||
<filter layer="-1" minzoom="17" maxzoom="17" strokeWidth="10" strokeWidth_2="8" />
|
||||
<filter layer="-1" minzoom="18" strokeWidth="12" strokeWidth_2="10" />
|
||||
</filter>
|
||||
</switch>
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<switch>
|
||||
<case tag="waterway" value="ditch" />
|
||||
<case tag="waterway" value="drain" />
|
||||
<filter>
|
||||
<filter minzoom="13" maxzoom="14" strokeWidth="1" />
|
||||
<filter minzoom="15" strokeWidth="3" />
|
||||
<filter layer="-1" minzoom="15" strokeWidth="3" pathEffect_2="4_2" strokeWidth_2="1" color_2="#ffffff" tag="waterway"
|
||||
value="ditch" />
|
||||
</filter>
|
||||
</switch>
|
||||
<filter>
|
||||
<filter minzoom="13" maxzoom="14" strokeWidth="1" />
|
||||
<filter minzoom="15" strokeWidth="3" />
|
||||
<filter layer="-1" minzoom="15" strokeWidth="3" pathEffect_2="4_2" strokeWidth_2="1" color_2="#ffffff" tag="waterway" value="ditch" />
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
<filter minzoom="13" strokeWidth="2" tag="waterway" value="dam" />
|
||||
<filter minzoom="13" strokeWidth="2" tag="waterway" value="dam" />
|
||||
</switch>
|
||||
<filter minzoom="15" color="#aaaaaa" strokeWidth="2" tag="waterway" value="weir" />
|
||||
|
||||
|
||||
<!-- railway -->
|
||||
<filter color="#aaaaaa" tag="railway" value="rail">
|
||||
<filter minzoom="7" maxzoom="7" strokeWidth="1" />
|
||||
|
@ -1107,8 +1068,7 @@
|
|||
<filter minzoom="14" color="#999999" strokeWidth="3" color_2="#ffffff" strokeWidth_2="1" pathEffect_2="0_11_8_1" />
|
||||
<filter layer="-1" minzoom="9" maxzoom="13" color="#aaaaaa" strokeWidth="2" pathEffect="5_2" />
|
||||
<filter layer="-1" minzoom="14" color="#999999" strokeWidth="3" color_2="#ffffff" strokeWidth_2="3" pathEffect_2="4_4" />
|
||||
<filter layer="1" minzoom="14" color="#000000" strokeWidth="5" color_2="#ffffff" strokeWidth_2="4" color_3="#999999"
|
||||
strokeWidth_3="1" pathEffect_3="12_8_1_0" tag="railway" value="rail" />
|
||||
<filter layer="1" minzoom="14" color="#000000" strokeWidth="5" color_2="#ffffff" strokeWidth_2="4" color_3="#999999" strokeWidth_3="1" pathEffect_3="12_8_1_0" tag="railway" value="rail" />
|
||||
</filter>
|
||||
|
||||
<filter color="#444444" tag="railway" value="tram">
|
||||
|
@ -1133,22 +1093,18 @@
|
|||
</filter>
|
||||
</switch>
|
||||
|
||||
<filter minzoom="13" color="#999999" strokeWidth="3" color_2="#ffffff" strokeWidth_2="1" pathEffect_2="0_1_8_1" tag="railway"
|
||||
value="preserved" />
|
||||
<filter minzoom="13" color="#999999" strokeWidth="3" color_2="#ffffff" strokeWidth_2="1" pathEffect_2="0_1_8_1" tag="railway" value="preserved" />
|
||||
|
||||
<filter minzoom="15" color="#666666" strokeWidth="2" tag="railway" value="narrow_gauge" />
|
||||
<filter layer="-1" minzoom="15" color="#666666" strokeWidth="5" pathEffect="5_3" color_2="#cccccc" strokeWidth_2="3" tag="railway"
|
||||
value="narrow_gauge" />
|
||||
<filter layer="-1" minzoom="15" color="#666666" strokeWidth="5" pathEffect="5_3" color_2="#cccccc" strokeWidth_2="3" tag="railway" value="narrow_gauge" />
|
||||
|
||||
<filter minzoom="13" color="#888888" strokeWidth="2" pathEffect="4_2" tag="railway" value="construction" />
|
||||
<filter layer="1" minzoom="13" color="#000000" strokeWidth="4.5" color_2="#888888" strokeWidth_2="2" pathEffect_2="4_2" tag="railway"
|
||||
value="construction" />
|
||||
<filter layer="1" minzoom="13" color="#000000" strokeWidth="4.5" color_2="#888888" strokeWidth_2="2" pathEffect_2="4_2" tag="railway" value="construction" />
|
||||
|
||||
<filter minzoom="15" color="#777777" strokeWidth="3" pathEffect="2_3" tag="railway" value="monorail" />
|
||||
|
||||
<filter minzoom="15" color="#666666" strokeWidth="2" tag="railway" value="funicular" />
|
||||
<filter layer="-1" minzoom="15" color="#666666" strokeWidth="5" pathEffect="5_3" color_2="#cccccc" strokeWidth_2="3" tag="railway"
|
||||
value="funicular" />
|
||||
<filter layer="-1" minzoom="15" color="#666666" strokeWidth="5" pathEffect="5_3" color_2="#cccccc" strokeWidth_2="3" tag="railway" value="funicular" />
|
||||
|
||||
<filter minzoom="15" color="#888888" strokeWidth="3" tag="railway" value="platform" />
|
||||
|
||||
|
@ -1235,7 +1191,5 @@
|
|||
<filter minzoom="17" color="#800080" strokeWidth="2" pathEffect="3_2" tag="admin_level" value="10" />
|
||||
<filter minzoom="7" maxzoom="9" color="#a009dd09" strokeWidth="1.5" pathEffect="4_2" tag="boundary" value="national_park" />
|
||||
<filter minzoom="10" color="#a009dd09" strokeWidth="3" pathEffect="6_2" tag="boundary" value="national_park" />
|
||||
|
||||
</line>
|
||||
|
||||
</renderer>
|
||||
</renderer>
|
||||
|
|
Loading…
Reference in a new issue