I did:

$svn co http://svn.mapnik.org/trunk mapnik
..
$python scons/scons.py
$su
$python scons/scons.py install

This is the method they suggest for CentOS.

> Nothing else which gives more of a clue in the log file than this?
> What's just before/after these messages? For instance, which layer in
> osm.xml causes these error messages?

No, the only other errors that appear are:

ERROR:  table "planet_osm_polygon_tmp" does not exist
ERROR:  table "planet_osm_roads_tmp" does not exist
ERROR:  table "planet_osm_point_tmp" does not exist
ERROR:  table "planet_osm_line_tmp" does not exist
ERROR:  table "planet_osm_polygon_tmp" does not exist


This is bizarre.


2009/9/30 Lennard <l...@xs4all.nl>
>
> Richard Ive wrote:
>
> > I've just downloaded the latest mapnik from mapnik.org
> > <http://mapnik.org> and re-installed it with scons.
>
> By that, you mean you downloaded the 0.6.1. source tarball and compiled
> it, I presume?
>
> Another thing you could try is to check out the mapnik source tree by
> svn, and work with that.
>
> > Unfortunately this has not fixed the issue though. In addition I
> > searched the postgresql log for missing columns which returned nothing.
>
> Ah, too bad. This has been one of the common issues in the past, of a
> mispairing between mapnik and osm.xml.
>
> > [postg...@maps data]$ cat logfile | grep -i missing
> > [postg...@maps data]$ cat logfile | grep -i column
>
> Missing columns show up like this:
>
> ERROR:  column "aeroway" does not exist at character 38
>
> > The only errors I could find were:
> >
> > ERROR:  relation "planet_osm_line" does not exist at character 85
> > ERROR:  relation "planet_osm_polygon" does not exist at character 159
>
> Nothing else which gives more of a clue in the log file than this?
> What's just before/after these messages? For instance, which layer in
> osm.xml causes these error messages?
>
>
> --
> Lennard
>
> _______________________________________________
> dev mailing list
> dev@openstreetmap.org
> http://lists.openstreetmap.org/listinfo/dev



--
Regards,
Richard Ive.
_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to