-
Notifications
You must be signed in to change notification settings - Fork 7
/
xray_style.old.json
72 lines (72 loc) · 1.32 KB
/
xray_style.old.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"version":8,
"name": "xray",
"sources": {
"antique": {
"type": "vector",
"url":"{{ TILESERVER_ANTIQUE_JSON }}"
}
},
"layers": [
{
"id": "background",
"type": "background",
"layout": {
"visibility": "visible"
},
"paint": {
"background-color": "#212121"
}
},
{
"id": "water",
"source": "antique",
"source-layer": "water",
"type": "fill",
"paint": {
"fill-color": "#64b5f6",
"fill-opacity": 0.2
}
},
{
"id": "water line",
"source": "antique",
"source-layer": "water_line",
"type": "line",
"paint": {
"line-color": "#4fc3f7"
}
},
{
"id": "roads",
"source": "antique",
"source-layer": "roads",
"type": "line",
"paint": {
"line-color": "#f9a825"
}
},
{
"id": "buildings",
"source": "antique",
"source-layer": "buildings",
"type": "fill",
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": "#ba68c8",
"fill-opacity": 0.5
}
},
{
"id": "places",
"source": "antique",
"source-layer": "places",
"type": "circle",
"paint": {
"circle-color": "#9ccc65"
}
}
]
}