Render themes: area outlines as separate lines #121
This commit is contained in:
@@ -74,8 +74,7 @@
|
||||
<!-- <style-area id="greens" fill="#d2e5ce" fade="10" /> -->
|
||||
|
||||
<!--farmland-->
|
||||
<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" />
|
||||
|
||||
<!-- marsh|wetland|mud|nature_reserve -->
|
||||
<style-area fade="12" fill="#deecb9" id="greens2" />
|
||||
@@ -88,7 +87,7 @@
|
||||
<!-- fade out at z=7, blend over to 'blend-fill' in z=11 -->
|
||||
<!-- src="assets:textures/wood.png" -->
|
||||
<!-- <style-area id="wood" fill="#d1dbc7" fade="8" blend="11" blend-fill="#9ac56e" /> -->
|
||||
<!-- <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" /> -->
|
||||
|
||||
@@ -101,7 +100,7 @@
|
||||
<!--military-->
|
||||
<style-area fade="10" fill="#eeedea" id="military" />
|
||||
<!--building-->
|
||||
<style-area fade="15" fill="#f2f0eb" id="building" stroke="#b7b6b3" stroke-width="1.0" />
|
||||
<style-area fade="15" fill="#f2f0eb" id="building" />
|
||||
|
||||
<!--water-->
|
||||
<!--<style-area id="water" fill="#97b7e5" afc5e3 /> -->
|
||||
@@ -248,10 +247,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>
|
||||
|
||||
@@ -285,12 +284,9 @@
|
||||
</m>
|
||||
|
||||
<m k="landuse|natural" 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! -->
|
||||
@@ -316,10 +312,10 @@
|
||||
</m>
|
||||
-->
|
||||
<m v="parking" zoom-min="15">
|
||||
<area fill="#f4f4f4" stroke="#d4d4d4" stroke-width="0.2" />
|
||||
<area fill="#f4f4f4" />
|
||||
</m>
|
||||
<m closed="yes" v="fountain">
|
||||
<area fill="#b4cbdc" stroke="#000080" stroke-width="0.15" />
|
||||
<area fill="#b4cbdc" />
|
||||
</m>
|
||||
|
||||
</m>
|
||||
@@ -365,7 +361,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">
|
||||
@@ -617,6 +613,7 @@
|
||||
<!-- Airport passenger building -->
|
||||
<m v="terminal|hangar">
|
||||
<area use="building" />
|
||||
<line use="building" />
|
||||
</m>
|
||||
</m>
|
||||
|
||||
@@ -631,6 +628,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" />
|
||||
@@ -641,6 +639,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" />
|
||||
@@ -963,7 +962,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>
|
||||
|
||||
@@ -982,7 +981,7 @@
|
||||
<m k="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