Initial Watermaps import

This commit is contained in:
BuTzZ
2026-07-24 11:29:24 +02:00
commit 57f7b4dedb
129 changed files with 43136 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
listen_addresses: "0.0.0.0:3000"
cache_size_mb: 256
postgres:
connection_string: "postgres://seacompass:seacompass@postgres:5432/seacompass"
auto_publish: false
tables:
marine_features_mvt:
schema: public
table: marine_features_mvt
srid: 4326
geometry_column: geom
geometry_type: GEOMETRY
properties:
id: int8
layer: text
source: text
name: text
properties: jsonb
marine_fairway_edges:
schema: public
table: marine_fairway_edges
srid: 4326
geometry_column: geom
geometry_type: LINESTRING
properties:
id: int8
source: text
source_id: text
name: text
min_depth_m: numeric
properties: jsonb