Tagged Questions
2
votes
1answer
235 views
LoadingPanel - Waiting for Vector & WFS loading
I have vector layer with WFS protocol. and because I have a huge amount of data, there is a while before features loaded on the map.
So i need to tell user to wait a moment until they load by ...
3
votes
1answer
338 views
Waiting for Vector & WFS loading
user borrowed from friend
since i use vector layer with wfs protocol, there is a little while before features loaded on the map. So i need to tell user to wait a moment until they load.
what best ...
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 ...