/import-lakelines

Import centered linestrings for labelling OpenStreetMap lakes into PostGIS

Primary LanguageDockerfileMIT LicenseMIT

Import Lake Centerlines into PostGIS Docker Automated build

This is a Docker image to import centered linestrings for labelling OpenStreetMap lakes from the osm-lakelines repo.

Usage

Provide the database credentials and run import-lakelines.

docker run --rm \
    -e POSTGRES_USER="osm" \
    -e POSTGRES_PASSWORD="osm" \
    -e POSTGRES_HOST="127.0.0.1" \
    -e POSTGRES_DB="osm" \
    -e POSTGRES_PORT="5432" \
    openmaptiles/import-lakelines