-
Notifications
You must be signed in to change notification settings - Fork 0
/
ign_like.render.xml
35 lines (22 loc) · 1.15 KB
/
ign_like.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
<renderingStyle name="IGN Like" depends="default" defaultColor="#FFFFEC" 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"/>
<renderingConstant name="null" value="#00000000"/>
<order>
</order>
<text>
</text>
<point>
</point>
<polygon>
</polygon>
<line>
<switch>
<case minzoom="13" tag="highway" value="track" color="#e88efd" color_2="#000000" strokeWidth="1:5" strokeWidth_2="0:3"/>
<case minzoom="13" tag="highway" value="path" color="#e88efd" color_2="#000000" strokeWidth="1:5" strokeWidth_2="0:3" pathEffect_2="5_1"/>
<case minzoom="13" tag="highway" value="footway" color="#e88efd" color_2="#000000" strokeWidth="1:5" strokeWidth_2="0:3" pathEffect_2="5_1"/>
</switch>
</line>
</renderingStyle>