maps/backend/martin-config.yaml
2026-04-05 18:05:14 +02:00

33 lines
718 B
YAML

listen_addresses: '0.0.0.0:3001'
postgres:
connection_string: ${DATABASE_URL}
functions:
planet_osm_polygon:
schema: public
function: tile_polygon
minzoom: 8
maxzoom: 14
bounds: [-180.0, -85.0511, 180.0, 85.0511]
planet_osm_line:
schema: public
function: tile_line
minzoom: 10
maxzoom: 14
bounds: [-180.0, -85.0511, 180.0, 85.0511]
planet_osm_point:
schema: public
function: tile_point
minzoom: 12
maxzoom: 14
bounds: [-180.0, -85.0511, 180.0, 85.0511]
planet_osm_roads:
schema: public
function: tile_roads
minzoom: 6
maxzoom: 14
bounds: [-180.0, -85.0511, 180.0, 85.0511]