Re: [OpenLayers-Dev] Control.GetFeature question

2009-12-18 Thread Andreas Hocevar
On 2009-12-18 10:42, Bart van den Eijnden wrote: > my problem is that I need 1 event before the WFS request is sent, so that I > can clear my store for a grid. I also need one after all the featureselected > events have finished for the box query, so that I know I am done and that I > can reconf

Re: [OpenLayers-Dev] Control.GetFeature question

2009-12-18 Thread Bart van den Eijnden
Hi Andreas, my problem is that I need 1 event before the WFS request is sent, so that I can clear my store for a grid. I also need one after all the featureselected events have finished for the box query, so that I know I am done and that I can reconfigure my grid with the new store. The befor

Re: [OpenLayers-Dev] Control.GetFeature question

2009-12-18 Thread Andreas Hocevar
On 2009-12-18 09:59, Bart van den Eijnden wrote: > Hi list, > > when the above mentioned control is used in box mode, for every retrieved > feature a featureselected event is triggered with 1 feature. > > Questions: > 1) why not 1 event with all the features in an array? > Because you can use