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

[closed] Build Nominatim service upon local-osm-tiles-server

0

Hey, I have already a working instance of osm-tiles-server on Ubuntu (full planet already been imported and indexed). Is there a way that Nominatim will use this data? Or shall I re-import the same planet-osm using the Nominatim tool again?

Thanks! Nir

asked 22 Mar '15, 12:58

arvivn's gravatar image

arvivn
6223
accept rate: 0%

closed 22 Mar '15, 14:29

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701

The question has been closed for the following reason “The question is answered, right answer was accepted” by SimonPoole 22 Mar ‘15, 14:29


One Answer:

3

Unluckily the answer is: yes you need to import to the nominatim schema separately.

In the future there may be ways to share common tables and potentially do it all in one go, but currently this is not possible (except if you write the necessary code naturally).

answered 22 Mar '15, 13:22

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 22 Mar '15, 13:22

Source code available on GitHub .