I have begin from scratch and use command : ./osm2pgsql -lsc --slim -O gazetteer -C 2000 -d gazetteer ~/AllMap/indonesia.osm.bz2
to load osm file to gazetteer db. But when i execute : cat gazetteer-functions.sql | psql gazetteer [output] *CREATE FUNCTION CREATE FUNCTION ... ... ERROR: type "planet_osm_ways" does not exist ... ERROR: type "place_boundingbox" does not exist ERROR: type "place_boundingbox" does not exist ERROR: type "place_boundingbox" does not exist CONTEXT: compilation of PL/pgSQL function "update_place" near line 2 ERROR: type "place_boundingbox" does not exist CONTEXT: compilation of PL/pgSQL function "update_place" near line 2 CREATE FUNCTION CREATE FUNCTION** * on documentation tell me that if i get error message like *ERROR: type "planet_osm_ways" does not exist* But i have import db use slim option, that is : ./osm2pgsql -lsc --slim -O gazetteer -C 2000 -d gazetteer ~/AllMap/indonesia.osm.bz2 actually -s is slim, but i add --slim which it's same. Any suggestions about it ? Thanks 2011/12/22 Sarah Hoffmann <[email protected]> > Hi, > > On Wed, Dec 21, 2011 at 03:16:39PM +0700, Anwar Azulfa wrote: > > Thanks for all your reply, > > > > > > I have re deploy my osm2pgsql with nominatim_commit.patch > > > > But the error still same.http://pastebin.com/ctQScVhA > > > > What will happen if i ignore it ? > > As Mike said, it is not a good idea to ignore the error because it > tells you that something more fundamental is going wrong. > > > > On Wed, Dec 21, 2011 at 06:17:54AM +0700, Anwar Azulfa wrote: > > > > 3.load planet data > > > > ./osm2pgsql -S default.style --slim -d gazetteer -C 2048 > > > > ~/AllMap/indonesia.osm.bz2 > > Actually, you are using the wrong output here. You > are creating a database for mapnik, not for the gazetteer. The > correct command line should be: > > ./osm2pgsql -lsc -d gazetteer -O gazetteer -C 2048 > ~/AllMap/indonesia.osm.bz2 > > > Sarah > -- Regards, M.Iftakhul Anwar
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

