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

_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to