[mapserver-users] WFS with OpenLayers

2011-07-11 Thread parsecaway
Hello MapServer users, are there any good tutorials how to set up MapServer 6.0 for WFS? It doesn't work for me with OpenLayers. Thanks for any hint... Regards, Alex ___ Schon gehört? WEB.DE hat einen genialen Phishing-Filter in die

Re: [mapserver-users] Upgrade MapServer from 5.4 to 6.0

2011-07-11 Thread Daniel Morissette
Hi Jose, The only way to find out the source of a segmentation fault is with a debugger (e.g. gdb). I presume your GetMap requests run fine and it is just this GetFeatureInfo request that fails? Would you be able to provide a testcase for us to reproduce the error? Perhaps you could also

[mapserver-users] Re: Font rendering in MapServer 6.0

2011-07-11 Thread Brad Posthumus
thomas bonfort wrote: We've kept the GD renderer in 6.0 for some marginal use cases, but the preferred way is to switch to AGG rendering (which is compiled in by default): you can use the builtin png8 imagetype (mimetype: image/png; mode=8bit) which does a quantization step if you need a

Re: [mapserver-users] Difference in test map behavior from MapServer 5.6.5 to 6.0

2011-07-11 Thread Steve Lime
Which mapfile are we talkin'? Steve On Mon, Jul 11, 2011 at 9:31 AM, Chenier, Nicolas nicolas.chen...@agr.gc.ca wrote: Good day all, I am investigating an issue where the background in the PNG generated by the example map that comes with MapServer changes from a normal red-orange color to

Re: [mapserver-users] Difference in test map behavior from MapServer 5.6.5 to 6.0

2011-07-11 Thread Nicolas Chenier
test.map (the tests that come with MapServer documentation): MAP NAME Testing EXTENT -0.5 50.977222 0.5 51.977222 #IMAGETYPE JPEG #IMAGETYPE PNG24 IMAGETYPE PNG IMAGECOLOR 255 255 255 STATUS ON SIZE 200 200 FONTSET fonts.txt SYMBOLSET symbols.txt SCALEBAR STATUS EMBED

Re: [mapserver-users] WFS with 6.0.0 Beta RC2

2011-07-11 Thread Alexander Petkov
I am getting the same behaviour with Mapserver 6.0.0. Previous 5.6.* releases work fine with the same request. I am wondering whether I am missing some new required declaration since 6.0.0 was released... Alex On Mon, May 9, 2011 at 2:44 PM, Arnd Wippermann arnd.wipperm...@web.de wrote: Hi,

Re: [mapserver-users] WFS with 6.0.0 Beta RC2

2011-07-11 Thread Alexander Petkov
The interesting thing is that when a GET request is issued with the same filter, the GML for the feature is returned as expected. Does anybody have POST GetFeature requests working with Mapserver v6.0.0? Thanks in advance, Alex On Mon, Jul 11, 2011 at 12:34 PM, Alexander Petkov green...@gmail.com

AW: [mapserver-users] WFS with 6.0.0 Beta RC2

2011-07-11 Thread Arnd Wippermann
Hi, I have also problems with post request Version 6.0.0 : with DATA 'shapefile' in the mapfile MapServer found no or not all results, http://gis.ibbeck.de/ginfo/apps/OLExamples/OL210/MapServer_WFS_Demo/MapServe r_WFS_Demo.asp?connectionOGR=falseSLDsrcIdx=8 with CONNECTIONTYE ogr and

Re: [mapserver-users] WFS with 6.0.0 Beta RC2

2011-07-11 Thread Alexander Petkov
Using OGR data connection works with my POST GetFeature requests, thanks a lot :) Alex On Mon, Jul 11, 2011 at 3:48 PM, Arnd Wippermann arnd.wipperm...@web.de wrote: Hi, I have also problems with post request Version 6.0.0 : with DATA 'shapefile' in the mapfile MapServer found no or not