This repo hold the server config for tiles.codedefor.de, which uses the GDAL-Tiles-API to serve tiles to different maps, e.g.:
This repo replaces https://github.com/codeforberlin/tilestache-config.
The config for https://mapproxy.codefor.de/ is maintained separately in https://github.com/codeforberlin/mapproxy-config.
The configuration format is described here
and there entries for the different maps split into .toml
files in config.d
.
The bin
drectory contains several helper scripts to create derived configuration files:
bin/build_maps_config.py
creates a config JSON file for https://github.com/codeforberlin/luftbilder.berlin.codefor.de or https://github.com/codeforberlin/maps.berlin.codefor.debin/build_titiler_list.py
creates a flat list to be used with TiTilerbin/build_histomap_config.py
was used to createconfig.d/10-histomap.toml
from the directory containing the images.
The etc
directory contains the Systemd and NGINX configuration.