hi everyone, i installed nominatim in my ubuntu machine for India alone, now i wants to add more countries. i know its possible, so i just tried using
then it show the below message for long time
Can anybody suggest possible way to get out of this and also any easiest steps available to import. asked 30 Jan '14, 07:31 Arun kmp edited 30 Jan '14, 07:40 scai ♦ |
One Answer:
The command you used more or less replaces the content of your DB instead of adding to it. See this question for instructions on how to add another file to a Nominatim database. Note that it explicitly states that pbf is not supported. You need to convert your osm file to xml first. answered 30 Jan '14, 08:48 lonvia |