Re: [mapserver-users] Mapserfer Wfs and Mapinfo

2008-07-04 Thread Iacovlev Pavel
Ok I know where the bug is, first of all as written In the begging of the post I run the wfs server as phpmapscript, so that means no CGI, to load the parameters passed to the script I use : $request = ms_newowsrequestobj(); foreach ($_REQUEST as $key =$value) {

[mapserver-users] hiding the geometry (WFS)

2008-07-04 Thread bartvde
Hi list, I remember a post by Steve Lime, in which he explained how to hide the geometry from the WFS responses. Unfortunately I cannot find the post anymore. Does anyone know how to hide the geometry from the WFS GetFeature output? TIA. Best regards, Bart

Re: [mapserver-users] hiding the geometry (WFS)

2008-07-04 Thread Jeff McKenna
On 4-Jul-08, at 10:11 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi list, I remember a post by Steve Lime, in which he explained how to hide the geometry from the WFS responses. Unfortunately I cannot find the post anymore. Does anyone know how to hide the geometry from the WFS

[mapserver-users] Mapserver 5 migration PostGIS

2008-07-04 Thread Ben Brehmer
Dear All, I'm just in the process of changing all of my mapfiles to be 5.x compatible. The PostGIS layer[1] which worked fine with 4.6 now throws an odd error [2] in 5.0.3. If you look at the error, you will notice that the query has ::text prepended to it although this is not in the DATA

Re: [mapserver-users] Mapserver 5 migration PostGIS

2008-07-04 Thread Paul Ramsey
Does your points table not have a primary key? Probably it's related to the primary key inference code, but don't quote me. If it *does* have a primary key, add a USING UNIQUE clause to your DATA. P On Fri, Jul 4, 2008 at 2:57 PM, Ben Brehmer [EMAIL PROTECTED] wrote: Dear All, I'm just in the

[mapserver-users] Getting MapServer to work with SELinux

2008-07-04 Thread Bill Thoen
I've recently set up a Fedora Core 9 system, and its running SELinux. I've set up MapServer 5.0.3 but SELinux is blocking it from doing anything. However, I can set SELinux to permissive mode and it all works fine, so the problem is setting permissions or policies or whatever for MapServer so