Render themes: highway ref captions #41

This commit is contained in:
Emux 2017-10-04 20:24:29 +03:00
parent a06ea5492e
commit 76582da497
7 changed files with 365 additions and 74 deletions

View File

@ -11,8 +11,10 @@
<style-text style="bold" fill="#101010" id="major-road" k="name" priority="1" size="16" <style-text style="bold" fill="#101010" id="major-road" k="name" priority="1" size="16"
stroke="#eeeeee" stroke-width="2.0" /> stroke="#eeeeee" stroke-width="2.0" />
<style-text style="bold" fill="#606060" id="ref" k="ref" priority="2" size="12" stroke="#ffffff"
<style-text style="bold" fill="#ffffff" id="ref" k="ref" priority="2" size="12" stroke="#215e8f"
stroke-width="2.0" /> stroke-width="2.0" />
<style-text caption="true" id="ref-caption" use="ref" />
<style-text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff" <style-text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff"
stroke-width="2.0" /> stroke-width="2.0" />
@ -493,19 +495,34 @@
<m v="primary"> <m v="primary">
<line outline="0" use="primary:z11" /> <line outline="0" use="primary:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line blur="0.3" outline="0" use="trunk" /> <line blur="0.3" outline="0" use="trunk" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line blur="0.3" outline="0" use="highway:z11" /> <line blur="0.3" outline="0" use="highway:z11" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> </m>
<!-- railway tunnel --> <!-- railway tunnel -->
@ -730,17 +747,32 @@
<m v="primary"> <m v="primary">
<line outline="primary" use="primary:z11" /> <line outline="primary" use="primary:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line outline="motorway" use="trunk" /> <line outline="motorway" use="trunk" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line outline="motorway" use="highway:z11" /> <line outline="motorway" use="highway:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> <!-- end area=~|no|false --> </m> <!-- end area=~|no|false -->
</m><!-- end tunnel|bridge=~|no|false --> </m><!-- end tunnel|bridge=~|no|false -->
@ -818,17 +850,32 @@
<m v="primary"> <m v="primary">
<line cap="butt" outline="bridge" use="primary:z11" /> <line cap="butt" outline="bridge" use="primary:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line cap="butt" outline="bridge" use="trunk" /> <line cap="butt" outline="bridge" use="trunk" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line cap="butt" outline="bridge" use="highway:z11" /> <line cap="butt" outline="bridge" use="highway:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> </m>
</m><!-- end area=~|no|false --> </m><!-- end area=~|no|false -->

View File

@ -11,8 +11,10 @@
<style-text style="bold" fill="#101010" id="major-road" k="name" priority="1" size="16" <style-text style="bold" fill="#101010" id="major-road" k="name" priority="1" size="16"
stroke="#eeeeee" stroke-width="2.0" /> stroke="#eeeeee" stroke-width="2.0" />
<style-text style="bold" fill="#606060" id="ref" k="ref" priority="2" size="12" stroke="#ffffff"
<style-text style="bold" fill="#ffffff" id="ref" k="ref" priority="2" size="12" stroke="#215e8f"
stroke-width="2.0" /> stroke-width="2.0" />
<style-text caption="true" id="ref-caption" use="ref" />
<style-text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff" <style-text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff"
stroke-width="2.0" /> stroke-width="2.0" />
@ -490,19 +492,34 @@
<m v="primary"> <m v="primary">
<line outline="0" use="primary:z11" /> <line outline="0" use="primary:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line blur="0.3" outline="0" use="trunk" /> <line blur="0.3" outline="0" use="trunk" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line blur="0.3" outline="0" use="highway:z11" /> <line blur="0.3" outline="0" use="highway:z11" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> </m>
<!-- railway tunnel --> <!-- railway tunnel -->
@ -727,17 +744,32 @@
<m v="primary"> <m v="primary">
<line outline="primary" use="primary:z11" /> <line outline="primary" use="primary:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line outline="motorway" use="trunk" /> <line outline="motorway" use="trunk" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line outline="motorway" use="highway:z11" /> <line outline="motorway" use="highway:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> <!-- end area=~|no|false --> </m> <!-- end area=~|no|false -->
</m><!-- end tunnel|bridge=~|no|false --> </m><!-- end tunnel|bridge=~|no|false -->
@ -815,17 +847,32 @@
<m v="primary"> <m v="primary">
<line cap="butt" outline="bridge" use="primary:z11" /> <line cap="butt" outline="bridge" use="primary:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line cap="butt" outline="bridge" use="trunk" /> <line cap="butt" outline="bridge" use="trunk" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line cap="butt" outline="bridge" use="highway:z11" /> <line cap="butt" outline="bridge" use="highway:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> </m>
</m><!-- end area=~|no|false --> </m><!-- end area=~|no|false -->

View File

@ -11,8 +11,10 @@
<style-text style="bold" fill="#de3935" id="major-road" k="name" priority="1" size="19" <style-text style="bold" fill="#de3935" id="major-road" k="name" priority="1" size="19"
stroke="#f2df6d" stroke-width="2.5" /> stroke="#f2df6d" stroke-width="2.5" />
<style-text style="bold" fill="#606060" id="ref" k="ref" priority="2" size="12" stroke="#ffffff"
<style-text style="bold" fill="#ffffff" id="ref" k="ref" priority="2" size="12" stroke="#215e8f"
stroke-width="2.0" /> stroke-width="2.0" />
<style-text caption="true" id="ref-caption" use="ref" />
<style-area fade="10" fill="#ff0000" id="residential" /> <style-area fade="10" fill="#ff0000" id="residential" />
@ -436,7 +438,12 @@
<line use="primary:z11" /> <line use="primary:z11" />
<outline use="0" /> <outline use="0" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
@ -444,7 +451,12 @@
<outline use="0" /> <outline use="0" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
@ -452,7 +464,12 @@
<outline use="0" /> <outline use="0" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> </m>
@ -695,21 +712,36 @@
<line use="primary:z11" /> <line use="primary:z11" />
<outline use="primary" /> <outline use="primary" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line use="trunk" /> <line use="trunk" />
<outline use="motorway" /> <outline use="motorway" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line use="highway:z11" /> <line use="highway:z11" />
<outline use="motorway" /> <outline use="motorway" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> <!-- end area=~|no|false --> </m> <!-- end area=~|no|false -->
</m> <!-- end tunnel|bridge=~|no|false --> </m> <!-- end tunnel|bridge=~|no|false -->
@ -791,21 +823,36 @@
<line cap="butt" use="primary:z11" /> <line cap="butt" use="primary:z11" />
<outline use="bridge" /> <outline use="bridge" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line cap="butt" use="trunk" /> <line cap="butt" use="trunk" />
<outline use="bridge" /> <outline use="bridge" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line cap="butt" use="highway:z11" /> <line cap="butt" use="highway:z11" />
<outline use="bridge" /> <outline use="bridge" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> <!-- end area=~|no|false --> </m> <!-- end area=~|no|false -->

View File

@ -11,8 +11,10 @@
<style-text style="bold" fill="#101010" id="major-road" k="name" priority="1" size="16" <style-text style="bold" fill="#101010" id="major-road" k="name" priority="1" size="16"
stroke="#eeeeee" stroke-width="2.0" /> stroke="#eeeeee" stroke-width="2.0" />
<style-text style="bold" fill="#606060" id="ref" k="ref" priority="2" size="12" stroke="#ffffff"
<style-text style="bold" fill="#ffffff" id="ref" k="ref" priority="2" size="12" stroke="#215e8f"
stroke-width="2.0" /> stroke-width="2.0" />
<style-text caption="true" id="ref-caption" use="ref" />
<style-text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff" <style-text style="bold" fill="#606060" id="ferry" k="name" size="12" stroke="#ffffff"
stroke-width="2.0" /> stroke-width="2.0" />
@ -489,19 +491,34 @@
<m v="primary"> <m v="primary">
<line outline="0" use="primary:z11" /> <line outline="0" use="primary:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line blur="0.3" outline="0" use="trunk" /> <line blur="0.3" outline="0" use="trunk" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line blur="0.3" outline="0" use="highway:z11" /> <line blur="0.3" outline="0" use="highway:z11" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> </m>
<!-- railway tunnel --> <!-- railway tunnel -->
@ -726,17 +743,32 @@
<m v="primary"> <m v="primary">
<line outline="primary" use="primary:z11" /> <line outline="primary" use="primary:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line outline="motorway" use="trunk" /> <line outline="motorway" use="trunk" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line outline="motorway" use="highway:z11" /> <line outline="motorway" use="highway:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> <!-- end area=~|no|false --> </m> <!-- end area=~|no|false -->
</m><!-- end tunnel|bridge=~|no|false --> </m><!-- end tunnel|bridge=~|no|false -->
@ -814,17 +846,32 @@
<m v="primary"> <m v="primary">
<line cap="butt" outline="bridge" use="primary:z11" /> <line cap="butt" outline="bridge" use="primary:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line cap="butt" outline="bridge" use="trunk" /> <line cap="butt" outline="bridge" use="trunk" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line cap="butt" outline="bridge" use="highway:z11" /> <line cap="butt" outline="bridge" use="highway:z11" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> </m>
</m><!-- end area=~|no|false --> </m><!-- end area=~|no|false -->

View File

@ -17,6 +17,10 @@
<style-text style="bold" id="highway-track" k="name" size="16" stroke="#f3f3f3" <style-text style="bold" id="highway-track" k="name" size="16" stroke="#f3f3f3"
stroke-width="2.0" /> stroke-width="2.0" />
<style-text style="bold" fill="#ffffff" id="ref" k="ref" priority="2" size="12" stroke="#606060"
stroke-width="2.0" />
<style-text caption="true" id="ref-caption" use="ref" />
<m e="way" k="natural" v="issea|sea"> <m e="way" k="natural" v="issea|sea">
<area fill="#d0d0d0" mesh="true" /> <area fill="#d0d0d0" mesh="true" />
</m> </m>
@ -731,8 +735,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#868686" stroke-width="2.0" /> stroke="#868686" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
<m v="trunk"> <m v="trunk">
@ -740,8 +748,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#b4b4b4" stroke-width="2.0" /> stroke="#b4b4b4" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
<m v="motorway"> <m v="motorway">
@ -749,8 +761,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#979797" stroke-width="2.0" /> stroke="#979797" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
@ -865,8 +881,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#868686" stroke-width="2.0" /> stroke="#868686" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
<m v="trunk"> <m v="trunk">
@ -874,8 +894,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#b4b4b4" stroke-width="2.0" /> stroke="#b4b4b4" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
<m v="motorway"> <m v="motorway">
@ -883,8 +907,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#979797" stroke-width="2.0" /> stroke="#979797" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
</m> </m>

View File

@ -17,6 +17,10 @@
<style-text style="bold" id="highway-track" k="name" size="16" stroke="#fff2de" <style-text style="bold" id="highway-track" k="name" size="16" stroke="#fff2de"
stroke-width="2.0" /> stroke-width="2.0" />
<style-text style="bold" fill="#ffffff" id="ref" k="ref" priority="2" size="12" stroke="#215e8f"
stroke-width="2.0" />
<style-text caption="true" id="ref-caption" use="ref" />
<m e="way" k="natural" v="issea|sea"> <m e="way" k="natural" v="issea|sea">
<area fill="#b5d6f1" mesh="true" /> <area fill="#b5d6f1" mesh="true" />
</m> </m>
@ -731,8 +735,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#e46d71" stroke-width="2.0" /> stroke="#e46d71" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
<m v="trunk"> <m v="trunk">
@ -740,8 +748,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#7fc97f" stroke-width="2.0" /> stroke="#7fc97f" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
<m v="motorway"> <m v="motorway">
@ -749,8 +761,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#809bc0" stroke-width="2.0" /> stroke="#809bc0" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
@ -865,8 +881,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#e46d71" stroke-width="2.0" /> stroke="#e46d71" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
<m v="trunk"> <m v="trunk">
@ -874,8 +894,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#7fc97f" stroke-width="2.0" /> stroke="#7fc97f" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
<m v="motorway"> <m v="motorway">
@ -883,8 +907,12 @@
<m zoom-min="14"> <m zoom-min="14">
<text style="bold" k="name" priority="1" size="16" <text style="bold" k="name" priority="1" size="16"
stroke="#809bc0" stroke-width="2.0" /> stroke="#809bc0" stroke-width="2.0" />
<text style="bold" fill="#606060" k="ref" priority="2" size="12" </m>
stroke="#ffffff" stroke-width="2.0" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m> </m>
</m> </m>
</m> </m>

View File

@ -11,8 +11,10 @@
<style-text style="bold" fill="#ffef7d" id="major-road" k="name" priority="1" size="19" <style-text style="bold" fill="#ffef7d" id="major-road" k="name" priority="1" size="19"
stroke="#624f00" stroke-width="2.5" /> stroke="#624f00" stroke-width="2.5" />
<style-text style="bold" fill="#606060" id="ref" k="ref" priority="2" size="12" stroke="#ffffff"
<style-text style="bold" fill="#ffffff" id="ref" k="ref" priority="2" size="12" stroke="#215e8f"
stroke-width="2.0" /> stroke-width="2.0" />
<style-text caption="true" id="ref-caption" use="ref" />
<style-area fade="10" fill="#ff0000" id="residential" /> <style-area fade="10" fill="#ff0000" id="residential" />
@ -436,7 +438,12 @@
<line use="primary:z11" /> <line use="primary:z11" />
<outline use="0" /> <outline use="0" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
@ -444,7 +451,12 @@
<outline use="0" /> <outline use="0" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
@ -452,7 +464,12 @@
<outline use="0" /> <outline use="0" />
<!-- <outline use="glow"/> --> <!-- <outline use="glow"/> -->
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> </m>
@ -688,21 +705,36 @@
<line use="primary:z11" /> <line use="primary:z11" />
<outline use="primary" /> <outline use="primary" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line use="trunk" /> <line use="trunk" />
<outline use="motorway" /> <outline use="motorway" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line use="highway:z11" /> <line use="highway:z11" />
<outline use="motorway" /> <outline use="motorway" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> <!-- end area=~|no|false --> </m> <!-- end area=~|no|false -->
</m> <!-- end tunnel|bridge=~|no|false --> </m> <!-- end tunnel|bridge=~|no|false -->
@ -784,21 +816,36 @@
<line cap="butt" use="primary:z11" /> <line cap="butt" use="primary:z11" />
<outline use="bridge" /> <outline use="bridge" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="trunk"> <m v="trunk">
<line cap="butt" use="trunk" /> <line cap="butt" use="trunk" />
<outline use="bridge" /> <outline use="bridge" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
<m v="motorway"> <m v="motorway">
<line cap="butt" use="highway:z11" /> <line cap="butt" use="highway:z11" />
<outline use="bridge" /> <outline use="bridge" />
<text use="major-road" /> <text use="major-road" />
<text use="ref" /> <m zoom-max="12">
<text use="ref-caption" />
</m>
<m zoom-min="13">
<text use="ref" />
</m>
</m> </m>
</m> <!-- end area=~|no|false --> </m> <!-- end area=~|no|false -->