Render themes: area outlines as separate lines #121
This commit is contained in:
@@ -54,8 +54,7 @@
|
||||
<!-- grassland|scrub -->
|
||||
<style-area fade="10" fill="#c2cba5" id="darkgreen" use="tex1" />
|
||||
|
||||
<style-area fade="12" fill="#e4dab5" id="farmland" stroke="#d1dbc7" stroke-width="1.0"
|
||||
use="tex1" />
|
||||
<style-area fade="12" fill="#e4dab5" id="farmland" use="tex1" />
|
||||
|
||||
<!-- <style-area id="greens" fill="#d2e5ce" fade="10" /> -->
|
||||
|
||||
@@ -64,7 +63,7 @@
|
||||
|
||||
<!-- park|common|green|cemetery|golf_course|dog_park -->
|
||||
<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="#9ac56e" fade="8" /> -->
|
||||
|
||||
<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" /> -->
|
||||
@@ -127,7 +126,7 @@
|
||||
<style-area id="building" fill="#e9e6e3" fade="15"/> -->
|
||||
|
||||
<style-line fade="15" id="building" stroke="#eeb7b6b3" use="fix" />
|
||||
<style-area fade="15" fill="#f2f0eb" id="building" stroke="#b7b6b3" stroke-width="1.0" />
|
||||
<style-area fade="15" fill="#f2f0eb" id="building" />
|
||||
|
||||
<m closed="yes" e="way" k="layer" v="water">
|
||||
<area mesh="true" use="water" />
|
||||
@@ -208,10 +207,10 @@
|
||||
<area fill="#f2d9b1" />
|
||||
</m>
|
||||
<!-- <m v="parking" zoom-min="15">
|
||||
<area fill="#f4f4f4" stroke="#d4d4d4" stroke-width="0.2" />
|
||||
<area fill="#f4f4f4" />
|
||||
</m>
|
||||
<m v="fountain" closed="yes">
|
||||
<area fill="#b4cbdc" stroke="#000080" stroke-width="0.15" />
|
||||
<area fill="#b4cbdc" />
|
||||
</m> -->
|
||||
</m>
|
||||
|
||||
@@ -245,12 +244,9 @@
|
||||
</m>
|
||||
|
||||
<m v="forest|wood">
|
||||
<m zoom-max="13" zoom-min="8">
|
||||
<m zoom-min="8">
|
||||
<area use="wood" />
|
||||
</m>
|
||||
<m zoom-min="14">
|
||||
<area stroke="#91bf63" stroke-width="1.0" use="wood" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
<!-- keep grass above forest:wood and leisure:park! -->
|
||||
@@ -275,13 +271,13 @@
|
||||
</m>
|
||||
-->
|
||||
<m v="parking" zoom-min="15">
|
||||
<area fill="#f4f4f4" stroke="#d4d4d4" stroke-width="0.2" />
|
||||
<area fill="#f4f4f4" />
|
||||
<m zoom-min="17">
|
||||
<symbol src="assets:symbols/transport/parking.svg" />
|
||||
</m>
|
||||
</m>
|
||||
<m closed="yes" v="fountain">
|
||||
<area fill="#b4cbdc" stroke="#000080" stroke-width="0.15" />
|
||||
<area fill="#b4cbdc" />
|
||||
</m>
|
||||
|
||||
|
||||
@@ -326,7 +322,7 @@
|
||||
<line cap="butt" fix="true" stroke="#d9d9a3" width="1.0" />
|
||||
</m>
|
||||
<m v="swimming_pool">
|
||||
<area fill="#d4ebfc" stroke="#6060ff" stroke-width="0.2" />
|
||||
<area fill="#d4ebfc" />
|
||||
</m>
|
||||
|
||||
<!-- <m v="track"> <m k="area" v="yes|true">
|
||||
@@ -580,6 +576,7 @@
|
||||
<!-- Airport passenger building -->
|
||||
<m v="terminal|hangar">
|
||||
<area use="building" />
|
||||
<line use="building" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@@ -594,6 +591,7 @@
|
||||
<m zoom-min="14">
|
||||
<m closed="yes">
|
||||
<area fade="14" use="building" />
|
||||
<line fade="14" use="building" />
|
||||
</m>
|
||||
<m closed="no">
|
||||
<line fade="14" use="building" />
|
||||
@@ -604,6 +602,7 @@
|
||||
<m zoom-min="16">
|
||||
<m closed="yes">
|
||||
<area fade="16" use="building" />
|
||||
<line fade="16" use="building" />
|
||||
</m>
|
||||
<m closed="no">
|
||||
<line fade="16" use="building" />
|
||||
@@ -923,7 +922,7 @@
|
||||
<line cap="butt" stroke="#e4e4e4" width="0.3" />
|
||||
</m>
|
||||
<m closed="yes">
|
||||
<area fill="#e4e4e4" stroke="#d0d0d0" stroke-width="1.05" />
|
||||
<area fill="#e4e4e4" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@@ -942,7 +941,7 @@
|
||||
<m k="is_tunnel" v="~|false|no">
|
||||
|
||||
<m v="station">
|
||||
<area fill="#dbdbc9" stroke="#707070" stroke-width="0.3" />
|
||||
<area fill="#dbdbc9" />
|
||||
</m>
|
||||
|
||||
<!-- railway bridge casings -->
|
||||
|
||||
Reference in New Issue
Block a user