« Return to Thread: Mapnik Not Rendering Correctly

Re: Mapnik Not Rendering Correctly

by Lennard-2 :: Rate this Message:

Reply to Author | View in Thread

Eamorr wrote:

> I tried examining /var/log/postgresql/postgresql-8.3-main.log
>
> No errors are showing up.

That's because the sql queries probably succeed, when they're doing
select *. It's when the results get to the mapnik filters, that mapnik
notices it doesn't have a specific column, and is silently dropping the
while style/rule.

> Could you point me in the right direction regarding changing the style file?

Have a look at
http://trac.openstreetmap.org/browser/applications/utils/export/osm2pgsql/default.style 
and make sure you have at least those fields in your own default.style.


--
Lennard
_______________________________________________
Mapnik-users mailing list
Mapnik-users@...
https://lists.berlios.de/mailman/listinfo/mapnik-users

 « Return to Thread: Mapnik Not Rendering Correctly