Update README.md

This commit is contained in:
Lukas Martinelli 2017-01-26 09:27:05 +01:00 committed by GitHub
parent 95e4fc5ce5
commit a43f77de47

View File

@ -102,6 +102,13 @@ docker-compose run import-lakelines
docker-compose run import-osmborder docker-compose run import-osmborder
``` ```
[Download OpenStreetMap data extracts](http://download.geofabrik.de/) and store the PBF file in the `./data` directory.
```bash
cd data
wget http://download.geofabrik.de/europe/albania-latest.osm.pbf
```
Import [OpenStreetMap](http://wiki.openstreetmap.org/wiki/Osm2pgsql) data with the mapping rules from Import [OpenStreetMap](http://wiki.openstreetmap.org/wiki/Osm2pgsql) data with the mapping rules from
`build/mapping.yaml` (which has been created by `make`). `build/mapping.yaml` (which has been created by `make`).