transformFeature() already call drawHandles
This commit is contained in:
@@ -513,7 +513,6 @@ OpenLayers.Control.TransformFeature = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
onDrag: function(feature, pixel) {
|
onDrag: function(feature, pixel) {
|
||||||
if(feature === control.box) {
|
if(feature === control.box) {
|
||||||
control.transformFeature({center: control.center});
|
control.transformFeature({center: control.center});
|
||||||
control.drawHandles();
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// set a new feature
|
// set a new feature
|
||||||
|
|||||||
Reference in New Issue
Block a user