Re: [OpenLayers-Dev] ModifyFeature control - multiple selection support

2009-12-11 Thread Andreas Hocevar
Hi, I think the future way to go is something based on Tim's experiments with the FeatureAgent. See the example: http://dev.openlayers.org/sandbox/tschaub/select/examples/feature-events.html Multilayer support for ModifyFeature would e.g. still not make it possible to grab features that are

Re: [OpenLayers-Dev] ModifyFeature control - multiple selection support

2009-12-11 Thread Alexandre Dube
Andreas, Nice. So instead of using a FeatureHandler, the future SelectControl would listen to these events instead, right ? Alexandre Andreas Hocevar wrote: Hi, I think the future way to go is something based on Tim's experiments with the FeatureAgent. See the example:

Re: [OpenLayers-Dev] ModifyFeature control - multiple selection support

2009-12-11 Thread Andreas Hocevar
On 2009-12-11 17:08, Alexandre Dube wrote: Andreas, Nice. So instead of using a FeatureHandler, the future SelectControl would listen to these events instead, right ? Yes, and it would be much easier to interact with features even without the SelectFeature control. Regards, Andreas. --

Re: [OpenLayers-Dev] ModifyFeature control - multiple selection support

2009-12-11 Thread Alexandre Dube
Right. The only thing left useful with the SelectFeature control is to store the selected features in the layer's selectedFeature's array. So, users would have to do that manually and as they please from there on... Sounds logical. Thanks Andreas for the pointers, Alexandre Andreas