[mapserver-users] Problem with wfs.php
Olivier Bedel
o.bedel at alkante.com
Mon Nov 8 01:39:10 PST 2010
Richard,
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.
It could look like :
<ogc:Filter>
<ogc:Or>
<ogc:Intersect>
polygon1
</ogc:Intersect>
<ogc:Intersect>
polygon2
</ogc:Intersect>
<ogc:Intersect>
polygon3
</ogc:Intersect>
.....
</ogc:Or>
</ogc:Filter>
Regards,
Olivier.
Le 04/11/2010 09:33, Richard LEHAUT a écrit :
> Hi,
> I've a new problem.
> The script is correct for a simple geometry. The file is a script with
> a geometry complex.
>
> 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 : <Filter> <Intersect> <PropertyName>Geometry</
> PropertyName> <MultiPolygon> <polygonMember> <Polygon>
> <outerBoundaryIs> <LinearRing> <coordinates decimal="." cs="," ts=" ">".
>
> Can you test my script? do you get the same error?
>
> Thank's for you help
>
> Richard LEHAUT / Tiolebucheron
>
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
--
Olivier BEDEL
ALKANTE SAS
Ingénieur R&D SIG
1, rue du Chêne Morand
35 510 Cesson-Sévigné
Bur: + 33 (0) 2 99 22 25 70
fax : + 33 (0) 2 99 32 12 76
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20101108/1e377175/attachment.htm>
More information about the MapServer-users
mailing list