[mapserver-users] MapServer 6: outputformat gd/jpeg missing

2011-04-05 Thread Johannes Smith
Hi, trying MapServer 6 beta 4 I recognized that output format gd/jpeg is no longer supported. Instead there's agg/jpeg. Is that intended? J. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] MapServer 6: outputformat gd/jpeg missing

2011-04-05 Thread fruitwerks
The only recent mention of jpg I see is: AGG/PNG and AGG/JPEG are the only valid agg drivers. Imagetypes aggpng24 and aggjpeg can be used to refer to the default output formats. Is there a documentation for 6 yet? I know there are a few migration / quirk / changes texts, but I was unable to

Re: [mapserver-users] MapServer 6: outputformat gd/jpeg missing

2011-04-05 Thread Yewondwossen Assefa
Hi, I am not sure if there is yet a 6.0 doc on that. Here is what I can see browsing through the code. This list gives you the output format names that are defined in MapServer and the driver used to render them. - name: png; dirver is AGG; mime type is image/png; produces 24bit png -

Re: [mapserver-users] DrawQuery problem

2011-04-05 Thread Oscar Testa
Steve, the query returns rows, here the code: if ($x0 == $x1 || $y0 == $y1){ $my_point = ms_newPointObj(); $my_point-SetXY($x0,$y0); $bQquery = @$map-queryByPoint($my_point,MS_MULTIPLE,0); } else{ $my_rect = ms_newRectObj();

RE: [mapserver-users] Coordinates precision in GML output

2011-04-05 Thread Lime, Steve D (DNR)
Looking at the code the 6 decimals are fixed. You'd need to edit mapgml.c and recompile I'm afraid. Sorry... Steve From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Nicolas BOUTET Sent: Monday, April 04, 2011 6:20 PM To: