forked from Project-Earth-Team/TileServer
- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
Latest commit
32 lines (32 loc) · 520 Bytes
/
Copy pathconfig.json
File metadata and controls
32 lines (32 loc) · 520 Bytes
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
{
"options": {
"paths": {
"root": "",
"fonts": "fonts",
"sprites": "sprites",
"styles": "styles",
"mbtiles": "mbtiles"
},
"domains": [
"tiles.projectearth.dev"
],
"formatQuality": {
"jpeg": 80,
"webp": 90
},
"maxScaleFactor": 3,
"maxSize": 2048,
"pbfAlias": "pbf",
"serveAllFonts": false,
"serveAllStyles": false,
"serveStaticMaps": false,
"tileMargin": 0
},
"styles": {
"mc-earth": {
"style": "mc_earth.json",
"serve_data": false
}
},
"data": {}
}