leave attribute line in one block
This commit is contained in:
parent
c2f28ccb9e
commit
674df6cb25
1 changed files with 12 additions and 12 deletions
|
@ -36,6 +36,18 @@
|
|||
<filter attrIntValue="0"/>
|
||||
</renderingAttribute>
|
||||
|
||||
<renderingAttribute name="routeColor">
|
||||
<filter roadColors="Road atlas style" attrColorValue="#CCFF6600"/>
|
||||
<filter nightMode="false" attrColorValue="#960000FF"/>
|
||||
<filter attrColorValue="#CCFF6600"/>
|
||||
</renderingAttribute>
|
||||
|
||||
<renderingAttribute name="gpxColor">
|
||||
<!-- filter roadColors="Road atlas style" attrColorValue="#B400FFFF"/ -->
|
||||
<filter nightMode="false" attrColorValue="#B400FFFF"/>
|
||||
<filter attrColorValue="#B400FFFF"/>
|
||||
</renderingAttribute>
|
||||
|
||||
<!-- Bug in filter - the last will be used by default -->
|
||||
<!-- group roadColors="Modified Mapnik" -->
|
||||
<group>
|
||||
|
@ -67,18 +79,6 @@
|
|||
<renderingConstant name="tertiaryRoadColor" value="#F0CE30"/>
|
||||
</group -->
|
||||
|
||||
<renderingAttribute name="routeColor">
|
||||
<filter roadColors="Road atlas style" attrColorValue="#CCFF6600"/>
|
||||
<filter nightMode="false" attrColorValue="#960000FF"/>
|
||||
<filter attrColorValue="#CCFF6600"/>
|
||||
</renderingAttribute>
|
||||
|
||||
<renderingAttribute name="gpxColor">
|
||||
<!-- filter roadColors="Road atlas style" attrColorValue="#B400FFFF"/ -->
|
||||
<filter nightMode="false" attrColorValue="#B400FFFF"/>
|
||||
<filter attrColorValue="#B400FFFF"/>
|
||||
</renderingAttribute>
|
||||
|
||||
<!--
|
||||
All-Purpose Renderer (with attr="hmRendered" name="Show more map detail") (by Hardy Mueller), v023:
|
||||
- some roads already rendered at lower zooms (travel/orienteering)
|
||||
|
|
Loading…
Reference in a new issue