[mapserver-users] Problem with wfs.php

2010-10-05 Thread Richard LEHAUT
Hi, This url returns me an error: * http://ws.carmen.developpement-durable.gouv.fr/WFS/8/nature?&VERSION=1.0.0&SERVICE=WFS&REQUEST=GetFeature&TYPENAME=ZNIEFF_de_type_1&FILTER=Geometry(526467,6821671 526471,6821675 526480,6821677 526482,6821676 526491,6821679 526490,6821682 526546,6821697 526615,68

Re: [mapserver-users] Problem with wfs.php

2010-10-05 Thread Rahkonen Jukka
-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] Puolesta Richard LEHAUT Lähetetty: 5. lokakuuta 2010 10:19 Vastaanottaja: mapserver-users@lists.osgeo.org Aihe: [mapserver-users] Problem with wfs.php Hi, This url

Re: [mapserver-users] Problem with wfs.php

2010-10-11 Thread Yves Jacolin
ists.osgeo.org > Aihe: [mapserver-users] Problem with wfs.php > > > Hi, > This url returns me an error: > > http://ws.carmen.developpement- durable.gouv.fr/WFS/8/nature?&VERSION=1.0.0 > &SERVICE=WFS&REQUEST=GetFeature&TY

Re: [mapserver-users] Problem with wfs.php

2010-10-11 Thread Richard LEHAUT
_ > > > > Lähettäjä: mapserver-users-boun...@lists.osgeo.org > > [mailto:mapserver-users-boun...@lists.osgeo.org] Puolesta Richard LEHAUT > > Lähetetty: 5. lokakuuta 2010 10:19 > > Vastaanottaja: mapserver-users@lists.osgeo.org > > Aihe: [mapserver-users]

Re: [mapserver-users] Problem with wfs.php

2010-10-11 Thread Yves Jacolin
> > > > > > Lähettäjä: mapserver-users-boun...@lists.osgeo.org > > > > > > [mailto:mapserver-users-boun...@lists.osgeo.org] Puolesta Richard > > > LEHAUT Lähetetty: 5. lokakuuta 2010 10:19 > > > > > > Vasta

Re: [mapserver-users] Problem with wfs.php

2010-10-12 Thread Richard LEHAUT
Hi, *I followed your instructions, I try use "curl-setopt-array" with "curl_multi_init". * *function curl_get_multi_content($list_layer) { $curl_init = array(); foreach($list_layer as $i => $layer) { unset($options); $options = array ( CURLOPT_RET

Re: [mapserver-users] Problem with wfs.php

2010-10-13 Thread Olivier BEDEL
160) Regards, Olivier. - Mail Original - De: "Richard LEHAUT" À: "Yves Jacolin" Cc: "Rahkonen Jukka" , mapserver-users@lists.osgeo.org Envoyé: Mardi 12 Octobre 2010 16:59:49 Objet: Re: [mapserver-users] Problem with wfs.php Hi, I followed your instru

Re: [mapserver-users] Problem with wfs.php

2010-10-14 Thread Richard LEHAUT
6822810 > 527128,6822819 527124,6822825 527117,6822840 527110,6822846 527107,6822851 > 527103,6822862 527106,6822865 527110,6822865 527139,6822859 527135,6822836 > 527160,6822831 527174,6822853 527177,6822854 527187,6822855 527164,6822818 > 527143,6822790 527143,6822790)) ((527423,6822716 527420,682

Re: [mapserver-users] Problem with wfs.php

2010-11-04 Thread Richard LEHAUT
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 : Geometry ".

Re: [mapserver-users] Problem with wfs.php

2010-11-04 Thread Yves Jacolin
Richard, Are you sure you are using php5-curl correctly? See http://www.php.net/manual/fr/function.curl-setopt.php what is the parameter name for the $layer variable? >curl_setopt($curl_init[$i], CURLOPT_POSTFIELDS, $layer); which is shown in the documentation of php5-curl: >$data = array('nam

Re: [mapserver-users] Problem with wfs.php

2010-11-08 Thread Olivier Bedel
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 : polygon1 polygon2