OpenLayers.Control.EditFeature_Update

Inherits From

Summary
OpenLayers.Control.EditFeature_Update
Functions
OpenLayers.Control.EditFeature_UpdateCreate a new EditFeature_Update control.
setFeatureControlCreate a ModifyFeature or SelectFeature control and assign it to this control.

Functions

OpenLayers.Control.EditFeature_Update

Create a new EditFeature_Update control.

Parameters

options{Object} Optional object whose properties will be set on the control.

setFeatureControl

setFeatureControl: function(layer)

Create a ModifyFeature or SelectFeature control and assign it to this control.  The choice of the control depends on this.editgeom property.

Parameters

layer{<OpenLayers.Layer.Vector>} The vector layer to assign the created control to.
setFeatureControl: function(layer)
Create a ModifyFeature or SelectFeature control and assign it to this control.
N.B.
Close