1
vote
0answers
356 views

Add wfs layer to openlayers map

(UPDATE QUESTION) Hi guys. I have a problem with WFS request, mine is follow: var wfs = new OpenLayers.Layer.Vector("WFS",{ strategies: [new OpenLayers.Strategy.Fixed()], ...
3
votes
1answer
233 views

Is it possible to setup fiddler to capture requests from QGIS

I want to know if it is possible setup fiddler to capture WMS/WFS requests from QGIS and how to do it. Fiddler is capturing the requests from MapInfo and I don't remember making any setup in fiddler ...
1
vote
3answers
2k views

OpenLayers WFS protocol: work with filters if the protocol is defined out of layer constructor

follow question:wfs-load-feature-check the scenario is: i am trying to load a WFS layer, since it takes a while to load all features, I want to give user a notice while waiting for response. the ...
3
votes
2answers
3k views

OpenLayers load WFS vector layer: how to check whether all features are returned from server?

in my app, it takes several seconds to return all features of a WFS layer from server, I am just wondering whether there is a way to check whether all features are returned in coding, so that we can ...