> > it is working now, see below! > Didn't change anything myself besides upgrading to r3001.
Great, thats what I like to hear :) It may have been: http://trac.mapnik.org/ticket/589 > > >>>>> The other issue is that TextSymbolizer doesn't do >>>>> text-transform="toupper". >>>> Quite a bit changed between 0.7.x and trunk for that option. What is the >>>> error? >>> It simply didn't transform them to uppercase. >>> I changed the code to text_transform="uppercase" (I guess I should >>> have used that right away, as the former is deprecated) but now I >>> found that this part is not included anymore after I create a >>> render.xml with generate_xml.py > >> Thanks, this was a subtle bug, fixed in http://trac.mapnik.org/changeset/3000 >> So, you can now do in 0.7.2. HEAD either: >> text_convert="toupper" // mapnik 0.7.x syntax >> or >> text-transform="uppercase" // mapnik2 syntax > > > Dane, you are a wizard ;-) Only when I wear the mapnik cape: http://www.flickr.com/photos/rhodes/4780218094/ > , I did a svn update, recompiled and now not > only the text-transform is working, also the gdal issue seems to be > gone (I rendered an image with generate-image.py and it looks like it > should where before it didn't, but I have to admit that the problem > originally occured when rendering in a more complex setup with tirex > and mod_tile so I have to check this also there). > Good, thanks for following through on this. Dane _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

