37 lines
847 B
YAML
37 lines
847 B
YAML
listen_addresses: '0.0.0.0:3001'
|
|
|
|
postgres:
|
|
connection_string: 'postgres://maps:maps@postgres:5432/maps'
|
|
tables:
|
|
planet_osm_polygon:
|
|
schema: public
|
|
table: planet_osm_polygon
|
|
srid: 3857
|
|
geometry_column: way
|
|
geometry_type: GEOMETRY
|
|
minzoom: 0
|
|
maxzoom: 14
|
|
planet_osm_line:
|
|
schema: public
|
|
table: planet_osm_line
|
|
srid: 3857
|
|
geometry_column: way
|
|
geometry_type: GEOMETRY
|
|
minzoom: 0
|
|
maxzoom: 14
|
|
planet_osm_point:
|
|
schema: public
|
|
table: planet_osm_point
|
|
srid: 3857
|
|
geometry_column: way
|
|
geometry_type: GEOMETRY
|
|
minzoom: 0
|
|
maxzoom: 14
|
|
planet_osm_roads:
|
|
schema: public
|
|
table: planet_osm_roads
|
|
srid: 3857
|
|
geometry_column: way
|
|
geometry_type: GEOMETRY
|
|
minzoom: 0
|
|
maxzoom: 14
|