try default route color also in Touring view night mode, old blue very invisible in some brighter environmets
This commit is contained in:
parent
190f5acdf0
commit
f47cbed7e7
1 changed files with 4 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
|||
<renderingProperty attr="osmcTraces" name="Hiking symbol overlay" description="Render paths according to OSMC traces"
|
||||
type="boolean" possibleValues=""/>
|
||||
<renderingProperty attr="showCycleRoutes" name="Show cycle routes" description="Show bicycle routes (bicycle mode)"
|
||||
type="boolean" possibleValues=""/>
|
||||
type="boolean" possibleValues=""/>
|
||||
|
||||
<!-- road casing contrast higher than in default -->
|
||||
<renderingAttribute name="shadowRendering">
|
||||
|
@ -88,8 +88,9 @@
|
|||
|
||||
<!-- routeColor contrast higher than in default -->
|
||||
<renderingAttribute name="routeColor">
|
||||
<filter nightMode="false" attrColorValue="#960000ff"/>
|
||||
<filter attrColorValue="#b4007cff"/>
|
||||
<filter nightMode="false" attrColorValue="#960000FF"/>
|
||||
<filter attrColorValue="#CCFF6600"/>
|
||||
<!-- (very in visible in some environments:) filter attrColorValue="#b4007cff"/ -->
|
||||
</renderingAttribute>
|
||||
|
||||
<!-- gpxColor contrast higher than in default -->
|
||||
|
|
Loading…
Reference in a new issue