-
Notifications
You must be signed in to change notification settings - Fork 4
/
style2.json
95 lines (95 loc) · 1.88 KB
/
style2.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
90
91
92
93
94
95
{
"version": 8,
"name": "camo",
"metadata": {
"mapbox:autocomposite": false,
"mapbox:type": "template",
"openmaptiles:version": "3.x",
"maputnik:renderer": "mbgljs",
"inspect": true
},
"center": [
7.1434,
50.7338
],
"zoom": 14.11,
"bearing": 0,
"pitch": 0,
"sources": {
"osm": {
"type": "vector",
"url": "https://osm.tegola.io/capabilities/osm"
}
},
"sprite": "https://petersongis.github.io/Mobility/osm_tegola_spritesheet3",
"glyphs": "https://petersongis.github.io/Mobility/fonts/{fontstack}/{range}.pbf",
"layers": [
{
"id": "background",
"type": "background",
"maxzoom": 24,
"filter": [
"all"
],
"layout": {
"visibility": "visible"
},
"paint": {
"background-color": "rgba(69, 86, 71, .9)"
}
},
{
"id": "land",
"type": "fill",
"source": "osm",
"source-layer": "land",
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": "rgba(98, 117, 98, 1)"
}
},
{
"id": "pier",
"type": "fill",
"source": "osm",
"source-layer": "other_areas",
"filter": [
"all",
[
"==",
"type",
"pier"
]
],
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": "rgba(98, 117, 98, 1)"
}
},
{
"id": "buildings",
"type": "fill",
"source": "osm",
"source-layer": "buildings",
"minzoom": 0,
"filter": [
"all"
],
"layout": {
"visibility": "visible"
},
"paint": {
"fill-color": "rgba(58, 58, 33, 0.3)",
"fill-outline-color": "rgba(105, 105, 80, 0.51)",
"fill-opacity": 1
}
}
],
"created": "2017-01-04T21:12:33.904Z",
"id": "f0usgx9v5",
"owner": ""
}