kopia lustrzana https://github.com/osm2vectortiles/osm2vectortiles
Add description to readme and set import dir to local import
rodzic
db7ce816e6
commit
daaff561cb
|
@ -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
|
||||
```
|
||||
|
|
|
@ -32,7 +32,7 @@ imposm3:
|
|||
importwater:
|
||||
build: ./database/importwater
|
||||
volumes:
|
||||
- /Users/manuel/water:/data/import
|
||||
- ./import:/data/import
|
||||
links:
|
||||
- postgis:db
|
||||
environment:
|
||||
|
|
Ładowanie…
Reference in New Issue