OpenLayers. | |
Properties | |
dragControl | {<OpenLayers.Control.ModifyFeature>} |
Functions | |
OpenLayers. | Create a new EditFeature_Split control. |
setFeatureControl | Create a new OpenLayers.Control.ModifyFeature control and assign it to this control. |
getLayerEventListeners | {Object} The events to add/remove listeners for this control |
onBeforeFeatureModified | Called on layer “beforefeaturemodified” event triggered. |
delegateToEditFeature | Used to delegate the editing to the updateControl. |
Create a new OpenLayers.Control.ModifyFeature control and assign it to this control.
setFeatureControl: function( layer )
{Object} The events to add/remove listeners for this control
getLayerEventListeners: function()
Called on layer “beforefeaturemodified” event triggered.
onBeforeFeatureModified: function( object )
Used to delegate the editing to the updateControl.
delegateToEditFeature_Update: function( object )