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

[closed] Local Nominatim server gives No or Different result [Solved]

0

I am installed Nominatim in my machine for full planet and i put tiger data too.

now i am searching for address in france, in osm nominatim server it shows result but in my machine it show nothing.

First:

Address : 14, rue Vineuse, PARIS, 75116, FR

OSM NOMINATIM [{"place_id":"10631307","licence":"Data \u00a9 OpenStreetMap contributors, ODbL 1.0. http:\/\/www.openstreetmap.org\/copyright","osm_type":"node","osm_id":"963927162","boundingbox":["48.8598785400391","48.8598823547363","2.28446769714355","2.28446793556213"],"lat":"48.8598788","lon":"2.2844678","display_name":"14, Rue Vineuse, Muette, 16th Arrondissement, Paris, Ile-de-France, Metropolitan France, 75016;75116, France","class":"place","type":"house","importance":0.611}]

MY MACHINE : []

it shows nothing. suppose i change the search key as

SECOND

Address : 14, rue Vineuse

OSM NOMINATIM : [{"place_id":"10631307","licence":"Data \u00a9 OpenStreetMap contributors, ODbL 1.0. http:\/\/www.openstreetmap.org\/copyright","osm_type":"node","osm_id":"963927162","boundingbox":["48.8598785400391","48.8598823547363","2.28446769714355","2.28446793556213"],"lat":"48.8598788","lon":"2.2844678","display_name":"14, Rue Vineuse, Muette, 16th Arrondissement, Paris, Ile-de-France, Metropolitan France, 75016;75116, France","class":"place","type":"house","importance":0.311}]

MY MACHINE : [{"place_id":"10162166","licence":"Data \u00a9 OpenStreetMap contributors, ODbL 1.0. http:\/\/www.openstreetmap.org\/copyright","osm_type":"node","osm_id":"963927162","boundingbox":["48.8598785400391","48.8598823547363","2.28446769714355","2.28446793556213"],"lat":"48.8598788","lon":"2.2844678","display_name":"14, Rue Vineuse, Muette, 16th Arrondissement, Paris, Ile-de-France, Metropolitan France, 75016;75116, France","class":"place","type":"house","importance":0.501}]

i dont know why i am having conflicts compare to osm nominatim. What i need to make a result same as OSM Nominatim ? willing to get idea to make Nominatim search in better and faster way.

asked 21 May '14, 13:43

Arun%20kmp's gravatar image

Arun kmp
63141519
accept rate: 0%

closed 22 May '14, 00:29

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554

The question has been closed for the following reason “Question self-answered and “solved”.” by aseerel4c26 22 May ‘14, 00:29


One Answer:

1

Actually my mistake is in country code FR.

I need to add Special Phrases for that

./utils/specialphrases.php --countries > specialphrases_countries.sql psql -d nominatim -f specialphrases_countries.sql

answered 21 May '14, 16:09

Arun%20kmp's gravatar image

Arun kmp
63141519
accept rate: 0%

Source code available on GitHub .