Fix API docs and Vagrant instructions to import data

This commit is contained in:
Artem Ziablytskyi
2022-03-10 10:57:26 +01:00
committed by Sarah Hoffmann
parent 6bee188f24
commit 665fae8343
2 changed files with 3 additions and 3 deletions

View File

@@ -43,8 +43,8 @@ is.
```
# inside the virtual machine:
cd build
wget --no-verbose --output-document=/tmp/monaco.osm.pbf http://download.geofabrik.de/europe/monaco-latest.osm.pbf
nominatim import --osm-file /tmp/monaco.osm.pbf
wget --no-verbose --output-document=/tmp/dump.osm.pbf http://download.geofabrik.de/europe/monaco-latest.osm.pbf
cd /nominatim && nominatim import --osm-file /tmp/dump.osm.pbf
```
To repeat an import you'd need to delete the database first