> >> 3) How do I do this? I see references to getting the source from SVN >> and then using changeset 720 but not sure where to get the changeset or >> how to apply it. I tried searching the wiki and nabble and didn't see it. >> > > You shouldn't need any special changesets. Just get the SVN head. > > Tom > > I have gotten the latest code from SVN and added in support for cairo. Once I recompiled mapnik I had to make a change to my custom input filter because the transcoder class changed: < std::wstring transcode(std::string const& input) const; --- > UnicodeString transcode(const char* data) const;
But the format for creating a cairo render is different. And there isn't an example in C for using the cairo renders and I have never used Cairo before. I see some stuff on the message log that other people have gotten cairo to work. Does anyone have an example I can look at? - Brian _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

