-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.json
30 lines (30 loc) · 833 Bytes
/
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
{
"metadata": {
"version": "tested with tileserver-gl v3.0.0",
"docker": "docker pull klokantech/tileserver-gl",
"description": "Tileserver GL (TSGL) test config for xyz tiles",
"docs": "https://tileserver.readthedocs.io/",
"url": "https://hub.docker.com/r/klokantech/tileserver-gl"
},
"options": {
"frontPage": true,
"paths": {
"root": "/data",
"fonts": "/data",
"styles": "/data",
"mbtiles": "/data"
}
},
"styles": {
"xyz-raster-tiles": {
"style": "style.json",
"tilejson": {
"attribution": "This is the Attribution set in tilejson",
"bounds": [-180, -85.0511, 180, 85.0511],
"center": [-117.1791, 32.7164, 10],
"description": "This is the description set in tilejson",
"version": "1.0.0"
}
}
}
}