Ticket #2386 (closed feature: duplicate)

Opened 3 years ago

Last modified 3 years ago

Control.GetFeature needs more events in box mode

Reported by: bartvde Owned by:
Priority: minor Milestone: 2.9 Release
Component: Control Version: 2.8
Keywords: Cc:
State:

Description

Currently in box mode Control.GetFeature sends a featureselected events for each of the features retrieved. However, no event is sent before the request to the WFS is fired, and also not when all the features have been sent using events, i.e. when the last featureselected event has gone off.

This info is needed e.g. when you want to synchronize an Ext store based on the GetFeature control.

Change History

Changed 3 years ago by rdewit

Bart,

I needed this too for a project and added a 'featuresselected' event (in a custom OL). You also need a 'beforefeaturesselected' event? Maybe we should gather what events are needed and then create a patch. I'm happy to assist.

Roald

Changed 3 years ago by bartvde

Hi Roald, this is what Andreas suggested as well (identical naming), so I'll create the patch with the events. If you could review/test that would be nice.

Changed 3 years ago by bartvde

  • status changed from new to closed
  • resolution set to duplicate

duplicate of ticket:2442

Note: See TracTickets for help on using tickets.