Merge pull request #819 from twpayne/fix-819

Drag rotate and zoom example is broken
This commit is contained in:
Tom Payne
2013-06-25 08:07:03 -07:00

View File

@@ -128,6 +128,7 @@ ol.interaction.Drag.prototype.handleMapBrowserEvent =
if (handled) {
this.dragging_ = true;
mapBrowserEvent.preventDefault();
mapBrowserEvent.stopOtherInteractions();
}
}
};