Created
April 13, 2021 22:59
-
-
Save sertxudev/0634168a0f2298d0480983624fd38155 to your computer and use it in GitHub Desktop.
Tileserver GL - Configuration file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"options": { | |
"paths": { | |
"root": "", | |
"fonts": "fonts", | |
"sprites": "sprites", | |
"styles": "styles", | |
"mbtiles": "" | |
}, | |
"domains": [ | |
"localhost:8080", | |
"127.0.0.1:8080" | |
], | |
"formatQuality": { | |
"jpeg": 80, | |
"webp": 90 | |
}, | |
"maxScaleFactor": 3, | |
"maxSize": 2048, | |
"pbfAlias": "pbf", | |
"serveAllFonts": false, | |
"serveAllStyles": false, | |
"serveStaticMaps": true, | |
"tileMargin": 0 | |
}, | |
"styles": { | |
"basic": { | |
"style": "basic.json", | |
"tilejson": { | |
"type": "overlay", | |
"bounds": [8.44806, 47.32023, 8.62537, 47.43468] | |
} | |
} | |
}, | |
"data": { | |
"europe_spain": { | |
"mbtiles": "europe_spain.mbtiles" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment