-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample-tileserver-config.json
116 lines (116 loc) · 2.73 KB
/
example-tileserver-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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"options": {
"paths": {
"root": "/app/node_modules/tileserver-gl-styles",
"fonts": "/data/fonts",
"styles": "styles",
"mbtiles": "/data"
}
},
"styles": {
"maptiler-basic": {
"style": "/data/styles/maptiler-basic/style-local.json",
"tilejson": {
"format": "webp"
}
},
"osm-bright": {
"style": "/data/styles/osm-bright/style-local.json",
"tilejson": {
"format": "webp"
}
},
"dark-matter": {
"style": "/data/styles/dark-matter/style-local.json",
"tilejson": {
"format": "webp"
}
},
"fiord": {
"style": "/data/styles/fiord/style-local.json",
"tilejson": {
"format": "webp"
}
},
"positron": {
"style": "/data/styles/positron/style-local.json",
"tilejson": {
"format": "webp"
}
},
"toner": {
"style": "/data/styles/maptiler-toner/style-local.json",
"tilejson": {
"format": "webp"
}
},
"maptiler-3d": {
"style": "/data/styles/maptiler-3d/style-local.json",
"tilejson": {
"format": "webp"
}
},
"osm-liberty": {
"style": "/data/styles/osm-liberty/style-local.json",
"tilejson": {
"format": "webp"
}
},
"osm-liberty-intl": {
"style": "/data/styles/osm-liberty/style-local-intl.json",
"tilejson": {
"format": "webp"
}
},
"osm_liberty_dark_custom": {
"style": "/data/styles/osm-liberty/osm_liberty_dark_custom.json",
"tilejson": {
"format": "webp"
}
},
"osm_liberty_dark_custom_intl": {
"style": "/data/styles/osm-liberty/osm_liberty_dark_custom-intl.json",
"tilejson": {
"format": "webp"
}
},
"dark_custom": {
"style": "/data/styles/dark/dark_custom-3d-local.json",
"tilejson": {
"format": "webp"
}
},
"dark": {
"style": "/data/styles/dark/style.json",
"tilejson": {
"format": "webp"
}
},
"qwant": {
"style": "/data/styles/qwant/style-omt-selfhost.json",
"tilejson": {
"format": "webp"
}
}
},
"data": {
"v3": {
"mbtiles": "2022-09-03-planet.mbtiles"
},
"natural_earth_2": {
"mbtiles": "natural_earth_2.raster.mbtiles"
},
"natural_earth_2_shaded_relief": {
"mbtiles": "natural_earth_2_shaded_relief.raster.mbtiles"
},
"natural_earth_shaded_relief": {
"mbtiles": "natural_earth_shaded_relief.raster.mbtiles"
},
"natural_earth_gray_earth_hypso_shaded_relief": {
"mbtiles": "natural_earth_gray_earth_hypso_shaded_relief.raster.mbtiles"
},
"natural_earth": {
"mbtiles": "natural_earth.vector.mbtiles"
}
}
}