small correction in depends renderer
This commit is contained in:
parent
533e43b5ee
commit
655a1031e0
2 changed files with 17 additions and 4 deletions
|
@ -3,8 +3,15 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- Example: modify route and gpx overlay colors -->
|
<!-- Example: modify route and gpx overlay colors -->
|
||||||
<renderingAttribute name="routeColor" attrColorValue="#CCFF6600"/>
|
<renderingAttribute name="routeColor">
|
||||||
<renderingAttribute name="gpxColor" attrColorValue="#B400FFFF"/>
|
<filter nightMode="false" attrColorValue="#CCFF6600"/>
|
||||||
|
<filter attrColorValue="#CCFF6600"/>
|
||||||
|
</renderingAttribute>
|
||||||
|
|
||||||
|
<renderingAttribute name="gpxColor">
|
||||||
|
<filter nightMode="false" attrColorValue="#B400FFFF"/>
|
||||||
|
<filter attrColorValue="#B400FFFF"/>
|
||||||
|
</renderingAttribute>
|
||||||
|
|
||||||
|
|
||||||
<order>
|
<order>
|
||||||
|
|
|
@ -12,9 +12,15 @@
|
||||||
<renderingConstant name="secondaryRoadColor" value="#ffd080"/>
|
<renderingConstant name="secondaryRoadColor" value="#ffd080"/>
|
||||||
<renderingConstant name="tertiaryRoadColor" value="#ffff80"/>
|
<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>
|
<order>
|
||||||
|
|
Loading…
Reference in a new issue