Now i have user gazetteer from http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/gazetteer
this is my step by step installation which i follow: 1.createdb 2.import sql file cat /usr/share/postgresql/8.4/contrib/pg_trgm.sql | psql gazetteer cat /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql | psql gazetteer cat /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql | psql gazetteer 3.load planet data ./osm2pgsql -S default.style --slim -d gazetteer -C 2048 ~/AllMap/indonesia.osm.bz2 4.copy lib into /usr/local/share sudo mkdir /usr/local/share/gazetteer sudo cp .libs/gazetteer.so /usr/local/share/gazetteer/gazetteer.so 5.add suplementary data when i import file below to db cat import_country_name.sql | psql gazetteer i get error message like http://pastebin.com/ctQScVhA Anyone can help me ? or i cannot ignore that error ? 2011/12/20 Mike Dupont <[email protected]> > I think the problem is that you are using > > http://svn.openstreetmap.org/applications/utils/nominatim > and not > http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/gazetteer > > if i remember correctly, and please someone correct me if I am wrong, > the export/osm2pgsql/gazetteer > is the right one, and the applications/utils/nominatim is not supported. > > thanks, > mike > > On Tue, Dec 20, 2011 at 9:15 AM, Anwar Azulfa <[email protected]> wrote: > > nominatim.xml > > > > -- > James Michael DuPont > Member of Free Libre Open Source Software Kosova http://flossk.org > -- Regards, M.Iftakhul Anwar
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

