-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.json
53 lines (53 loc) · 1.39 KB
/
config.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
{
"options": {
"paths": {
"root": "/data",
"fonts": "fonts",
"styles": "styles",
"mbtiles": "/data"
}
},
"styles": {
"jsb3s-bright": {
"style": "jsb3s-bright/style.json",
"tilejson": {
"bounds": [-180, -85.0511, 180, 85.0511]
}
},
"klokantech-basic": {
"style": "klokantech-basic/style.json",
"tilejson": {
"bounds": [-180, -85.0511, 180, 85.0511]
}
},
"osm-bright": {
"style": "osm-bright/style.json",
"tilejson": {
"bounds": [-180, -85.0511, 180, 85.0511]
}
},
"jsb3s-liberty": {
"style": "jsb3s-liberty/style.json",
"tilejson": {
"bounds": [-180, -85.0511, 180, 85.0511]
}
},
"test": {
"style": "natural_earth.vector.json",
"tilejson": {
"bounds": [-180, -85.0511, 180, 85.0511]
}
}
},
"data": {
"worldmap": {
"mbtiles": "2017-07-03_planet_z0_z14.mbtiles"
},
"natural_earth": {
"mbtiles": "natural_earth.vector.mbtiles"
},
"natural_earth2": {
"mbtiles": "natural_earth_2_shaded_relief.raster.mbtiles"
}
}
}