- TileServer-GL + nginx reverse proxy (docker-compose) - CORS-Konfiguration für MediaWiki, Nextcloud & weitere Dienste - Rate-Limiting & Tile-Caching-Header via nginx - config/config.json: OSM + Satellitenkacheln - scripts/download-data.sh: Planetiler (OSM), Sentinel-2 Hinweise - docs: API-Endpoints, MediaWiki Kartographer, Nextcloud Maps - .gitignore: MBTiles/PMTiles und .env ausgeschlossen
29 lines
534 B
JSON
29 lines
534 B
JSON
{
|
|
"options": {
|
|
"paths": {
|
|
"root": "",
|
|
"fonts": "fonts",
|
|
"sprites": "sprites",
|
|
"styles": "styles",
|
|
"mbtiles": ""
|
|
},
|
|
"serveAllFonts": true,
|
|
"serveAllStyles": true
|
|
},
|
|
"data": {
|
|
"osm-openmaptiles": {
|
|
"mbtiles": "osm.mbtiles"
|
|
},
|
|
"satellite": {
|
|
"mbtiles": "satellite.mbtiles"
|
|
}
|
|
},
|
|
"styles": {
|
|
"osm-bright": {
|
|
"style": "styles/osm-bright/style.json"
|
|
},
|
|
"satellite-hybrid": {
|
|
"style": "styles/satellite-hybrid/style.json"
|
|
}
|
|
}
|
|
}
|