-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbase-styles.json
89 lines (89 loc) · 1.66 KB
/
base-styles.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"version": 8,
"name": "VGJ",
"center": [
-37.92729946069889,
-1.1368683772161603e-13
],
"zoom": 0.4777581530767025,
"bearing": 0,
"pitch": 0,
"sources": {
"land": {
"type": "geojson",
"data": "ne_110m_land.geojson"
}
},
"layers": [
{
"type": "background",
"paint": {
"background-color": "hsl(206, 76%, 66%)"
},
"layout": {
"visibility": "visible"
},
"id": "background",
"interactive": true
},
{
"interactive": true,
"layout": {
"visibility": "visible"
},
"filter": [
"==",
"$type",
"Point"
],
"type": "circle",
"source": "land",
"id": "point-data",
"paint": {
"circle-color": "hsl(22, 73%, 56%)"
}
},
{
"interactive": true,
"layout": {
"visibility": "visible"
},
"filter": [
"in",
"$type",
"LineString",
"Polygon"
],
"type": "line",
"source": "land",
"id": "line-data",
"paint": {
"line-color": "hsl(22, 73%, 56%)",
"line-width": 2
}
},
{
"interactive": true,
"layout": {
"visibility": "visible"
},
"filter": [
"==",
"$type",
"Polygon"
],
"type": "fill",
"source": "land",
"id": "polygon-data",
"paint": {
"fill-color": "hsl(22, 73%, 56%)",
"fill-opacity": 0.8
}
}
],
"created": "2016-02-19T18:26:31.923Z",
"id": "ciku12ple008m92klkh7ujf32",
"modified": "2016-02-20T16:45:29.847Z",
"owner": "anandthakker",
"draft": false
}