Render themes: add highway ref tag #41

This commit is contained in:
Emux
2017-05-28 21:19:59 +03:00
parent 7b7b5a923a
commit c14e93e25d
6 changed files with 90 additions and 44 deletions

View File

@@ -11,6 +11,8 @@
<style-text style="bold" fill="#101010" id="major-road" k="name" priority="1" size="16"
stroke="#eeeeee" stroke-width="2.0" />
<style-text style="bold" fill="#606060" id="ref" k="ref" priority="2" size="12" stroke="#ffffff"
stroke-width="2.0" />
<style-text caption="true" dy="20" fill="#404000" id="poi" k="name" size="16" stroke="#aaffffff"
stroke-width="2.0" />
@@ -485,16 +487,19 @@
<m v="primary">
<line outline="0" use="primary:z11" />
<text use="major-road" />
<text use="ref" />
</m>
<m v="trunk">
<line blur="0.3" outline="0" use="trunk" />
<!-- <outline use="glow"/> -->
<text use="major-road" />
<text use="ref" />
</m>
<m v="motorway">
<line blur="0.3" outline="0" use="highway:z11" />
<!-- <outline use="glow"/> -->
<text use="major-road" />
<text use="ref" />
</m>
</m>
<!-- railway tunnel -->
@@ -707,14 +712,17 @@
<m v="primary">
<line outline="primary" use="primary:z11" />
<text use="major-road" />
<text use="ref" />
</m>
<m v="trunk">
<line outline="motorway" use="trunk" />
<text use="major-road" />
<text use="ref" />
</m>
<m v="motorway">
<line outline="motorway" use="highway:z11" />
<text use="major-road" />
<text use="ref" />
</m>
</m> <!-- end area=~|no|false -->
</m><!-- end tunnel|bridge=~|no|false -->
@@ -792,14 +800,17 @@
<m v="primary">
<line cap="square" outline="bridge" use="primary:z11" />
<text use="major-road" />
<text use="ref" />
</m>
<m v="trunk">
<line cap="square" outline="bridge" use="trunk" />
<text use="major-road" />
<text use="ref" />
</m>
<m v="motorway">
<line cap="square" outline="bridge" use="highway:z11" />
<text use="major-road" />
<text use="ref" />
</m>
</m>
</m><!-- end area=~|no|false -->