Add ol.MapBrowserEvent.stopOtherInteractions

When called, stops the interaction chain.
This commit is contained in:
Frederic Junod
2013-06-18 12:59:30 +02:00
parent 2bd87313cd
commit bed44dd82c
6 changed files with 18 additions and 1 deletions
@@ -93,6 +93,7 @@ ol.interaction.MouseWheelZoom.prototype.handleMapBrowserEvent =
goog.bind(this.doZoom_, this, map), timeLeft);
mapBrowserEvent.preventDefault();
mapBrowserEvent.stopOtherInteractions();
}
};