Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-13 Thread Attila BERÉNYI
Hello, Thanks, I've finally solved the problem. It was OpenLayers, not MapServer related, anyway your help was very useful! BR, Attila 2010.04.09. 15:08 keltezéssel, Yewondwossen Assefa írta: Hi There, wfs post request should look like this: http://www.opengis.net/wfs"; xmlns:ogc="http://w

Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-09 Thread Yewondwossen Assefa
Hi There, wfs post request should look like this: http://www.opengis.net/wfs"; xmlns:ogc="http://www.opengis.net/ogc"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.opengis.net/wfs ../wfs/1.1.0/WFS.xsd"> ... You can check the xsds for m

Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-08 Thread Attila BERÉNYI
Hi, Thank you for your response, I'm able to request data from both layers (typenames) this way, however I'd like to achieve this in OpenLayers. So I've created a small demo application which uses XMLHttp to request data from Mapserver. http://webgis.fmt.bme.hu/gfi/xml.html The requests are h

Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Yewondwossen Assefa
The following URL on your server gives the output for the 2 typenames I believe: http://webgis.fmt.bme.hu/cgi-bin/mvmNew?SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=elteresek,elteresek2&Filter=%28%3Cogc:Filter%20xmlns:ogc=%22http://www.opengis.net/ogc%22%3E%3Cogc:BBOX%3E%3Cogc:Property

Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Attila BERÉNYI
Thank you guys, I've tried with comma and brackets as well, no success so far :( 2010.04.06. 14:46 keltezéssel, Yewondwossen Assefa írta: bart...@osgis.nl wrote: Hi, you need to repeat your filter (comma-separated) IIRC. I believe it should be brackets instead of comma: something like ...&F

Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Yewondwossen Assefa
bart...@osgis.nl wrote: Hi, you need to repeat your filter (comma-separated) IIRC. I believe it should be brackets instead of comma: something like ...&FILTER=(...)(...) Best regards, Bart Dear All, I've two layers (elteresek and elteresek2), and I'd like to get features from both of

Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Attila BERÉNYI
Hello, Ok, but how? :) BTW I'm using OpenLayers, so the requested URL is automatically generated. Regards, Attila 2010.04.06. 14:08 keltezéssel, bart...@osgis.nl írta: Hi, you need to repeat your filter (comma-separated) IIRC. Best regards, Bart Dear All, I've two layers (elteresek an

Re: [mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread bartvde
Hi, you need to repeat your filter (comma-separated) IIRC. Best regards, Bart > Dear All, > > I've two layers (elteresek and elteresek2), and I'd like to get features > from both of them using WFS GetFeature request. > If I apply one typename at a time, it works correct, but if I include > two t

[mapserver-users] WFS multiple typenames in request, only one in reply

2010-04-06 Thread Attila BERÉNYI
Dear All, I've two layers (elteresek and elteresek2), and I'd like to get features from both of them using WFS GetFeature request. If I apply one typename at a time, it works correct, but if I include two typenames in the request only the first is processed and included in the response. This