forked from osmandapp/OsmAnd-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstandalone-template.render.xml
51 lines (37 loc) · 1.45 KB
/
standalone-template.render.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<renderingStyle name="Depends-template" depends="default" defaultColor="#ebe7e4" version="1">
<renderingProperty attr="appMode" name="Rendering mode" description="Map optimization for respective User Profile"
type="string" possibleValues="browse map,car,bicycle,pedestrian"/>
<renderingProperty attr="baseAppMode" name="Default Rendering mode" description="Map optimization for respective User Profile based on base (parent) profile"
type="string" possibleValues="default, car, bicycle, pedestrian, public_transport, boat, ski"/>
<renderingAttribute name="defaultColor">
<case noPolygons="true" attrColorValue="#00ebe7e4"/>
<case attrColorValue="#ebe7e4">
<apply_if nightMode="true" attrColorValue="#121926"/>
</case>
</renderingAttribute>
<renderingConstant name="null" value="#00000000"/>
<!-- Example: modify route and gpx overlay style -->
<renderingAttribute name="route">
<case color="#ccaa0088" strokeWidth="7:6">
<apply_if nightMode="true" color="#ccff4400" strokeWidth="7:6"/>
</case>
</renderingAttribute>
<renderingAttribute name="gpx">
<case strokeWidth="7:6" cap="BUTT">
<case nightMode="true" color="#b4b319ff"/>
<case additional="routePoints=true" pathEffect="6_5" color="#b400ffff"/>
<case color="#b400ffff"/>
</case>
</renderingAttribute>
<renderingProperty attr="engine_v1" type="boolean"/>
<order>
</order>
<text>
</text>
<point>
</point>
<polygon>
</polygon>
<line>
</line>
</renderingStyle>