Update README.md

pull/140/merge
Lukas Martinelli 2017-01-26 09:27:05 +01:00 zatwierdzone przez GitHub
rodzic 95e4fc5ce5
commit a43f77de47
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -102,6 +102,13 @@ docker-compose run import-lakelines
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
`build/mapping.yaml` (which has been created by `make`).