[mapserver-users] WFS Spatial Filter Problem

2011-08-05 Thread Bryan Hempen
The problem: I am trying to implement something similar to http://openlayers.org/dev/examples/wfs-spatial-filter.html with my own data served by MapServer through a WFS. I just changed some lines in the code to make it work with MapServer, so the code is almost equal to the code in the example

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-05 Thread Bryan Hempen
Sorry, I forgot to mention the Error message: 500 Internal Server Error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occ

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-05 Thread John Callahan
This thread may or may not help: http://osgeo-org.1803224.n2.nabble.com/WFS-intersect-request-td6458533.html I have not tried using AND compound filters. The following format does work for me using the BBOX filter. SHAPE http://www.opengis.net/gml"; srsName="EPSG:26957"> 149081.76574899518 1630

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-08 Thread Bryan Hempen
Hi there! These are things that I've tried in the meantime: - Manually sending the request to the server, but without different results compared to using OpenLayers functions. Also trying to force the usage of the proxy.cgi by containing it in the URL, but didn't bring up different results.

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-08 Thread Yewondwossen Assefa
Bryan, Is it possible for you to provide a sample data/map/request that I can try that would reproduce your problems? If that is the case, please send it to me directly and I will test it with the latest MapServer and possibly provide answers. regards, Assefa On 08/08/2011 10:58 AM, Brya

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-08 Thread Kai Behncke
han > CC: mapserver-users@lists.osgeo.org > Betreff: Re: [mapserver-users] WFS Spatial Filter Problem > Hi there! > > These are things that I've tried in the meantime: > > > - Manually sending the request to the server, but without different > results compared to u

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-09 Thread Bryan Hempen
Dear Kai and Assefa, After you two guys requested me to send you my setup, I exported the content in the databasetable to a shapefile so you can test it. When I tested the spatial filter right after that, it suddenly worked ! This narrows down the possibilities: - The request I send is defi

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-09 Thread Bryan Hempen
Hi again, Another thing I just noticed is that the getCapabilities doesn't list any logical operator: According to http://mapserver.org/ogc/filter_encoding.html#currently-supported-features the operators AND OR and NOT should be supported. Shouldn't they be listed then? Even in t

RE: [mapserver-users] WFS Spatial Filter Problem

2011-08-09 Thread Fawcett, David (MPCA)
...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Bryan Hempen Sent: Tuesday, August 09, 2011 4:15 AM Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] WFS Spatial Filter Problem Dear Kai and Assefa, After you two guys requested me to send you my

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-10 Thread Bryan Hempen
ent:* Tuesday, August 09, 2011 4:15 AM *Cc:* mapserver-users@lists.osgeo.org *Subject:* Re: [mapserver-users] WFS Spatial Filter Problem Dear Kai and Assefa, After you two guys requested me to send you my setup, I exported the content in the databasetable to a shapefile so you can test it. Whe

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-10 Thread Julien Cigar
ebugging.html#debugging David. *From:*mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Bryan Hempen *Sent:* Tuesday, August 09, 2011 4:15 AM *Cc:* mapserver-users@lists.osgeo.org *Subject:* Re: [mapserver-users] WFS Spatial Filter Problem Dear Kai a

AW: [mapserver-users] WFS Spatial Filter Problem

2011-08-10 Thread Eichner, Andreas - SID-NLKM
David (MPCA) > Cc: mapserver-users@lists.osgeo.org > Betreff: Re: [mapserver-users] WFS Spatial Filter Problem > > Hi David, > > I enabled debugging using the following settings: > > CONFIG "MS_ERRORFILE" "/home/bhempen/ms_error.txt" > DEBUG 5 >

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-10 Thread Daniel Morissette
ver.org/optimization/debugging.html#debugging David. *From:*mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Bryan Hempen *Sent:* Tuesday, August 09, 2011 4:15 AM *Cc:* mapserver-users@lists.osgeo.org *Subject:* Re: [mapserver-users] WFS Spatia

Re: [mapserver-users] WFS Spatial Filter Problem

2011-08-16 Thread Bryan Hempen
geo.org [mailto:mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Bryan Hempen *Sent:* Tuesday, August 09, 2011 4:15 AM *Cc:* mapserver-users@lists.osgeo.org *Subject:* Re: [mapserver-users] WFS Spatial Filter Problem Dear Kai and Assefa, After you two guys requested me to send you my setup, I

Re: AW: [mapserver-users] WFS Spatial Filter Problem

2011-08-17 Thread Bryan Hempen
users@lists.osgeo.org Betreff: Re: [mapserver-users] WFS Spatial Filter Problem Hi David, I enabled debugging using the following settings: CONFIG "MS_ERRORFILE" "/home/bhempen/ms_error.txt" DEBUG 5 CONFIG "CPL_DEBUG" "ON" CONFIG "PROJ_DEBUG

AW: AW: [mapserver-users] WFS Spatial Filter Problem

2011-08-17 Thread Eichner, Andreas - SID-NLKM
on: Bryan Hempen [mailto:bhem...@sciops.esa.int] > Gesendet: Mittwoch, 17. August 2011 11:55 > An: Eichner, Andreas - SID-NLKM > Cc: mapserver-users@lists.osgeo.org > Betreff: Re: AW: [mapserver-users] WFS Spatial Filter Problem > > Hey guys, > > my current status report. I have t