This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

Loading OSM Data in Nominatim

0

Hi All,

I have installed nominatim with the instructions mentioned in the link -

http://wiki.openstreetmap.org/wiki/Nominatim/Installation

Currently the database contains the data of Luxembourg. I would like to add the data of Great Britain. In order to do this i did the following

./setup.php --osm-file "/etc/Nominatim/OSMDATA/scotland-latest.osm.pbf" --import-data

./setup.php --osm-file "/etc/Nominatim/OSMDATA/wales-latest.osm.pbf" --import-data

  • Ran the command ./setup.php --load-data
  • Ran the command ./setup.php --index

Is this the correct way to load new OSM Files to Nominatim. Please help

asked 06 Jan '16, 12:43

Sabarish_attinad's gravatar image

Sabarish_att...
51225
accept rate: 100%

edited 06 Jan '16, 13:15


One Answer:

1

Followed the solution mentioned in the post

https://help.openstreetmap.org/questions/15505/import-more-osm-files-in-to-nominatim

The index is slow, but the process works !!!

answered 18 Jan '16, 16:06

Sabarish_attinad's gravatar image

Sabarish_att...
51225
accept rate: 100%