theme: tweaks

This commit is contained in:
Hannes Janetzek 2014-10-10 20:33:18 +02:00
parent fa62602826
commit df909daccb

View File

@ -1,7 +1,6 @@
<?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"
>
xsi:schemaLocation="http://opensciencemap.org/rendertheme ../../rendertheme.xsd" version="1" map-background="#fffcfa" base-text-scale="1.25">
<!-- base style for fixed width lines -->
<style-line id="fix" width="1.0" cap="butt" fix="true" />
@ -47,7 +46,7 @@
<!-- <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="#ff0000" width="1.0" fix="true" cap="butt" fade="14" />
<style-line id="park" stroke="#9ac56e" width="1.0" fix="true" cap="butt" fade="14" />
<!-- de:Kleingartengebiet -->
<style-area id="allotments" use="tex1" fill="#efeae0" fade="12" />
@ -450,6 +449,8 @@
<m k="tunnel" zoom-min="11">
<!-- match tunnel-tag that are not 'no' or 'false' -->
<m k="tunnel" v="-|no|false">
<!-- match area-tag that are 'no' or 'false' or not present -->
<m k="area" v="~|no|false">
<!-- highway tunnels -->
<m k="highway">
<m zoom-min="16">
@ -524,7 +525,6 @@
<text use="major-road" />
</m>
</m>
<!-- railway tunnel -->
<m k="railway">
<!-- <m k="railway" v="tram|subway|light_rail|narrow_gauge">
@ -535,6 +535,7 @@
</m>
</m>
</m>
</m>
</m><!-- end tunnel -->
<!-- platform cores -->
@ -824,8 +825,8 @@
<line stroke="#c0c0c0" width="0.15" cap="butt" />
</m>
<m zoom-min="13" v="pedestrian|service|unclassified|residential|road|living_street">
<area fill="#ffffff" />
<line stroke="#d0d0d0" width="1.0" fix="true" cap="butt" />
<area fill="#eeffffff" />
<line stroke="#c0c0c0" width="1.0" fix="true" cap="butt" />
</m>
</m> <!-- end area=yes|true -->
</m> <!-- end bridge=yes -->