omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
710 stars 156 forks source link

Document connection params #214

Open pnorman opened 4 years ago

pnorman commented 4 years ago

https://github.com/omniscale/imposm3/blob/626fcd70b07a903f1b3ea39271f36441630ebb6d/database/postgis/postgis.go#L606-L607 allows a connection string like "postgres: host=foo" but this is not documented anywhere. This should be documented, as it is sometimes easier to use from a script.