improve comments 2
This commit is contained in:
parent
3d49870c28
commit
079312e7fb
1 changed files with 3 additions and 1 deletions
|
@ -22,9 +22,10 @@
|
|||
|
||||
<renderingAttribute name="shadowRendering">
|
||||
<!-- 0 - no shadow, 1 - one step, 2 - blur shadow, 3 - solid shadow -->
|
||||
<!-- next line corrects for shadowColor appearing very dark with solid shadow in day view -->
|
||||
<!-- next line corrects for shadowColor appearing very dark with solid shadow in day view, bridges would not stand out -->
|
||||
<filter minzoom="14" nightMode="false" attrIntValue="3" shadowColor="#969696"/>
|
||||
<filter minzoom="14" attrIntValue="3" shadowColor="#464646"/>
|
||||
<!-- next line avoids melting close-together highways into one another - disadvantage is separator lines between segments and at intersections -->
|
||||
<filter minzoom="9" maxzoom="13" attrIntValue="1" shadowColor="#464646"/>
|
||||
<filter attrIntValue="0"/>
|
||||
</renderingAttribute>
|
||||
|
@ -46,6 +47,7 @@
|
|||
<filter attrColorValue="#B400FFFF"/>
|
||||
</renderingAttribute>
|
||||
|
||||
<!-- TODO: Somehow set hmRendered="true" from here to replace "Show more map detail" setting in UI -->
|
||||
|
||||
<order>
|
||||
</order>
|
||||
|
|
Loading…
Reference in a new issue