Add description to readme and set import dir to local import

pull/41/head
Manuel Roth 2015-10-16 11:47:54 +02:00
rodzic db7ce816e6
commit daaff561cb
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -59,3 +59,9 @@ The import container will automatically download a PBF of Zurich for testing.
```
docker-compose run imposm3
```
Import SHP files from the local `import` directory. Or if there is now shapefile available the container will automatically download the water polygons shapefile from [OpenStreetMapData.com](http://openstreetmapdata.com/)
```
docker-compose run importwater
```

Wyświetl plik

@ -32,7 +32,7 @@ imposm3:
importwater:
build: ./database/importwater
volumes:
- /Users/manuel/water:/data/import
- ./import:/data/import
links:
- postgis:db
environment: