Initial Watermaps import
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user