Re: [mapserver-users] mapserver vs mapscript: agg + transparency + quantize not working

2009-11-05 Thread Roger André
Hi Tiemens, Not sure if this helps, but in some of the testing I did with Python mapscript, I specified the following in my code: map.selectOutputFormat("AGGPNG24") That seemed to do the trick for me. The script is inline below, in case it might help give context. Roger -- #! /usr/bin/python

RE: [mapserver-users] mapserver vs mapscript: agg + transparency + quantize not working

2009-11-05 Thread Tiemens, Gerben
Thanks for your reply Roger André, But i specified my own outputformat in mapscript. When using this outputformat without the quantize options, the image comes out as wished and configured. (transparent and fullcolor) When using this outputformat with the quantize options on: -with the CGI mapse

[mapserver-users] Possible to sort in a QueryByAttributes?

2009-11-05 Thread Bistrais, Bob
I'm working on a PHP script which will populate an HTML select list with the results of an attribute query. The intent is to populate the select list with the values of an item in a data layer. I sort of have it working. But I'd like to sort my query results in ascending order, so they appear al

[mapserver-users] MS RFC 43 usage example

2009-11-05 Thread Stephen Davies
G'day. I have read RFC 43 but have been unable to get Google Maps tiling to work using the information in it. Is there any more documentation/examples of how to use this facility. (I cannot find the doco or test cases referenced in the RFC. Do they exist?) Cheers and thanks, Stephen Davies --