removed some surplus blanks
This commit is contained in:
parent
b029bbd51e
commit
945b5ea1c5
1 changed files with 35 additions and 36 deletions
|
@ -615,7 +615,7 @@
|
|||
<switch>
|
||||
<case nightMode="true" color_2="#9f9f9f" color="#666666"/>
|
||||
<case nightMode="false" color_2="#464646" color="#ffffff"/>
|
||||
<filter minzoom="12" strokeWidth_2="1">
|
||||
<filter minzoom="12" strokeWidth_2="1">
|
||||
<filter tag="highway" value="road" />
|
||||
<filter tag="highway" value="unclassified" />
|
||||
<filter tag="highway" value="residential" />
|
||||
|
@ -631,13 +631,13 @@
|
|||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#d4aaaa"/>
|
||||
<filter minzoom="11" tag="railway" value="station" />
|
||||
<filter minzoom="11" tag="railway" value="station" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#330099"/>
|
||||
<case nightMode="false" color="#b5d0d0"/>
|
||||
<filter minzoom="8" tag="waterway" value="riverbank" />
|
||||
<filter minzoom="8" tag="waterway" value="riverbank" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
|
@ -663,37 +663,36 @@
|
|||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#cc99ff"/>
|
||||
<filter minzoom="14" tag="aeroway" value="terminal" />
|
||||
<filter minzoom="14" tag="aeroway" value="terminal" />
|
||||
</switch>
|
||||
<switch>
|
||||
<case nightMode="true" color="#B0B0B0"/>
|
||||
<case nightMode="false" color="#e9d1ff"/>
|
||||
<filter minzoom="13" tag="aeroway" value="apron" />
|
||||
<filter minzoom="13" tag="aeroway" value="apron" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#560000"/>
|
||||
<case nightMode="false" color="#bbbbbb"/>
|
||||
<filter minzoom="13">
|
||||
<filter minzoom="13">
|
||||
<filter tag="power" value="station" />
|
||||
<filter tag="power" value="sub_station" />
|
||||
</filter>
|
||||
</switch>
|
||||
|
||||
|
||||
<!-- natural -->
|
||||
<switch>
|
||||
<case nightMode="true" color="#b0004333"/>
|
||||
<case nightMode="false" color="#b0b6fdb6"/>
|
||||
<filter minzoom="12" tag="natural" value="park" />
|
||||
<filter minzoom="12" tag="natural" value="park" />
|
||||
</switch>
|
||||
|
||||
<switch>
|
||||
<case nightMode="true" color="#330099"/>
|
||||
<case nightMode="false" color="#b5d0d0"/>
|
||||
<filter minzoom="1" tag="natural" value="coastline" />
|
||||
<filter minzoom="4" tag="natural" value="water" />
|
||||
<filter minzoom="4" tag="natural" value="lake" />
|
||||
<filter minzoom="1" tag="natural" value="coastline" />
|
||||
<filter minzoom="4" tag="natural" value="water" />
|
||||
<filter minzoom="4" tag="natural" value="lake" />
|
||||
</switch>
|
||||
|
||||
<filter minzoom="12" shader="beach" tag="natural" value="beach" />
|
||||
|
@ -936,7 +935,7 @@
|
|||
<switch>
|
||||
<case nightMode="false" color="#000000" />
|
||||
<case nightMode="true" color="#ffffff" />
|
||||
<filter layer="1" cap_2="SQUARE" >
|
||||
<filter layer="1" cap_2="SQUARE">
|
||||
<filter minzoom="13" maxzoom="14" strokeWidth="12" strokeWidth_2="10" />
|
||||
<filter minzoom="13" maxzoom="15" strokeWidth="14" strokeWidth_2="12" />
|
||||
<filter minzoom="16" maxzoom="16" strokeWidth="17" strokeWidth_2="15" />
|
||||
|
|
Loading…
Reference in a new issue