-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlack.xml
47 lines (45 loc) · 1.97 KB
/
Black.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
<?xml version="1.0" encoding="UTF-8"?>
<rendertheme xmlns="http://mapsforge.org/renderTheme" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://mapsforge.org/renderTheme renderTheme.xsd" version="4"
map-background="#000000" map-background-outside="#888888">
<rule e="way" k="highway" v="*">
<rule e="way" k="highway" v="motorway|motorway_link|trunk|trunk_link">
<line stroke="#ffffff" stroke-width="2" />
</rule>
<rule e="way" k="highway" v="primary|primary_link">
<line stroke="#ffffff" stroke-width="1.5" />
</rule>
<rule e="way" k="highway" v="secondary|secondary_link">
<line stroke="#ffffff" stroke-width="1.2" />
</rule>
<rule e="way" k="highway" v="tertiary|tertiary_link">
<line stroke="#ffffff" stroke-width="1" />
</rule>
<rule e="way" k="highway" v="cycleway|track">
<line stroke="#ffffff" stroke-width="0.5" />
</rule>
<rule e="way" k="highway" v="residential">
<line stroke="#ffffff" stroke-width="0.2" />
</rule>
<rule e="way" k="highway" v="*">
<line stroke="#ffffff" stroke-width="0.1" />
</rule>
</rule>
<rule e="node" k="place" v="*">
<rule e="node" k="place" v="hamlet" zoom-min="13">
<caption k="name" font-style="bold" font-size="12" fill="#ffffff" stroke="#000000" stroke-width="2" />
</rule>
<rule e="node" k="place" v="suburb|town|village" zoom-min="12">
<caption k="name" font-style="bold" font-size="13" fill="#ffffff" stroke="#000000" stroke-width="2" />
</rule>
<rule e="node" k="place" v="island" zoom-min="10">
<caption k="name" font-style="bold" font-size="14" fill="#ffffff" stroke="#000000" stroke-width="2" />
</rule>
<rule e="node" k="place" v="city" zoom-max="14">
<caption k="name" font-style="bold" font-size="15" fill="#ffffff" stroke="#000000" stroke-width="2" />
</rule>
<rule e="node" k="place" v="country" zoom-max="6">
<caption k="name" font-style="bold" font-size="15" fill="#ffffff" stroke="#000000" stroke-width="2" />
</rule>
</rule>
</rendertheme>