-
Notifications
You must be signed in to change notification settings - Fork 36
/
Satellite.json
35 lines (35 loc) · 930 Bytes
/
Satellite.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
{
"version": 8,
"name": "Satellite",
"sources": {
"mapbox": {
"url": "mapbox://mapbox.satellite",
"type": "raster",
"tileSize": 256
}
},
"sprite": "mapbox://sprites/maper/cihq1i2ts0028bum9tpe0gubb",
"glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf",
"layers": [
{
"id": "background",
"type": "background",
"paint": {
"background-color": "rgb(4,7,14)"
},
"interactive": true
},
{
"id": "satellite",
"type": "raster",
"source": "mapbox",
"source-layer": "mapbox_satellite_full",
"interactive": true
}
],
"created": "2015-12-03T09:28:17.110Z",
"id": "cihq1i2ts0028bum9tpe0gubb",
"modified": "2015-12-03T09:28:17.110Z",
"owner": "maper",
"draft": false
}