Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 34ee893

Browse files
Update README.md
1 parent 03e032c commit 34ee893

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Import Water from OpenStreetMapData into PostGIS
2+
[![Docker Automated build](https://img.shields.io/docker/automated/openmaptiles/import-osm.svg?maxAge=2592000)]() [![](https://images.microbadger.com/badges/image/openmaptiles/import-osm.svg)](https://microbadger.com/images/openmaptiles/import-osm)
23

34
This is a Docker image to import and simplify water polygons from [OpenStreetMapData](http://openstreetmapdata.com/) using *shp2pgsql* into a PostGIS database.
45
The Shapefiles are already baked into the container to make distribution and execution easier.
@@ -14,5 +15,5 @@ docker run --rm \
1415
-e POSTGRES_HOST="127.0.0.1" \
1516
-e POSTGRES_DB="osm" \
1617
-e POSTGRES_PORT="5432" \
17-
osm2vectortiles/import-water
18+
openmaptiles/import-water
1819
```

0 commit comments

Comments
 (0)