remove surplus blanks
This commit is contained in:
parent
c9c5d987d4
commit
14d4ee9346
1 changed files with 5 additions and 5 deletions
|
@ -19,11 +19,11 @@
|
|||
|
||||
<!-- 0 - no shadow, 1 - one step, 2 - blur shadow, 3 - solid shadow -->
|
||||
<renderingAttribute name="shadowRendering">
|
||||
<!-- next line corrects for shadowColor appearing very dark with solid shadow in day view -->
|
||||
<filter minzoom="14" nightMode="false" attrIntValue="3" shadowColor="#969696"/>
|
||||
<filter minzoom="14" attrIntValue="3" shadowColor="#464646"/>
|
||||
<filter minzoom="9" maxzoom="13" attrIntValue="1" shadowColor="#464646"/>
|
||||
<filter attrIntValue="0"/>
|
||||
<!-- next line corrects for shadowColor appearing very dark with solid shadow in day view -->
|
||||
<filter minzoom="14" nightMode="false" attrIntValue="3" shadowColor="#969696"/>
|
||||
<filter minzoom="14" attrIntValue="3" shadowColor="#464646"/>
|
||||
<filter minzoom="9" maxzoom="13" attrIntValue="1" shadowColor="#464646"/>
|
||||
<filter attrIntValue="0"/>
|
||||
</renderingAttribute>
|
||||
|
||||
<renderingAttribute name="defaultColor">
|
||||
|
|
Loading…
Reference in a new issue