Render themes improvements #41
This commit is contained in:
parent
60aa9600d8
commit
cedf3edc61
@ -62,11 +62,11 @@
|
||||
<style-area fade="10" fill="#ddddcc" id="quarry" />
|
||||
<style-area fade="10" fill="#eeedea" id="military" />
|
||||
<style-line id="residential" stroke="#ffffff" width="1.3" />
|
||||
<style-line cap="square" id="residential:bridge" use="residential" />
|
||||
<style-line cap="butt" id="residential:bridge" use="residential" />
|
||||
|
||||
<!-- when inheriting another style with 'from' then 'width' is relative to the parent -->
|
||||
<style-line id="pedestrian" use="residential" width="-0.4" />
|
||||
<style-line cap="square" id="pedestrian:bridge" use="pedestrian" />
|
||||
<style-line cap="butt" id="pedestrian:bridge" use="pedestrian" />
|
||||
<style-line id="highway:z11" stroke="#fcba5a" width="1.8" />
|
||||
<!-- <style-line id="highway:z11:bridge" use="highway:z11" cap="butt" /> -->
|
||||
<style-line cap="butt" id="trunk_link" stroke="#fee16e" width="1.3" />
|
||||
@ -769,10 +769,10 @@
|
||||
<line use="bridleway" />
|
||||
</m>
|
||||
<m v="construction">
|
||||
<line cap="square" outline="bridge" use="construction" />
|
||||
<line cap="butt" outline="bridge" use="construction" />
|
||||
</m>
|
||||
<m v="service">
|
||||
<line cap="square" outline="bridge" use="highway-service" />
|
||||
<line cap="butt" outline="bridge" use="highway-service" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -789,29 +789,29 @@
|
||||
|
||||
<m select="first">
|
||||
<m v="tertiary|secondary_link">
|
||||
<line cap="square" outline="bridge" use="tertiary" />
|
||||
<line cap="butt" outline="bridge" use="tertiary" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
<m v="trunk_link|motorway_link">
|
||||
<line cap="square" outline="bridge" use="trunk_link" />
|
||||
<line cap="butt" outline="bridge" use="trunk_link" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="secondary|primary_link">
|
||||
<line cap="square" outline="bridge" use="secondary:z11" />
|
||||
<line cap="butt" outline="bridge" use="secondary:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="primary">
|
||||
<line cap="square" outline="bridge" use="primary:z11" />
|
||||
<line cap="butt" outline="bridge" use="primary:z11" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
<m v="trunk">
|
||||
<line cap="square" outline="bridge" use="trunk" />
|
||||
<line cap="butt" outline="bridge" use="trunk" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
<m v="motorway">
|
||||
<line cap="square" outline="bridge" use="highway:z11" />
|
||||
<line cap="butt" outline="bridge" use="highway:z11" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
|
@ -62,11 +62,11 @@
|
||||
<style-area fade="10" fill="#ddddcc" id="quarry" />
|
||||
<style-area fade="10" fill="#eeedea" id="military" />
|
||||
<style-line id="residential" stroke="#ffffff" width="1.3" />
|
||||
<style-line cap="square" id="residential:bridge" use="residential" />
|
||||
<style-line cap="butt" id="residential:bridge" use="residential" />
|
||||
|
||||
<!-- when inheriting another style with 'from' then 'width' is relative to the parent -->
|
||||
<style-line id="pedestrian" use="residential" width="-0.4" />
|
||||
<style-line cap="square" id="pedestrian:bridge" use="pedestrian" />
|
||||
<style-line cap="butt" id="pedestrian:bridge" use="pedestrian" />
|
||||
<style-line id="highway:z11" stroke="#fcba5a" width="1.8" />
|
||||
<!-- <style-line id="highway:z11:bridge" use="highway:z11" cap="butt" /> -->
|
||||
<style-line cap="butt" id="trunk_link" stroke="#fee16e" width="1.3" />
|
||||
@ -766,10 +766,10 @@
|
||||
<line use="bridleway" />
|
||||
</m>
|
||||
<m v="construction">
|
||||
<line cap="square" outline="bridge" use="construction" />
|
||||
<line cap="butt" outline="bridge" use="construction" />
|
||||
</m>
|
||||
<m v="service">
|
||||
<line cap="square" outline="bridge" use="highway-service" />
|
||||
<line cap="butt" outline="bridge" use="highway-service" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -786,29 +786,29 @@
|
||||
|
||||
<m select="first">
|
||||
<m v="tertiary|secondary_link">
|
||||
<line cap="square" outline="bridge" use="tertiary" />
|
||||
<line cap="butt" outline="bridge" use="tertiary" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
<m v="trunk_link|motorway_link">
|
||||
<line cap="square" outline="bridge" use="trunk_link" />
|
||||
<line cap="butt" outline="bridge" use="trunk_link" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="secondary|primary_link">
|
||||
<line cap="square" outline="bridge" use="secondary:z11" />
|
||||
<line cap="butt" outline="bridge" use="secondary:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="primary">
|
||||
<line cap="square" outline="bridge" use="primary:z11" />
|
||||
<line cap="butt" outline="bridge" use="primary:z11" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
<m v="trunk">
|
||||
<line cap="square" outline="bridge" use="trunk" />
|
||||
<line cap="butt" outline="bridge" use="trunk" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
<m v="motorway">
|
||||
<line cap="square" outline="bridge" use="highway:z11" />
|
||||
<line cap="butt" outline="bridge" use="highway:z11" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
|
@ -42,11 +42,11 @@
|
||||
|
||||
|
||||
<style-line blur="1.0" fade="13" id="residential" stroke="#ffffff" width="1.0" />
|
||||
<style-line cap="square" id="residential:bridge" use="residential" />
|
||||
<style-line cap="butt" id="residential:bridge" use="residential" />
|
||||
|
||||
<!-- when inheriting another style with 'from' then 'width' is meant relative to the parent -->
|
||||
<style-line id="pedestrian" use="residential" width="-0.4" />
|
||||
<style-line cap="square" id="pedestrian:bridge" use="pedestrian" />
|
||||
<style-line cap="butt" id="pedestrian:bridge" use="pedestrian" />
|
||||
|
||||
<style-line blur="0.9" id="highway:z11" stroke="#de3935" width="1.8" />
|
||||
<!-- <style-line id="highway:z11:bridge" use="highway:z11" cap="butt" /> -->
|
||||
@ -745,12 +745,12 @@
|
||||
</m>
|
||||
|
||||
<m v="construction">
|
||||
<line cap="square" use="construction" />
|
||||
<line cap="butt" use="construction" />
|
||||
<outline use="bridge" />
|
||||
</m>
|
||||
|
||||
<m v="service">
|
||||
<line cap="square" use="highway-service" />
|
||||
<line cap="butt" use="highway-service" />
|
||||
<outline use="bridge" />
|
||||
</m>
|
||||
</m>
|
||||
@ -769,40 +769,40 @@
|
||||
</m>
|
||||
|
||||
<m v="tertiary|secondary_link">
|
||||
<line cap="square" use="tertiary" />
|
||||
<line cap="butt" use="tertiary" />
|
||||
<outline use="bridge" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
|
||||
<m v="trunk_link|motorway_link">
|
||||
<line cap="square" use="trunk_link" />
|
||||
<line cap="butt" use="trunk_link" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
|
||||
<m v="secondary|primary_link">
|
||||
<!-- <line stroke="#fff939" width="1.6" cap="butt" /> -->
|
||||
<line cap="square" use="secondary:z11" />
|
||||
<line cap="butt" use="secondary:z11" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
|
||||
<m v="primary">
|
||||
<line cap="square" use="primary:z11" />
|
||||
<line cap="butt" use="primary:z11" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
|
||||
<m v="trunk">
|
||||
<line cap="square" use="trunk" />
|
||||
<line cap="butt" use="trunk" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
|
||||
<m v="motorway">
|
||||
<line cap="square" use="highway:z11" />
|
||||
<line cap="butt" use="highway:z11" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
|
@ -62,11 +62,11 @@
|
||||
<style-area fade="10" fill="#ddddcc" id="quarry" />
|
||||
<style-area fade="10" fill="#eeedea" id="military" />
|
||||
<style-line id="residential" stroke="#ffffff" width="1.3" />
|
||||
<style-line cap="square" id="residential:bridge" use="residential" />
|
||||
<style-line cap="butt" id="residential:bridge" use="residential" />
|
||||
|
||||
<!-- when inheriting another style with 'from' then 'width' is relative to the parent -->
|
||||
<style-line id="pedestrian" use="residential" width="-0.4" />
|
||||
<style-line cap="square" id="pedestrian:bridge" use="pedestrian" />
|
||||
<style-line cap="butt" id="pedestrian:bridge" use="pedestrian" />
|
||||
<style-line id="highway:z11" stroke="#fcba5a" width="1.8" />
|
||||
<!-- <style-line id="highway:z11:bridge" use="highway:z11" cap="butt" /> -->
|
||||
<style-line cap="butt" id="trunk_link" stroke="#fee16e" width="1.3" />
|
||||
@ -765,10 +765,10 @@
|
||||
<line use="bridleway" />
|
||||
</m>
|
||||
<m v="construction">
|
||||
<line cap="square" outline="bridge" use="construction" />
|
||||
<line cap="butt" outline="bridge" use="construction" />
|
||||
</m>
|
||||
<m v="service">
|
||||
<line cap="square" outline="bridge" use="highway-service" />
|
||||
<line cap="butt" outline="bridge" use="highway-service" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -785,29 +785,29 @@
|
||||
|
||||
<m select="first">
|
||||
<m v="tertiary|secondary_link">
|
||||
<line cap="square" outline="bridge" use="tertiary" />
|
||||
<line cap="butt" outline="bridge" use="tertiary" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
<m v="trunk_link|motorway_link">
|
||||
<line cap="square" outline="bridge" use="trunk_link" />
|
||||
<line cap="butt" outline="bridge" use="trunk_link" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="secondary|primary_link">
|
||||
<line cap="square" outline="bridge" use="secondary:z11" />
|
||||
<line cap="butt" outline="bridge" use="secondary:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="primary">
|
||||
<line cap="square" outline="bridge" use="primary:z11" />
|
||||
<line cap="butt" outline="bridge" use="primary:z11" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
<m v="trunk">
|
||||
<line cap="square" outline="bridge" use="trunk" />
|
||||
<line cap="butt" outline="bridge" use="trunk" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
<m v="motorway">
|
||||
<line cap="square" outline="bridge" use="highway:z11" />
|
||||
<line cap="butt" outline="bridge" use="highway:z11" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
|
@ -816,14 +816,14 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="tertiary|tertiary_link">
|
||||
<line cap="square" outline="casing-bridge" use="tertiary" />
|
||||
<line cap="butt" outline="casing-bridge" use="tertiary" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#f7f7f7"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="secondary_link">
|
||||
<line cap="square" outline="casing-bridge" use="secondary"
|
||||
<line cap="butt" outline="casing-bridge" use="secondary"
|
||||
width="-0.1" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#c6c6c6"
|
||||
@ -831,7 +831,7 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="primary_link">
|
||||
<line cap="square" outline="casing-bridge" use="primary"
|
||||
<line cap="butt" outline="casing-bridge" use="primary"
|
||||
width="-0.1" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#868686"
|
||||
@ -839,14 +839,14 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="trunk_link">
|
||||
<line cap="square" outline="casing-bridge" use="trunk" />
|
||||
<line cap="butt" outline="casing-bridge" use="trunk" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#b4b4b4"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="motorway_link">
|
||||
<line cap="square" outline="casing-bridge" use="motorway"
|
||||
<line cap="butt" outline="casing-bridge" use="motorway"
|
||||
width="-0.2" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#979797"
|
||||
@ -854,14 +854,14 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="secondary">
|
||||
<line cap="square" outline="casing-bridge" use="secondary" />
|
||||
<line cap="butt" outline="casing-bridge" use="secondary" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#c6c6c6"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="primary">
|
||||
<line cap="square" outline="casing-bridge" use="primary" />
|
||||
<line cap="butt" outline="casing-bridge" use="primary" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" priority="1" size="16"
|
||||
stroke="#868686" stroke-width="2.0" />
|
||||
@ -870,7 +870,7 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="trunk">
|
||||
<line outline="casing-bridge" use="trunk" />
|
||||
<line cap="butt" outline="casing-bridge" use="trunk" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" priority="1" size="16"
|
||||
stroke="#b4b4b4" stroke-width="2.0" />
|
||||
@ -879,7 +879,7 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="motorway">
|
||||
<line cap="square" outline="casing-bridge" use="motorway" />
|
||||
<line cap="butt" outline="casing-bridge" use="motorway" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" priority="1" size="16"
|
||||
stroke="#979797" stroke-width="2.0" />
|
||||
|
@ -816,14 +816,14 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="tertiary|tertiary_link">
|
||||
<line cap="square" outline="casing-bridge" use="tertiary" />
|
||||
<line cap="butt" outline="casing-bridge" use="tertiary" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#ffff90"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="secondary_link">
|
||||
<line cap="square" outline="casing-bridge" use="secondary"
|
||||
<line cap="butt" outline="casing-bridge" use="secondary"
|
||||
width="-0.1" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#fdbf6f"
|
||||
@ -831,7 +831,7 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="primary_link">
|
||||
<line cap="square" outline="casing-bridge" use="primary"
|
||||
<line cap="butt" outline="casing-bridge" use="primary"
|
||||
width="-0.1" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#e46d71"
|
||||
@ -839,14 +839,14 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="trunk_link">
|
||||
<line cap="square" outline="casing-bridge" use="trunk" />
|
||||
<line cap="butt" outline="casing-bridge" use="trunk" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#7fc97f"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="motorway_link">
|
||||
<line cap="square" outline="casing-bridge" use="motorway"
|
||||
<line cap="butt" outline="casing-bridge" use="motorway"
|
||||
width="-0.2" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#809bc0"
|
||||
@ -854,14 +854,14 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="secondary">
|
||||
<line cap="square" outline="casing-bridge" use="secondary" />
|
||||
<line cap="butt" outline="casing-bridge" use="secondary" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" size="16" stroke="#fdbf6f"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="primary">
|
||||
<line cap="square" outline="casing-bridge" use="primary" />
|
||||
<line cap="butt" outline="casing-bridge" use="primary" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" priority="1" size="16"
|
||||
stroke="#e46d71" stroke-width="2.0" />
|
||||
@ -870,7 +870,7 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="trunk">
|
||||
<line outline="casing-bridge" use="trunk" />
|
||||
<line cap="butt" outline="casing-bridge" use="trunk" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" priority="1" size="16"
|
||||
stroke="#7fc97f" stroke-width="2.0" />
|
||||
@ -879,7 +879,7 @@
|
||||
</m>
|
||||
</m>
|
||||
<m v="motorway">
|
||||
<line cap="square" outline="casing-bridge" use="motorway" />
|
||||
<line cap="butt" outline="casing-bridge" use="motorway" />
|
||||
<m zoom-min="14">
|
||||
<text style="bold" k="name" priority="1" size="16"
|
||||
stroke="#809bc0" stroke-width="2.0" />
|
||||
|
@ -42,11 +42,11 @@
|
||||
|
||||
|
||||
<style-line blur="1.0" fade="13" id="residential" stroke="#ffffff" width="1.0" />
|
||||
<style-line cap="square" id="residential:bridge" use="residential" />
|
||||
<style-line cap="butt" id="residential:bridge" use="residential" />
|
||||
|
||||
<!-- when inheriting another style with 'from' then 'width' is meant relative to the parent -->
|
||||
<style-line id="pedestrian" use="residential" width="-0.4" />
|
||||
<style-line cap="square" id="pedestrian:bridge" use="pedestrian" />
|
||||
<style-line cap="butt" id="pedestrian:bridge" use="pedestrian" />
|
||||
|
||||
<style-line blur="0.9" id="highway:z11" stroke="#fcba5a" width="1.8" />
|
||||
<!-- <style-line id="highway:z11:bridge" use="highway:z11" cap="butt" /> -->
|
||||
@ -738,12 +738,12 @@
|
||||
</m>
|
||||
|
||||
<m v="construction">
|
||||
<line cap="square" use="construction" />
|
||||
<line cap="butt" use="construction" />
|
||||
<outline use="bridge" />
|
||||
</m>
|
||||
|
||||
<m v="service">
|
||||
<line cap="square" use="highway-service" />
|
||||
<line cap="butt" use="highway-service" />
|
||||
<outline use="bridge" />
|
||||
</m>
|
||||
</m>
|
||||
@ -762,40 +762,40 @@
|
||||
</m>
|
||||
|
||||
<m v="tertiary|secondary_link">
|
||||
<line cap="square" use="tertiary" />
|
||||
<line cap="butt" use="tertiary" />
|
||||
<outline use="bridge" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
|
||||
<m v="trunk_link|motorway_link">
|
||||
<line cap="square" use="trunk_link" />
|
||||
<line cap="butt" use="trunk_link" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
|
||||
<m v="secondary|primary_link">
|
||||
<!-- <line stroke="#fff939" width="1.6" cap="butt" /> -->
|
||||
<line cap="square" use="secondary:z11" />
|
||||
<line cap="butt" use="secondary:z11" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
|
||||
<m v="primary">
|
||||
<line cap="square" use="primary:z11" />
|
||||
<line cap="butt" use="primary:z11" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
|
||||
<m v="trunk">
|
||||
<line cap="square" use="trunk" />
|
||||
<line cap="butt" use="trunk" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
</m>
|
||||
|
||||
<m v="motorway">
|
||||
<line cap="square" use="highway:z11" />
|
||||
<line cap="butt" use="highway:z11" />
|
||||
<outline use="bridge" />
|
||||
<text use="major-road" />
|
||||
<text use="ref" />
|
||||
|
@ -1,19 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<rendertheme xmlns="http://opensciencemap.org/rendertheme" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://opensciencemap.org/rendertheme ../../rendertheme.xsd" version="1" map-background="#fffcfa" base-text-scale="1.25">
|
||||
<rendertheme xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" base-text-scale="1.25"
|
||||
map-background="#fffcfa" version="1" xmlns="http://opensciencemap.org/rendertheme"
|
||||
xsi:schemaLocation="http://opensciencemap.org/rendertheme https://raw.githubusercontent.com/mapsforge/vtm/master/resources/rendertheme.xsd">
|
||||
|
||||
<!-- base style for fixed width lines -->
|
||||
<style-line id="fix" width="1.0" cap="butt" fix="true" />
|
||||
<style-line cap="butt" fix="true" id="fix" width="1.0" />
|
||||
|
||||
<style-text id="road" k="name" size="16" fill="#101010" stroke="#eeeeee" stroke-width="2.0" priority="2" />
|
||||
<style-text fill="#101010" id="road" k="name" priority="2" size="16" stroke="#eeeeee"
|
||||
stroke-width="2.0" />
|
||||
|
||||
<style-text id="major-road" k="name" style="bold" size="16" fill="#101010" stroke="#eeeeee" stroke-width="2.0" priority="1" />
|
||||
<style-text style="bold" fill="#101010" id="major-road" k="name" priority="1" size="16"
|
||||
stroke="#eeeeee" stroke-width="2.0" />
|
||||
|
||||
<style-text id="poi" k="name" size="16" fill="#777744" stroke="#aaffffff" stroke-width="2.0" dy="16" caption="true" />
|
||||
<style-text caption="true" dy="16" fill="#777744" id="poi" k="name" size="16" stroke="#aaffffff"
|
||||
stroke-width="2.0" />
|
||||
|
||||
<style-area id="residential" fill="#e8e7e3" fade="11" />
|
||||
<style-area fade="11" fill="#e8e7e3" id="residential" />
|
||||
|
||||
<style-area id="railway|industrial" fill="#e6e3e5" fade="10" />
|
||||
<style-area fade="10" fill="#e6e3e5" id="railway|industrial" />
|
||||
|
||||
|
||||
<!-- fade out at z=7, blend over to 'blend-fill' in z=11 -->
|
||||
@ -23,84 +27,88 @@
|
||||
<style-area id="tex1" src="textures/rough.png" />
|
||||
|
||||
<!-- meadow|garden -->
|
||||
<style-area id="greens" use="tex1" fill="#c9dc91" fade="10" />
|
||||
<style-area fade="10" fill="#c9dc91" id="greens" use="tex1" />
|
||||
|
||||
<!-- grass -->
|
||||
<style-area id="lightgreen" use="tex1" fill="#d3dcb9" fade="12" />
|
||||
<style-area fade="12" fill="#d3dcb9" id="lightgreen" use="tex1" />
|
||||
|
||||
<!-- grassland|scrub -->
|
||||
<style-area id="darkgreen" use="tex1" fill="#c2cba5" fade="10" />
|
||||
<style-area fade="10" fill="#c2cba5" id="darkgreen" use="tex1" />
|
||||
|
||||
<style-area id="farmland" use="tex1" fill="#e4dab5" fade="12" stroke="#d1dbc7" stroke-width="1.0" />
|
||||
<style-area fade="12" fill="#e4dab5" id="farmland" stroke="#d1dbc7" stroke-width="1.0"
|
||||
use="tex1" />
|
||||
|
||||
<!-- <style-area id="greens" fill="#d2e5ce" fade="10" /> -->
|
||||
|
||||
<!-- marsh|wetland|mud|nature_reserve -->
|
||||
<style-area id="greens2" fill="#deecb9" fade="12" />
|
||||
<style-area fade="12" fill="#deecb9" id="greens2" />
|
||||
|
||||
<!-- park|common|green|cemetery|golf_course|dog_park -->
|
||||
<style-area id="park" use="tex1" fill="#9ac56e" fade="11" />
|
||||
<style-area fade="11" fill="#9ac56e" id="park" use="tex1" />
|
||||
<!-- <style-area id="wood" use="park" fill="#9ac56e" fade="8" stroke="#d1dbc7" stroke-width="1.0"/> -->
|
||||
|
||||
<style-area id="wood" use="park" fill="#b3d095" fade="8" blend="11" blend-fill="#83aa5b" />
|
||||
<style-area blend="11" blend-fill="#83aa5b" fade="8" fill="#b3d095" id="wood" use="park" />
|
||||
<!-- <style-line id="wood" fix="true" cap="butt" width="1.0" stroke="#9ac56e" /> -->
|
||||
|
||||
<!-- <style-area id="park" fill="#a3ca7b" fade="11" /> -->
|
||||
<style-line id="park" stroke="#9ac56e" width="1.0" fix="true" cap="butt" fade="14" />
|
||||
<style-line cap="butt" fade="14" fix="true" id="park" stroke="#9ac56e" width="1.0" />
|
||||
|
||||
<!-- de:Kleingartengebiet -->
|
||||
<style-area id="allotments" use="tex1" fill="#efeae0" fade="12" />
|
||||
<style-area fade="12" fill="#efeae0" id="allotments" use="tex1" />
|
||||
|
||||
<!-- de:Steinbruch, Schotter-, Kies-, Sand- und Tongrube -->
|
||||
<style-area id="quarry" fill="#ddddcc" fade="10" />
|
||||
<style-area id="military" fill="#eeedea" fade="10" />
|
||||
<style-area fade="10" fill="#ddddcc" id="quarry" />
|
||||
<style-area fade="10" fill="#eeedea" id="military" />
|
||||
<style-line id="residential" stroke="#ffffff" width="1.3" />
|
||||
<style-line id="residential:bridge" use="residential" cap="square" />
|
||||
<style-line cap="butt" id="residential:bridge" use="residential" />
|
||||
|
||||
<!-- when inheriting another style with 'from' then 'witdth' is relative to the parent -->
|
||||
<style-line id="pedestrian" use="residential" width="-0.4" />
|
||||
<style-line id="pedestrian:bridge" use="pedestrian" cap="square" />
|
||||
<style-line cap="butt" id="pedestrian:bridge" use="pedestrian" />
|
||||
<style-line id="highway:z11" stroke="#fcba5a" width="1.8" />
|
||||
<!-- <style-line id="highway:z11:bridge" use="highway:z11" cap="butt" /> -->
|
||||
<style-line id="trunk_link" stroke="#fee16e" width="1.3" cap="butt" />
|
||||
<style-line cap="butt" id="trunk_link" stroke="#fee16e" width="1.3" />
|
||||
<style-line id="trunk" stroke="#fedb52" width="1.6" />
|
||||
<style-line id="primary:z11" stroke="#f4d26e" width="1.5" />
|
||||
<style-line id="secondary:z11" use="primary:z11" width="-0.1" />
|
||||
<style-line id="tertiary" use="residential" stroke="#fefefa" width="0.2" />
|
||||
<style-line id="tertiary" stroke="#fefefa" use="residential" width="0.2" />
|
||||
<style-line id="construction" stroke="#e0e0e0" width="1.2" />
|
||||
<style-line id="highway-service" use="residential" width="-0.6" />
|
||||
|
||||
<!-- track|footway|path|cycleway -->
|
||||
<style-line id="footway" stroke="#aaffffff" width="1.8" cap="butt" fix="true" stipple="2" stipple-width="0.6" stipple-stroke="#d35c48" />
|
||||
<style-line id="highway:cycleway" use="footway" width="0.1" stipple-stroke="#4040ee" />
|
||||
<style-line id="highway:track" use="footway" width="0.1" stipple="3" stipple-stroke="#a39b68" />
|
||||
<style-line id="highway:path" use="footway" width="0.1" stipple="2" stipple-stroke="#837b58" />
|
||||
<style-line cap="butt" fix="true" id="footway" stipple="2" stipple-stroke="#d35c48"
|
||||
stipple-width="0.6" stroke="#aaffffff" width="1.8" />
|
||||
<style-line id="highway:cycleway" stipple-stroke="#4040ee" use="footway" width="0.1" />
|
||||
<style-line id="highway:track" stipple="3" stipple-stroke="#a39b68" use="footway" width="0.1" />
|
||||
<style-line id="highway:path" stipple="2" stipple-stroke="#837b58" use="footway" width="0.1" />
|
||||
|
||||
<!-- <style-line id="footway:z16" use="footway" width="-0.95" fixed="false" fade="-1"/> -->
|
||||
<style-line id="footway:z17" stroke="#faf8f5" width="0.3" />
|
||||
|
||||
<!-- de: ein Weg der für Reiter vorgeshen ist.. -->
|
||||
<style-line id="bridleway" use="footway" stroke="#d3cb98" width="0.1" cap="butt" stipple-stroke="#837b58" />
|
||||
<style-line id="steps" stroke="#aaffffff" width="4.2" cap="butt" fix="true" stipple="2" stipple-width="1.0" stipple-stroke="#be6253" />
|
||||
<style-line id="water:outline" stroke="#a4bbcc" width="1.0" fix="true" cap="butt" />
|
||||
<style-line cap="butt" id="bridleway" stipple-stroke="#837b58" stroke="#d3cb98" use="footway"
|
||||
width="0.1" />
|
||||
<style-line cap="butt" fix="true" id="steps" stipple="2" stipple-stroke="#be6253"
|
||||
stipple-width="1.0" stroke="#aaffffff" width="4.2" />
|
||||
<style-line cap="butt" fix="true" id="water:outline" stroke="#a4bbcc" width="1.0" />
|
||||
|
||||
<style-line id="water" stroke="#a4bbcc" width="1.0" cap="butt" fix="true" />
|
||||
<style-line id="river" use="water" stroke="#a4bbcc" fix="false" />
|
||||
<style-line cap="butt" fix="true" id="water" stroke="#a4bbcc" width="1.0" />
|
||||
<style-line fix="false" id="river" stroke="#a4bbcc" use="water" />
|
||||
|
||||
<!--<style-area id="water" fill="#97b7e5" afc5e3 /> -->
|
||||
<!-- src="textures/water.png" -->
|
||||
<style-area id="water" fill="#99badf" use="tex1" fade="-1" />
|
||||
<style-area fade="-1" fill="#99badf" id="water" use="tex1" />
|
||||
|
||||
<!-- no-go area boundary -->
|
||||
<style-line id="fence" stroke="#444444" width="1.2" fix="true" cap="butt" />
|
||||
<style-line id="aeroway:runway" stroke="#c8ccbe" width="1.8" cap="butt" />
|
||||
<style-line cap="butt" fix="true" id="fence" stroke="#444444" width="1.2" />
|
||||
<style-line cap="butt" id="aeroway:runway" stroke="#c8ccbe" width="1.8" />
|
||||
|
||||
<!-- <style-line id="building" stroke="#c9c3c1" width="1.0" fix="true" cap="butt" fade="15"/> -->
|
||||
<!-- <style-line id="building" stroke="#d0cec8" width="1.0" fix="true" cap="butt" fade="15"/>
|
||||
<style-area id="building" fill="#e9e6e3" fade="15"/> -->
|
||||
|
||||
<style-line id="building" use="fix" stroke="#eeb7b6b3" fade="15" />
|
||||
<style-area id="building" fill="#f2f0eb" fade="15" stroke="#b7b6b3" stroke-width="1.0" />
|
||||
<style-line fade="15" id="building" stroke="#eeb7b6b3" use="fix" />
|
||||
<style-area fade="15" fill="#f2f0eb" id="building" stroke="#b7b6b3" stroke-width="1.0" />
|
||||
|
||||
|
||||
<atlas img="atlas/osm.png">
|
||||
@ -150,7 +158,7 @@
|
||||
|
||||
<!-- all closed ways that are not 'highway' or 'building' -->
|
||||
|
||||
<m e="way" k="highway|building" v="~" closed="yes">
|
||||
<m closed="yes" e="way" k="highway|building" v="~">
|
||||
|
||||
<!-- landuse base -->
|
||||
<m k="landuse">
|
||||
@ -159,7 +167,7 @@
|
||||
</m>
|
||||
|
||||
<m v="meadow|conservation">
|
||||
<area use="greens" fade="11" />
|
||||
<area fade="11" use="greens" />
|
||||
</m>
|
||||
|
||||
<m v="residential|commercial|retail|farmyard">
|
||||
@ -195,7 +203,7 @@
|
||||
<m k="leisure|landuse" v="nature_reserve">
|
||||
<area use="greens2" />
|
||||
<m zoom-min="14">
|
||||
<line stroke="#abe29c" width="1.0" fix="true" cap="butt" />
|
||||
<line cap="butt" fix="true" stroke="#abe29c" width="1.0" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -214,8 +222,8 @@
|
||||
<m k="amenity" zoom-min="14">
|
||||
<m v="kindergarten|school|college|university">
|
||||
<!-- <area fill="#cdabde" /> -->
|
||||
<area fill="#e6e4c5" fade="14" />
|
||||
<line stroke="#9aabae" width="1.0" fix="true" cap="butt" fade="14" />
|
||||
<area fade="14" fill="#e6e4c5" />
|
||||
<line cap="butt" fade="14" fix="true" stroke="#9aabae" width="1.0" />
|
||||
</m>
|
||||
<m v="hospital">
|
||||
<area fill="#f2d9b1" />
|
||||
@ -253,16 +261,16 @@
|
||||
</m>
|
||||
|
||||
<!-- Heideland, keep below forest -->
|
||||
<m zoom-min="10" v="heath|sand">
|
||||
<area use="tex1" fill="#fffad1" fade="10" />
|
||||
<m v="heath|sand" zoom-min="10">
|
||||
<area fade="10" fill="#fffad1" use="tex1" />
|
||||
</m>
|
||||
|
||||
<m k="landuse|natural" v="forest|wood">
|
||||
<m zoom-min="8" zoom-max="9">
|
||||
<m zoom-max="9" zoom-min="8">
|
||||
<area use="wood" />
|
||||
</m>
|
||||
<m zoom-min="10">
|
||||
<area use="wood" stroke="#91bf63" stroke-width="1.0" />
|
||||
<area stroke="#91bf63" stroke-width="1.0" use="wood" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -291,7 +299,7 @@
|
||||
<m v="parking" zoom-min="15">
|
||||
<area fill="#f4f4f4" stroke="#d4d4d4" stroke-width="0.2" />
|
||||
</m>
|
||||
<m v="fountain" closed="yes">
|
||||
<m closed="yes" v="fountain">
|
||||
<area fill="#b4cbdc" stroke="#000080" stroke-width="0.15" />
|
||||
</m>
|
||||
|
||||
@ -321,21 +329,21 @@
|
||||
<m k="leisure" zoom-min="13">
|
||||
|
||||
<m v="stadium">
|
||||
<line stroke="#c9c3c1" width="1.0" fix="true" cap="butt" />
|
||||
<line cap="butt" fix="true" stroke="#c9c3c1" width="1.0" />
|
||||
<area fill="#e9e6e3" />
|
||||
</m>
|
||||
|
||||
<!--should be under playing field -->
|
||||
<m zoom-min="14" v="sports_centre|water_park">
|
||||
<area fill="#daefdb" fade="12" />
|
||||
<m v="sports_centre|water_park" zoom-min="14">
|
||||
<area fade="12" fill="#daefdb" />
|
||||
</m>
|
||||
<m zoom-min="15" v="playground|miniature_golf">
|
||||
<area use="tex1" fill="#f4f4de" />
|
||||
<line stroke="#d9d9a3" width="1.0" fix="true" cap="butt" />
|
||||
<m v="playground|miniature_golf" zoom-min="15">
|
||||
<area fill="#f4f4de" use="tex1" />
|
||||
<line cap="butt" fix="true" stroke="#d9d9a3" width="1.0" />
|
||||
</m>
|
||||
<m v="playing_fields|pitch">
|
||||
<area fill="#f4f4de" />
|
||||
<line stroke="#d9d9a3" width="1.0" fix="true" cap="butt" />
|
||||
<line cap="butt" fix="true" stroke="#d9d9a3" width="1.0" />
|
||||
</m>
|
||||
<m v="swimming_pool">
|
||||
<area fill="#d4ebfc" stroke="#6060ff" stroke-width="0.2" />
|
||||
@ -352,7 +360,7 @@
|
||||
<m k="leisure|landuse" zoom-min="14">
|
||||
|
||||
<m v="nature_reserve">
|
||||
<line stroke="#abe29c" width="1.0" fix="true" cap="butt" />
|
||||
<line cap="butt" fix="true" stroke="#abe29c" width="1.0" />
|
||||
</m>
|
||||
<m v="military">
|
||||
<line use="fence" />
|
||||
@ -364,7 +372,7 @@
|
||||
|
||||
<!-- ...should rewrite tag to: highway=leisure/sport=* imho -->
|
||||
<m k="leisure" v="track">
|
||||
<line stroke="#c1bcb6" width="1.3" cap="butt" fix="true" />
|
||||
<line cap="butt" fix="true" stroke="#c1bcb6" width="1.3" />
|
||||
</m>
|
||||
</m><!-- end landuse|natural|leisure||amenity|tourism -->
|
||||
</m>
|
||||
@ -372,45 +380,45 @@
|
||||
<!-- waterways -->
|
||||
<m e="way" k="waterway">
|
||||
<m v="ditch|drain" zoom-min="14">
|
||||
<line use="water" width="0.2" fade="14" />
|
||||
<line fade="14" use="water" width="0.2" />
|
||||
</m>
|
||||
<m v="canal">
|
||||
<line use="river" width="-0.3" />
|
||||
</m>
|
||||
<m v="stream" zoom-min="13">
|
||||
<line use="water" width="0.5" fade="13" />
|
||||
<line fade="13" use="water" width="0.5" />
|
||||
</m>
|
||||
<m v="river" select="first">
|
||||
<m select="first" v="river">
|
||||
<m zoom-min="12">
|
||||
<line use="river" width="0.3" />
|
||||
</m>
|
||||
<!-- zoom <= 11 -->
|
||||
<m k="rank" v="~|-1" zoom-min="9">
|
||||
<line use="water" width="0.2" fade="9" />
|
||||
<line fade="9" use="water" width="0.2" />
|
||||
</m>
|
||||
<m k="rank" v="0|1|2">
|
||||
<line use="water" width="0.3" fade="2" />
|
||||
<line fade="2" use="water" width="0.3" />
|
||||
</m>
|
||||
<m k="rank" v="3" zoom-min="3">
|
||||
<line use="water" width="0.3" fade="3" />
|
||||
<line fade="3" use="water" width="0.3" />
|
||||
</m>
|
||||
<m k="rank" v="4" zoom-min="4">
|
||||
<line use="water" width="0.3" fade="4" />
|
||||
<line fade="4" use="water" width="0.3" />
|
||||
</m>
|
||||
<m k="rank" v="5" zoom-min="5">
|
||||
<line use="water" width="0.3" fade="5" />
|
||||
<line fade="5" use="water" width="0.3" />
|
||||
</m>
|
||||
<m k="rank" v="6" zoom-min="6">
|
||||
<line use="water" width="0.2" fade="6" />
|
||||
<line fade="6" use="water" width="0.2" />
|
||||
</m>
|
||||
<m k="rank" v="7" zoom-min="7">
|
||||
<line use="water" width="0.2" fade="7" />
|
||||
<line fade="7" use="water" width="0.2" />
|
||||
</m>
|
||||
<m k="rank" v="8" zoom-min="8">
|
||||
<line use="water" width="0.1" fade="8" />
|
||||
<line fade="8" use="water" width="0.1" />
|
||||
</m>
|
||||
<m k="rank" v="9" zoom-min="9">
|
||||
<line use="water" width="0.1" fade="9" />
|
||||
<line fade="9" use="water" width="0.1" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="riverbank|dock">
|
||||
@ -418,18 +426,18 @@
|
||||
<line use="water:outline" />
|
||||
</m>
|
||||
<m v="weir">
|
||||
<line use="fix" stroke="#000088" />
|
||||
<line stroke="#000088" use="fix" />
|
||||
</m>
|
||||
<m v="dam" zoom-min="12">
|
||||
<line use="fix" stroke="#ababab" width="0.2" />
|
||||
<line stroke="#ababab" use="fix" width="0.2" />
|
||||
</m>
|
||||
<m k="lock" v="yes|true">
|
||||
<line use="fix" stroke="#f8f8f8" width="0.5" />
|
||||
<line stroke="#f8f8f8" use="fix" width="0.5" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m e="way">
|
||||
<m k="natural" v="water" closed="yes">
|
||||
<m closed="yes" k="natural" v="water">
|
||||
<area use="water" />
|
||||
<line use="water:outline" />
|
||||
</m>
|
||||
@ -442,7 +450,7 @@
|
||||
/> </m> </m> -->
|
||||
|
||||
<!-- outline 0 -->
|
||||
<outline-layer id="glow" stroke="#000000" width="0.2" blur="1.0" />
|
||||
<outline-layer blur="1.0" id="glow" stroke="#000000" width="0.2" />
|
||||
<outline-layer id="0" stroke="#44000000" width="0.1" />
|
||||
|
||||
<!-- match tunnel-tag (to ensure tunnel key is present) -->
|
||||
@ -480,47 +488,47 @@
|
||||
</m>
|
||||
<m v="construction">
|
||||
<outline use="0" />
|
||||
<line use="construction" outline="0" />
|
||||
<line outline="0" use="construction" />
|
||||
</m>
|
||||
<m v="service">
|
||||
<m k="service" v="~|parking_aisle">
|
||||
<line use="highway-service" outline="0" />
|
||||
<line outline="0" use="highway-service" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
<m v="trunk_link|motorway_link">
|
||||
<line use="trunk_link" outline="0" />
|
||||
<line outline="0" use="trunk_link" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m zoom-min="13">
|
||||
<m v="byway|pedestrian">
|
||||
<line use="pedestrian" outline="0" />
|
||||
<line outline="0" use="pedestrian" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
<m v="residential|road|unclassified|living_street">
|
||||
<line use="residential" outline="0" />
|
||||
<line outline="0" use="residential" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="tertiary|secondary_link">
|
||||
<line use="tertiary" outline="0" />
|
||||
<line outline="0" use="tertiary" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
<m v="secondary|primary_link">
|
||||
<line use="secondary:z11" outline="0" />
|
||||
<line outline="0" use="secondary:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="primary">
|
||||
<line use="primary:z11" outline="0" />
|
||||
<line outline="0" use="primary:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="trunk">
|
||||
<line use="trunk" blur="0.3" outline="0" />
|
||||
<line blur="0.3" outline="0" use="trunk" />
|
||||
<!-- <outline use="glow"/> -->
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="motorway">
|
||||
<line use="highway:z11" blur="0.3" outline="0" />
|
||||
<line blur="0.3" outline="0" use="highway:z11" />
|
||||
<!-- <outline use="glow"/> -->
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
@ -531,7 +539,7 @@
|
||||
<line stroke="#a0a0a0" width="0.8" cap="butt" fix="true"/>
|
||||
</m> -->
|
||||
<m k="railway" v="rail">
|
||||
<line stroke="#aa888888" width="0.9" cap="butt" fix="true" />
|
||||
<line cap="butt" fix="true" stroke="#aa888888" width="0.9" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
@ -550,7 +558,7 @@
|
||||
|
||||
<!-- runways areas -->
|
||||
<m k="aeroway">
|
||||
<m v="aerodrome" closed="yes">
|
||||
<m closed="yes" v="aerodrome">
|
||||
<area fill="#e8ecde" />
|
||||
</m>
|
||||
<!-- A place where planes are parked -->
|
||||
@ -570,20 +578,22 @@
|
||||
|
||||
<!-- building -->
|
||||
<m k="building">
|
||||
<m zoom-min="14" zoom-max="16">
|
||||
<m zoom-max="16" zoom-min="14">
|
||||
<m closed="yes">
|
||||
<area use="building" fade="14" />
|
||||
<area fade="14" use="building" />
|
||||
</m>
|
||||
<m closed="no">
|
||||
<line use="building" fade="14" />
|
||||
<line fade="14" use="building" />
|
||||
</m>
|
||||
</m>
|
||||
<m zoom-min="17">
|
||||
<extrusion side-color="#eaecebe9" top-color="#eaf9f8f6" line-color="#ffd9d8d6" />
|
||||
<extrusion line-color="#ffd9d8d6" side-color="#eaecebe9" top-color="#eaf9f8f6" />
|
||||
</m>
|
||||
<m zoom-min="17">
|
||||
<caption k="name" style="bold" size="10" fill="#4040ff" stroke="#ffffff" stroke-width="2.0" />
|
||||
<caption k="addr:housenumber" style="bold" size="10" fill="#606060" stroke="#ffffff" stroke-width="2.0" />
|
||||
<caption style="bold" fill="#4040ff" k="name" size="10" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
<caption style="bold" fill="#606060" k="addr:housenumber" size="10" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -596,39 +606,39 @@
|
||||
|
||||
<!-- highway -->
|
||||
<m k="highway">
|
||||
<m zoom-min="4" zoom-max="5" select="first">
|
||||
<m select="first" zoom-max="5" zoom-min="4">
|
||||
<m k="area" v="~|no|false">
|
||||
<!-- <m v="secondary|primary_link" zoom-min="9">
|
||||
<line stroke="#f2df6d" width="1.3" cap="butt" fix="true" fade="9"/>
|
||||
</m> -->
|
||||
|
||||
<m v="route_primary" zoom-min="3">
|
||||
<line fix="true" cap="butt" stroke="#c6c5a2" width="1.2" fade="5" />
|
||||
<line cap="butt" fade="5" fix="true" stroke="#c6c5a2" width="1.2" />
|
||||
</m>
|
||||
<m v="route_trunk" zoom-min="3">
|
||||
<line fix="true" cap="butt" stroke="#deb683" width="1.3" fade="5" />
|
||||
<line cap="butt" fade="5" fix="true" stroke="#deb683" width="1.3" />
|
||||
</m>
|
||||
<m v="route_motorway">
|
||||
<line fix="true" cap="butt" stroke="#deb683" width="1.4" fade="5" />
|
||||
<line cap="butt" fade="5" fix="true" stroke="#deb683" width="1.4" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
<m zoom-min="5" zoom-max="7" select="first">
|
||||
<m select="first" zoom-max="7" zoom-min="5">
|
||||
<m k="area" v="~|no|false">
|
||||
<m v="secondary|primary_link" zoom-min="9">
|
||||
<line use="fix" stroke="#e2cf5d" width="0.3" fade="9" />
|
||||
<line fade="9" stroke="#e2cf5d" use="fix" width="0.3" />
|
||||
</m>
|
||||
<m v="trunk_link|motorway_link" zoom-min="8">
|
||||
<line use="fix" stroke="#eec693" width="0.4" fade="8" />
|
||||
<line fade="8" stroke="#eec693" use="fix" width="0.4" />
|
||||
</m>
|
||||
<m v="primary" zoom-min="5">
|
||||
<line use="fix" stroke="#c6c5a2" width="0.5" fade="5" />
|
||||
<line fade="5" stroke="#c6c5a2" use="fix" width="0.5" />
|
||||
</m>
|
||||
<m v="trunk" zoom-min="5">
|
||||
<line use="fix" stroke="#c6c5a2" width="0.5" fade="5" />
|
||||
<line fade="5" stroke="#c6c5a2" use="fix" width="0.5" />
|
||||
</m>
|
||||
<m v="motorway">
|
||||
<line use="fix" stroke="#deb683" width="0.6" fade="4" />
|
||||
<line fade="4" stroke="#deb683" use="fix" width="0.6" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
@ -640,12 +650,13 @@
|
||||
<m k="area" v="yes|true">
|
||||
<m v="footway" zoom-min="15">
|
||||
<area fill="#fefefe" />
|
||||
<line stroke="#c0c0c0" width="1.0" fix="true" cap="butt" />
|
||||
<line cap="butt" fix="true" stroke="#c0c0c0" width="1.0" />
|
||||
</m>
|
||||
|
||||
<m zoom-min="13" v="pedestrian|service|unclassified|residential|road|living_street">
|
||||
<m v="pedestrian|service|unclassified|residential|road|living_street"
|
||||
zoom-min="13">
|
||||
<area fill="#ffffff" />
|
||||
<line stroke="#d0d0d0" width="1.0" fix="true" cap="butt" />
|
||||
<line cap="butt" fix="true" stroke="#d0d0d0" width="1.0" />
|
||||
</m>
|
||||
|
||||
<!-- <m v="path" zoom-min="14">
|
||||
@ -663,7 +674,7 @@
|
||||
<line use="footway:z16"/>
|
||||
</m> -->
|
||||
<m v="track|footway|path|cycleway" zoom-min="17">
|
||||
<line use="footway:z17" outline="1" />
|
||||
<line outline="1" use="footway:z17" />
|
||||
</m>
|
||||
</m>
|
||||
<m zoom-min="14">
|
||||
@ -683,51 +694,51 @@
|
||||
<line use="bridleway" />
|
||||
</m>
|
||||
<m v="construction">
|
||||
<line use="construction" outline="1" />
|
||||
<line outline="1" use="construction" />
|
||||
</m>
|
||||
<m v="service">
|
||||
<!-- matches every service but parking_isle -->
|
||||
<m k="service" v="-|parking_aisle">
|
||||
<line use="highway-service" outline="1" />
|
||||
<line outline="1" use="highway-service" />
|
||||
</m>
|
||||
<m k="service" v="parking_aisle" zoom-min="16">
|
||||
<line use="highway-service" width="-0.4" outline="1" />
|
||||
<line outline="1" use="highway-service" width="-0.4" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
<m v="trunk_link|motorway_link">
|
||||
<line use="trunk_link" outline="motorway" />
|
||||
<line outline="motorway" use="trunk_link" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m zoom-min="13">
|
||||
<m v="byway|pedestrian">
|
||||
<line use="residential" width="-0.4" outline="1" />
|
||||
<line outline="1" use="residential" width="-0.4" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
|
||||
</m>
|
||||
<m v="residential|road|unclassified|living_street">
|
||||
<line use="residential" outline="1" />
|
||||
<line outline="1" use="residential" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
<m v="tertiary|secondary_link">
|
||||
<line use="tertiary" outline="1" />
|
||||
<line outline="1" use="tertiary" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
<m v="secondary|primary_link">
|
||||
<line use="secondary:z11" outline="primary" />
|
||||
<line outline="primary" use="secondary:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="primary">
|
||||
<line use="primary:z11" outline="primary" />
|
||||
<line outline="primary" use="primary:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="trunk">
|
||||
<line use="trunk" outline="motorway" />
|
||||
<line outline="motorway" use="trunk" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="motorway">
|
||||
<line use="highway:z11" outline="motorway" />
|
||||
<line outline="motorway" use="highway:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
</m> <!-- end area=~|no|false -->
|
||||
@ -751,11 +762,11 @@
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m zoom-min="15" v="track|footway|path|cycleway">
|
||||
<line use="footway:z17" cap="butt" outline="bridge" />
|
||||
<m v="track|footway|path|cycleway" zoom-min="15">
|
||||
<line cap="butt" outline="bridge" use="footway:z17" />
|
||||
</m>
|
||||
|
||||
<m zoom-min="14" select="first">
|
||||
<m select="first" zoom-min="14">
|
||||
<m v="footway">
|
||||
<line use="footway" />
|
||||
</m>
|
||||
@ -772,61 +783,62 @@
|
||||
<line use="bridleway" />
|
||||
</m>
|
||||
<m v="construction">
|
||||
<line use="construction" cap="square" outline="bridge" />
|
||||
<line cap="butt" outline="bridge" use="construction" />
|
||||
</m>
|
||||
<m v="service">
|
||||
<line use="highway-service" cap="square" outline="bridge" />
|
||||
<line cap="butt" outline="bridge" use="highway-service" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m zoom-min="13" select="first">
|
||||
<m select="first" zoom-min="13">
|
||||
<m v="byway|pedestrian">
|
||||
<line use="pedestrian:bridge" outline="bridge" />
|
||||
<line outline="bridge" use="pedestrian:bridge" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
<m v="residential|road|unclassified|living_street">
|
||||
<line use="residential:bridge" outline="bridge" />
|
||||
<line outline="bridge" use="residential:bridge" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m select="first">
|
||||
<m v="tertiary|secondary_link">
|
||||
<line use="tertiary" cap="square" outline="bridge" />
|
||||
<line cap="butt" outline="bridge" use="tertiary" />
|
||||
<text use="road" />
|
||||
</m>
|
||||
<m v="trunk_link|motorway_link">
|
||||
<line use="trunk_link" cap="square" outline="bridge" />
|
||||
<line cap="butt" outline="bridge" use="trunk_link" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="secondary|primary_link">
|
||||
<line use="secondary:z11" cap="square" outline="bridge" />
|
||||
<line cap="butt" outline="bridge" use="secondary:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="primary">
|
||||
<line use="primary:z11" cap="square" outline="bridge" />
|
||||
<line cap="butt" outline="bridge" use="primary:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="trunk">
|
||||
<line use="trunk" cap="square" outline="bridge" />
|
||||
<line cap="butt" outline="bridge" use="trunk" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
<m v="motorway">
|
||||
<line use="highway:z11" cap="square" outline="bridge" />
|
||||
<line cap="butt" outline="bridge" use="highway:z11" />
|
||||
<text use="major-road" />
|
||||
</m>
|
||||
</m>
|
||||
</m><!-- end area=~|no|false -->
|
||||
|
||||
|
||||
<m k="area" v="yes|true" select="first">
|
||||
<m zoom-min="15" v="footway">
|
||||
<m k="area" select="first" v="yes|true">
|
||||
<m v="footway" zoom-min="15">
|
||||
<area fill="#fefefe" />
|
||||
<line stroke="#c0c0c0" width="0.15" cap="butt" />
|
||||
<line cap="butt" stroke="#c0c0c0" width="0.15" />
|
||||
</m>
|
||||
<m zoom-min="13" v="pedestrian|service|unclassified|residential|road|living_street">
|
||||
<m v="pedestrian|service|unclassified|residential|road|living_street"
|
||||
zoom-min="13">
|
||||
<area fill="#eeffffff" />
|
||||
<line stroke="#c0c0c0" width="1.0" fix="true" cap="butt" />
|
||||
<line cap="butt" fix="true" stroke="#c0c0c0" width="1.0" />
|
||||
</m>
|
||||
</m> <!-- end area=yes|true -->
|
||||
</m> <!-- end bridge=yes -->
|
||||
@ -847,8 +859,8 @@
|
||||
<!-- man_made features -->
|
||||
<m k="man_made" v="pier">
|
||||
<m closed="no">
|
||||
<line stroke="#d0d0d0" width="0.4" cap="butt" />
|
||||
<line stroke="#e4e4e4" width="0.3" cap="butt" />
|
||||
<line cap="butt" stroke="#d0d0d0" width="0.4" />
|
||||
<line cap="butt" stroke="#e4e4e4" width="0.3" />
|
||||
</m>
|
||||
<m closed="yes">
|
||||
<area fill="#e4e4e4" stroke="#d0d0d0" stroke-width="1.05" />
|
||||
@ -860,7 +872,7 @@
|
||||
<!-- <m v="fence|wall|city_wall" zoom-min="15"> <line
|
||||
stroke="#909090" width="0.1" cap="butt" /> </m> -->
|
||||
<m v="retaining_wall" zoom-min="15">
|
||||
<line stroke="#888888" width="1.1" fix="true" cap="butt" />
|
||||
<line cap="butt" fix="true" stroke="#888888" width="1.1" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -877,29 +889,30 @@
|
||||
<m zoom-min="14">
|
||||
<m k="bridge" v="yes|true">
|
||||
<m k="railway" v="tram">
|
||||
<line stroke="#777777" width="0.9" cap="butt" fix="true" />
|
||||
<line cap="butt" fix="true" stroke="#777777" width="0.9" />
|
||||
</m>
|
||||
<m k="railway" v="subway|light_rail|narrow_gauge">
|
||||
<line stroke="#777777" width="0.9" cap="butt" fix="true" />
|
||||
<line cap="butt" fix="true" stroke="#777777" width="0.9" />
|
||||
</m>
|
||||
<m k="railway" v="rail">
|
||||
<line stroke="#777777" width="0.9" cap="butt" fix="true" />
|
||||
<line cap="butt" fix="true" stroke="#777777" width="0.9" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<!-- railway casings and cores -->
|
||||
<m k="railway" v="tram" zoom-min="15">
|
||||
<line stroke="#887766" width="1.0" fix="true" />
|
||||
<line fix="true" stroke="#887766" width="1.0" />
|
||||
</m>
|
||||
<m k="railway" v="light_rail|subway|narrow_gauge" zoom-min="14">
|
||||
<line stroke="#a0a0a0" width="0.9" cap="butt" fix="true" />
|
||||
<line cap="butt" fix="true" stroke="#a0a0a0" width="0.9" />
|
||||
</m>
|
||||
<m k="railway" v="rail|turntable" zoom-max="14">
|
||||
<line stroke="#ddaa9988" width="1.0" cap="butt" fix="true" fade="12" />
|
||||
<line cap="butt" fade="12" fix="true" stroke="#ddaa9988" width="1.0" />
|
||||
</m>
|
||||
<m k="railway" v="rail|turntable" zoom-min="15">
|
||||
<line stroke="#aaa6a4" width="2.0" cap="butt" fix="true" fade="12" stipple="10" stipple-width="0.8" stipple-stroke="#ffffff" />
|
||||
<line cap="butt" fade="12" fix="true" stipple="10" stipple-stroke="#ffffff"
|
||||
stipple-width="0.8" stroke="#aaa6a4" width="2.0" />
|
||||
</m>
|
||||
|
||||
<!-- <m k="railway" v="rail" zoom-max="14" zoom-min="13">
|
||||
@ -911,7 +924,7 @@
|
||||
</m> -->
|
||||
<!-- whatever railway:spur means ... -->
|
||||
<m k="railway" v="disused|spur|abandoned|preserved">
|
||||
<line stroke="#cccccc" width="0.8" cap="butt" fix="true" fade="12" />
|
||||
<line cap="butt" fade="12" fix="true" stroke="#cccccc" width="0.8" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
@ -931,10 +944,12 @@
|
||||
<!--<m k="boundary" v="administrative"> -->
|
||||
<m k="admin_level">
|
||||
<m k="admin_level" v="4">
|
||||
<line stroke="#dadada" width="1.3" fix="true" stipple-width="1.0" stipple="4" stipple-stroke="#888888" />
|
||||
<line fix="true" stipple="4" stipple-stroke="#888888" stipple-width="1.0"
|
||||
stroke="#dadada" width="1.3" />
|
||||
</m>
|
||||
<m k="admin_level" v="2">
|
||||
<line stroke="#dadada" width="1.6" fix="true" stipple-width="1.0" stipple="6" stipple-stroke="#647b9c" />
|
||||
<line fix="true" stipple="6" stipple-stroke="#647b9c" stipple-width="1.0"
|
||||
stroke="#dadada" width="1.6" />
|
||||
</m>
|
||||
</m>
|
||||
<!-- </m> -->
|
||||
@ -947,7 +962,8 @@
|
||||
|
||||
<!-- place -->
|
||||
<m k="place" v="locality" zoom-min="17">
|
||||
<caption k="name" style="bold" size="10" fill="#000000" stroke="#ffffff" stroke-width="2.0" />
|
||||
<caption style="bold" fill="#000000" k="name" size="10" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
|
||||
<m k="highway" v="track">
|
||||
@ -963,29 +979,29 @@
|
||||
<m k="barrier">
|
||||
<m zoom-min="10">
|
||||
<m v="bollard">
|
||||
<circle r="1.5" fill="#909090" />
|
||||
<circle fill="#909090" radius="1.5" />
|
||||
</m>
|
||||
<m v="block">
|
||||
<circle r="1.5" fill="#909090" />
|
||||
<circle fill="#909090" radius="1.5" />
|
||||
</m>
|
||||
<m v="gate">
|
||||
<circle r="1.5" fill="#909090" />
|
||||
<circle fill="#909090" radius="1.5" />
|
||||
</m>
|
||||
<m v="lift_gate">
|
||||
<circle r="1.5" fill="#909090" />
|
||||
<circle fill="#909090" radius="1.5" />
|
||||
</m>
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m k="highway">
|
||||
<m v="traffic_signals">
|
||||
<circle r="1.5" fill="#ff0000" />
|
||||
<circle fill="#ff0000" radius="1.5" />
|
||||
</m>
|
||||
<m v="bus_stop">
|
||||
<circle r="1.5" fill="#ff0000" />
|
||||
<circle fill="#ff0000" radius="1.5" />
|
||||
</m>
|
||||
<m v="turning_circle">
|
||||
<circle r="1.4" scale-radius="true" fill="#ffffff" />
|
||||
<circle fill="#ffffff" radius="1.4" scale-radius="true" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -1003,43 +1019,52 @@
|
||||
<!-- place -->
|
||||
<m k="place">
|
||||
<m v="suburb" zoom-max="14">
|
||||
<caption k="name" style="italic" size="17" fill="#606060" stroke="#ffffff" stroke-width="2.0" priority="4" />
|
||||
<caption style="italic" fill="#606060" k="name" priority="4" size="17"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="village" zoom-max="14">
|
||||
<caption k="name" size="17" fill="#444411" stroke="#ffffff" stroke-width="2.0" priority="3" />
|
||||
<caption fill="#444411" k="name" priority="3" size="17" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="island" zoom-min="10">
|
||||
<caption k="name" style="bold" size="20" fill="#000000" stroke="#ffffff" stroke-width="2.0" priority="1" />
|
||||
<caption style="bold" fill="#000000" k="name" priority="1" size="20"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="town">
|
||||
<caption k="name" size="19" fill="#000000" stroke="#ffffff" stroke-width="2.0" priority="2" dy="20" symbol="town" />
|
||||
<caption dy="20" fill="#000000" k="name" priority="2" size="19" stroke="#ffffff"
|
||||
stroke-width="2.0" symbol="town" />
|
||||
</m>
|
||||
<m v="city">
|
||||
<m zoom-min="7">
|
||||
<caption k="name" style="bold" size="19" fill="#000000" stroke="#ffffff" stroke-width="2.0" priority="1" dy="14" symbol="city" />
|
||||
<caption style="bold" dy="14" fill="#000000" k="name" priority="1" size="19"
|
||||
stroke="#ffffff" stroke-width="2.0" symbol="city" />
|
||||
</m>
|
||||
<m zoom-max="6">
|
||||
<caption k="name" size="19" fill="#000000" stroke="#ffffff" stroke-width="2.0" priority="1" dy="14" symbol="city" />
|
||||
<caption dy="14" fill="#000000" k="name" priority="1" size="19" stroke="#ffffff"
|
||||
stroke-width="2.0" symbol="city" />
|
||||
</m>
|
||||
</m>
|
||||
<m v="country">
|
||||
<caption k="name" style="bold" size="20" fill="#000000" stroke="#ffffff" stroke-width="2.0" priority="0" />
|
||||
<caption style="bold" fill="#000000" k="name" priority="0" size="20"
|
||||
stroke="#ffffff" stroke-width="2.0" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<!-- railway -->
|
||||
<m k="railway">
|
||||
<m v="station" zoom-min="14">
|
||||
<circle r="6" fill="#ec2d2d" stroke="#606060" stroke-width="1.5" />
|
||||
<caption k="name" dy="-10" style="bold" size="13" fill="#ec2d2d" stroke="#ffffff" stroke-width="2.0" />
|
||||
<circle fill="#ec2d2d" radius="6" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-10" fill="#ec2d2d" k="name" size="13" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
|
||||
<m v="halt|tram_stop">
|
||||
<circle r="4" fill="#ec2d2d" stroke="#606060" stroke-width="1.5" />
|
||||
<caption k="name" dy="-15" style="bold" size="11" fill="#ec2d2d" stroke="#ffffff" stroke-width="2.0" />
|
||||
<circle fill="#ec2d2d" radius="4" stroke="#606060" stroke-width="1.5" />
|
||||
<caption style="bold" dy="-15" fill="#ec2d2d" k="name" size="11" stroke="#ffffff"
|
||||
stroke-width="2.0" />
|
||||
</m>
|
||||
<m v="level_crossing">
|
||||
<circle r="1.5" fill="#ff0000" />
|
||||
<circle fill="#ff0000" radius="1.5" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@ -1055,7 +1080,7 @@
|
||||
|
||||
<m k="amenity">
|
||||
|
||||
<m zoom-min="15" select="first">
|
||||
<m select="first" zoom-min="15">
|
||||
<m v="hospital">
|
||||
<symbol src="hospital" />
|
||||
</m>
|
||||
@ -1077,7 +1102,7 @@
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m zoom-min="16" select="first">
|
||||
<m select="first" zoom-min="16">
|
||||
<m v="atm" zoom-min="17">
|
||||
<symbol src="atm" />
|
||||
</m>
|
||||
@ -1104,7 +1129,7 @@
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<m zoom-min="17" select="first">
|
||||
<m select="first" zoom-min="17">
|
||||
<m k="amenity" v="bank">
|
||||
<symbol src="bank" />
|
||||
</m>
|
||||
@ -1177,7 +1202,7 @@
|
||||
</m>
|
||||
|
||||
<m k="shop">
|
||||
<m zoom-min="15" select="first">
|
||||
<m select="first" zoom-min="15">
|
||||
<m v="bakery">
|
||||
<symbol src="shop_bakery" />
|
||||
</m>
|
||||
@ -1202,7 +1227,7 @@
|
||||
</m>
|
||||
|
||||
<m k="tourism">
|
||||
<m zoom-min="15" select="first">
|
||||
<m select="first" zoom-min="15">
|
||||
<m v="alpine_hut">
|
||||
<symbol src="triangle-stroked" />
|
||||
</m>
|
||||
@ -1243,7 +1268,7 @@
|
||||
</m>
|
||||
|
||||
<m k="natural" v="tree" zoom-min="15">
|
||||
<circle r="10" />
|
||||
<circle radius="10" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user