Block removePoint during while dragging
This commit is contained in:
@@ -889,7 +889,7 @@ ol.interaction.Modify.prototype.insertVertex_ = function(segmentData, vertex) {
|
|||||||
*/
|
*/
|
||||||
ol.interaction.Modify.prototype.removePoint = function() {
|
ol.interaction.Modify.prototype.removePoint = function() {
|
||||||
var handled = false;
|
var handled = false;
|
||||||
if (this.lastPointerEvent_) {
|
if (this.lastPointerEvent_ && this.lastPointerEvent_.type != ol.MapBrowserEvent.EventType.POINTERDRAG) {
|
||||||
var evt = this.lastPointerEvent_;
|
var evt = this.lastPointerEvent_;
|
||||||
this.willModifyFeatures_(evt);
|
this.willModifyFeatures_(evt);
|
||||||
handled = this.removeVertex_();
|
handled = this.removeVertex_();
|
||||||
|
|||||||
Reference in New Issue
Block a user