"snappingOptions" option is not used neither in lib examples and evidence.
This commit is contained in:
@@ -246,7 +246,6 @@ OpenLayers.Control.ModifyFeature = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
// configure the drag control
|
// configure the drag control
|
||||||
var dragOptions = {
|
var dragOptions = {
|
||||||
geometryTypes: ["OpenLayers.Geometry.Point"],
|
geometryTypes: ["OpenLayers.Geometry.Point"],
|
||||||
snappingOptions: this.snappingOptions,
|
|
||||||
onStart: function(feature, pixel) {
|
onStart: function(feature, pixel) {
|
||||||
control.dragStart.apply(control, [feature, pixel]);
|
control.dragStart.apply(control, [feature, pixel]);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user