Re: [OpenLayers-Users] WFS GetFeature with Mapserver

2010-08-15 Thread Berényi Attila
Dear All, Finally I had some time to summarize my experiences with Mapserver's and OpeLayers' WFS GetFeature functionality. I've created a few pages showing different usage of the above mentioned services. WFS GetFeature Example, using MapServer and OpenLayers.Protocol.WFS.fromWMSLayer: -

Re: [OpenLayers-Users] WFS GetFeature with Mapserver

2010-04-07 Thread Attila Berényi
Dear All, Finally I've succeed applying WFS GetFeature (based on the GeoServer example here: http://openlayers.org/dev/examples/getfeature-wfs.html) with MapServer, and hereby I will share my experiences to give some help for the users with the same problem. So, using WFS GetFeature

[OpenLayers-Users] WFS GetFeature with Mapserver, multiple layers (typenames)

2010-04-07 Thread Attila Berényi
Dear All, I'd like to use WFS GetFeature function on more than one layers with MapServer. As of now I have a working example for one typename: http://webgis.fmt.bme.hu/gfi/t4.html (both hover and selection enabled). Now I look for a solution how to expand this feature for more than one

Re: [OpenLayers-Users] WFS GetFeature with Mapserver, multiple layers (typenames)

2010-04-07 Thread sunny74
Hi Attila, I had a look at your previous post i.e http://n2.nabble.com/WFS-GetFeature-with-Mapserver-td4748857.html#a4748857 http://n2.nabble.com/WFS-GetFeature-with-Mapserver-td4748857.html#a4748857 and also the link where you have the working example of WFS GetFeature with Mapserver.But

Re: [OpenLayers-Users] WFS GetFeature with Mapserver, multiple layers (typenames)

2010-04-07 Thread Attila BERÉNYI
Hi, Your code looks fine for me at first sight, what are the errors that you mention? Could you send a link or something where we can see what you have been done so far? Cheers, Attila 2010.04.07. 17:31 keltezéssel, sunny74 írta: Hi Attila, I had a look at your previous post i.e

Re: [OpenLayers-Users] WFS GetFeature on Mapserver doesn't work

2010-04-07 Thread Robert Sanson
Here is a WFS GetFeature request that work for me against my Mapserver installation: http://myserver/cgi-bin/agbwfs.exe?farmid=AS1request=getfeaturetypename=farmservice=wfsversion=1.0.0BBOX=1472102,5119440,1475670,5123000 The typename is just the layer name in the Mapserver map file.

Re: [OpenLayers-Users] WFS GetFeature with Mapserver

2010-03-18 Thread Balázs Szabó
hi You must to set your wms_onlineresource (your getCababilities should be work on that url: http://webgis.fmt.bme.hu/cgi-bin/mvmNewSERVICE=WMSVERSION=1.1.1REQUEST=getCapabilitiesif you are using wrapper script check it!). However I think you neednt set the WFS (this is WFS.fromWMSLayer), but I

[OpenLayers-Users] WFS GetFeature with Mapserver

2010-03-17 Thread Attila Berényi
Dear All, I'd like to create something similar to this http://openlayers.org/dev/examples/getfeature-wfs.html only difference, that I'd like to use Mapserver. This is the actual state: http://webgis.fmt.bme.hu/gfi/t4.html, the according WFS dump:

Re: [OpenLayers-Users] WFS GetFeature with Mapserver

2010-03-17 Thread Balázs Szabó
Hi layer = new OpenLayers.Layer.WMS(elteresek, http://webgis.fmt.bme.hu/cgi-bin/mvmNew?OUTPUTFORMAT=gml; .. I think this row is wrong, gml it isnt valid wms url! Balazs 2010/3/17 Attila Berényi a...@airdesignstudio.hu Dear All, I'd like to create something similar to this

Re: [OpenLayers-Users] WFS GetFeature with Mapserver

2010-03-17 Thread Attila BERÉNYI
Hi, I've tested GML3 output - no success :( - that's why this row appeared in the code. Anyway, thank you for letting me know, I've corrected it. BR, Attila 2010.03.17. 21:12 keltezéssel, Balázs Szabó írta: Hi layer = new OpenLayers.Layer.WMS(elteresek,