Wim de Vries wrote: > I updated osm2pgsql (SVN version 0.68-18373). It uses default.style, but > still the "function asbinary() does not exist at character" and other > errors. Output image is now even worse.
You are using an old version of mapnik, but need to upgrade to at least version 0.6.1. Preferable if you continue to work with osm.xml is to keep reasonably current, and sometimes that could even mean running a recent SVN build. >> 2009-10-30 13:36:16 CET ERROR: column "barrier" does not exist at >> character 144 Old osm2pgsql, or old default.style. >> from (select * from planet_osm_polygon where barrier IS NOT NULL or >> amenity IS NOT NULL or tourism is NOT NULL or railway is NOT NULL or And this is from an old osm.xml version, not the most recent. >> 2009-10-30 13:36:17 CET ERROR: function asbinary() does not exist at >> character 8 Lastly, this one is symptomatic of the multi line SQL queries in combination with an old mapnik version. -- Lennard _______________________________________________ newbies mailing list [email protected] http://lists.openstreetmap.org/listinfo/newbies

