<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Richard,<br>
<br>
I get the same error with your request. Your geometry filter is quite
complex. Have you tried using polygons with no holes ? Another thing to
try is to split your multipolygon filter into multiple single polygon
filters.<br>
It could look like : <br>
&lt;ogc:Filter&gt;<br>
&nbsp; &lt;ogc:Or&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;ogc:Intersect&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; polygon1<br>
&nbsp;&nbsp;&nbsp; &lt;/ogc:Intersect&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;ogc:Intersect&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; polygon2<br>
&nbsp;&nbsp;&nbsp; &lt;/ogc:Intersect&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;ogc:Intersect&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; polygon3<br>
&nbsp;&nbsp;&nbsp; &lt;/ogc:Intersect&gt;<br>
&nbsp;&nbsp;&nbsp; .....<br>
&nbsp; &lt;/ogc:Or&gt;<br>
&lt;/ogc:Filter&gt;<br>
<br>
Regards,<br>
<br>
Olivier.<br>
<br>
Le 04/11/2010 09:33, Richard LEHAUT a &eacute;crit&nbsp;:
<blockquote
 cite="mid:AANLkTi=1=V9pxvJz14gmi6606s5P6fczJWsSJvfO_Fv3@mail.gmail.com"
 type="cite">Hi,<br>
I've a new problem.<br>
The script is correct for a simple geometry. The file is a script with
a geometry complex.<br>
  <br>
I got a result when I query my mapserver. But, with this server, i got
a error :"msWFSGetFeature(): WFS server error. Invalid or Unsupported
FILTER in GetFeature : &lt;Filter&gt; &lt;Intersect&gt;
&lt;PropertyName&gt;Geometry&lt;/
  <div id=":8l">PropertyName&gt; &lt;MultiPolygon&gt;
&lt;polygonMember&gt; &lt;Polygon&gt; &lt;outerBoundaryIs&gt;
&lt;LinearRing&gt; &lt;coordinates decimal="." cs="," ts=" "&gt;".<br>
  <br>
Can you test my script? do you get the same error?<br>
  <br>
Thank's for you help<br>
  <br>
Richard LEHAUT / Tiolebucheron</div>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Olivier BEDEL

ALKANTE SAS
Ing&eacute;nieur R&amp;D SIG
1, rue du Ch&ecirc;ne Morand
35 510 Cesson-S&eacute;vign&eacute;
Bur: + 33 (0) 2 99 22 25 70
fax : + 33 (0) 2 99 32 12 76 </pre>
</body>
</html>