Hey guys! When rendering from PostgreSQL/PostGIS database by Python/Mapnik I receice the following ERROR: http://dpaste.org/s8zIZ/
I took the steps like in http://switch2osm.org/serving-tiles/manually-building-a-tile-server/ My OS is Windows. I imported my africa.osm by osm2pgsql to my database. Is it possible, that the whole thing only works with the whole planet_latest.osm? asked 28 Mar '12, 15:44 MHein |
Most likely the version of osm2psql is too old to work with the current mapnik stylesheet you are using. Try an older stylesheet eg: https://trac.openstreetmap.org/browser/applications/rendering/mapnik?rev=20000 answered 28 Mar '12, 21:57 Firefishy ♦♦ Thanks, but I don't find any stylesheet "default.style" there (maybe because the server seems to be kind of down..) or did you think of the osm.xml? Yesterday I downloaded a newer "default.style" to fix another Error http://help.openstreetmap.org/questions/11542/error-column-generatorsource-does-not-exist How can I fix both of them? Is there any possibility to fill in the missing column by hand/manually? .. column "length" is also missing ..
(29 Mar '12, 10:17)
MHein
|