small correction in depends renderer

This commit is contained in:
sonora 2012-10-07 11:57:43 +02:00
parent 533e43b5ee
commit 655a1031e0
2 changed files with 17 additions and 4 deletions

View file

@ -3,8 +3,15 @@
<!-- Example: modify route and gpx overlay colors -->
<renderingAttribute name="routeColor" attrColorValue="#CCFF6600"/>
<renderingAttribute name="gpxColor" attrColorValue="#B400FFFF"/>
<renderingAttribute name="routeColor">
<filter nightMode="false" attrColorValue="#CCFF6600"/>
<filter attrColorValue="#CCFF6600"/>
</renderingAttribute>
<renderingAttribute name="gpxColor">
<filter nightMode="false" attrColorValue="#B400FFFF"/>
<filter attrColorValue="#B400FFFF"/>
</renderingAttribute>
<order>

View file

@ -12,9 +12,15 @@
<renderingConstant name="secondaryRoadColor" value="#ffd080"/>
<renderingConstant name="tertiaryRoadColor" value="#ffff80"/>
<renderingAttribute name="routeColor" attrColorValue="#CCFF6600"/>
<renderingAttribute name="routeColor">
<filter nightMode="false" attrColorValue="#CCFF6600"/>
<filter attrColorValue="#CCFF6600"/>
</renderingAttribute>
<renderingAttribute name="gpxColor" attrColorValue="#B400FFFF"/>
<renderingAttribute name="gpxColor">
<filter nightMode="false" attrColorValue="#B400FFFF"/>
<filter attrColorValue="#B400FFFF"/>
</renderingAttribute>
<order>