Hi, I'm developing a KDE application with KDE4 (4.2) and using Mapnik to read some shape files and render a map. The program is written in C++ and I'm using the C++ API to access Mapnik. My application work, but at the moment where I link with KDE libraries, the filter expressions stop work. Mapnik still accept them and if I create a map file with "save_map()" all filter expressions are there. The problem is, that none of them seems to match. A small test program without KDE libraries showed, that the filter expressions do match. But as soon as I link with KDE libraries, the filters stop to work. So only the rules without any filter expression are drawn.
Has anybody run into this problem already? Does anybody know a work around or is there something I should set at compile time? I've tried a lot, but found no solution and I'm not that deep into Mapnik to understand the details of how it applies the filters to shape files. I'm using Mapnik 0.6.0, the one coming with Debian testing currently. I hope someone can give me a hint or even a solution. -- Andreas Theofilu http://www.TheosSoft.net/ --==| Enjoy the science of Linux! |==-- _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

