2011/7/5 Dane Springmeyer <[email protected]>: >> to 0.7.1 and unmodified stylesheets for 0.7.1. I changed the machine, >> but the paths look OK and generate_xml.py does not throw an error. I >> will continue to investigate on this, maybe I did something wrong, but >> as 0.7.2 is a development version I thought that maybe some stuff >> would work and that you'd know about this. > > Please create an example testcase.
it is working now, see below! Didn't change anything myself besides upgrading to r3001. >>>> 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 ;-), 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). thank you very much, cheers, Martin _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

