Import centered linestrings for labelling OpenStreetMap lakes into PostGIS
100K+
This is a Docker image to import centered linestrings for labelling OpenStreetMap lakes from the osm-lakelines repo.
Provide the database credentials and run import-lakelines.
docker run --rm \
-e PGHOST="127.0.0.1" \
-e PGDATABASE="openmaptiles" \
-e PGUSER="openmaptiles" \
-e PGPASSWORD="openmaptiles" \
openmaptiles/import-lakelines
Optional environment variables:
PGPORT (defaults to 5432)LAKE_CENTERLINE_TABLE (defaults to lake_centerline)PGCONN - Postgres connection string to override all previous env varsLegacy env variables are still supported, but they are not recommended:
POSTGRES_HOST,POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORD, POSTGRES_PORT
Content type
Image
Digest
Size
63.7 MB
Last updated
over 6 years ago
docker pull openmaptiles/import-lakelines