From: Florian S. <Flo...@Op...> - 2011-08-31 09:55:08
|
Hi, I've got a little problem here with Gwt-Openlayers, perhaps someone more clever than me has a good idea: Is there a possibility to select a VectorFeature in my Vector Layer (via code, not mouse clicking, obviously :-)? I know (read somewhere) that there is an (undocumented?) select method in the original JS OpenLayer code of SelectFeature, but the GWT OpenLayers Implementation only offers an unselect method in the SelectFeatureImpl class. I would need that method to synchronize the state of the vector layer with another widget. Would be great if anyone had a good idea on how to do that. Regards, Flo |