[OpenLayers-Dev] Re: setFeature for ModifyFeature control

dr rykovd at gmail.com
Fri Mar 18 06:52:29 EDT 2011


I've solved described problem by using additional
OpenLayers.Control.SelectFeature control. After using selectFeature method
of OpenLayers.Control.ModifyFeature control run select method of
OpenLayers.Control.SelectFeature control. For example:

ctrlSelectFeature.select(selectedFeature);
ctrlModifyFeature.selectFeature(selectedFeature);

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/setFeature-for-ModifyFeature-control-tp6184030p6184079.html
Sent from the OpenLayers Dev mailing list archive at Nabble.com.


More information about the Dev mailing list