Hi,

Perhaps comparison with the annexed filter helps. The filter is created by 
Kosmo GIS and it works against my Mapserver 6.2 at 
http://hip.latuviitta.org/cgi-bin/mapserver_wfs

Try to edit my filter fo look like that one created by OpenLayers and let's 
hope that at some moment you will get my server to fail in a similar way.

-Jukka Rahkonen-


________________________________________
Yves Jacolin wrote:

> Sally,

> Le vendredi 13 septembre 2013 11:53:33 Sally Buechel a écrit :
> > [..]
>> I'm using mapserver 6.2.1 and the current OpenLayers.js.  I can run the
> wfs.map file using shp2img and get a valid response from mapserver, I can
> run non-spatial filters using my OpenLayers WFS call to mapserver.  The POST
> request sent to mapserver with the spatial query looks fine, but I simply
> get  the not very helpful "premature end of script headers : mapserv" in
> response.  The spatial input is a hand-drawn polygon in OpenLayers and the
> intersection at the mapserver end is a postgis table containing a polygon
> field.  The table is large, but a spatial restriction should always yield a
> manageable number of records.  Without a spatial restriction in the filter,
> I've noticed that mapserver tried to load all the data, so have currently
> restricted it to 100 records for testing/debugging.  I'm assuming once I
> get the spatial filter that this will restrict the number of records
> retrieved on the server side.  I have some assumptions, but as I said I've
> not been able to find a working example of this online, maybe because its
> too simple and everyone but me has it working?
>
>
>
> Should what I'm trying to do work or am I just beating my head against the
> wall?  It doesn't seem that this should be so hard.
Before beating your head against the wall, which can hurt you, try to enable
debug mode in MapServer and have a look to the log. MapServer can give
interesting information about what he is doing before the "premature end of
script".

Hope it helps you.

Y.
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users
<wfs:GetFeature xmlns:ogc="http://www.opengis.net/ogc"; 
xmlns:gml="http://www.opengis.net/gml"; xmlns:wfs="http://www.opengis.net/wfs"; 
service="WFS" version="1.0.0" maxFeatures="1000" outputFormat="GML2"><wfs:Query 
typeName="pks_suuralue"><ogc:PropertyName>fid</ogc:PropertyName><ogc:PropertyName>kokotun</ogc:PropertyName><ogc:PropertyName>kunta</ogc:PropertyName><ogc:PropertyName>mtryhm</ogc:PropertyName><ogc:PropertyName>nimi</ogc:PropertyName><ogc:PropertyName>nimi_iso</ogc:PropertyName><ogc:PropertyName>ogc_fid</ogc:PropertyName><ogc:PropertyName>suur</ogc:PropertyName><ogc:PropertyName>msGeometry</ogc:PropertyName><ogc:Filter><ogc:And><ogc:PropertyIsEqualTo><ogc:PropertyName>suur</ogc:PropertyName><ogc:Literal>6</ogc:Literal></ogc:PropertyIsEqualTo><ogc:Intersects><ogc:PropertyName>msGeometry</ogc:PropertyName><gml:Polygon>
<gml:outerBoundaryIs><gml:LinearRing><gml:coordinates decimal="." cs="," ts=" 
">370867.65371360903,6691716.459177742 378991.47207721433,6697637.208154607 
386013.7557474494,6691027.999994385 385600.68023743556,6680150.344897354 
374585.3333037335,6680563.420407368 368664.58432686864,6684831.867344178 
370867.65371360903,6691716.459177742</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>
</ogc:Intersects></ogc:And></ogc:Filter></wfs:Query></wfs:GetFeature>
_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to