Rename _ol_interaction_DragRotateAndZoom_ to DragRotateAndZoom
This commit is contained in:
@@ -3,7 +3,7 @@ import _ol_View_ from '../src/ol/View.js';
|
||||
import _ol_control_ from '../src/ol/control.js';
|
||||
import FullScreen from '../src/ol/control/FullScreen.js';
|
||||
import _ol_interaction_ from '../src/ol/interaction.js';
|
||||
import _ol_interaction_DragRotateAndZoom_ from '../src/ol/interaction/DragRotateAndZoom.js';
|
||||
import DragRotateAndZoom from '../src/ol/interaction/DragRotateAndZoom.js';
|
||||
import _ol_layer_Tile_ from '../src/ol/layer/Tile.js';
|
||||
import _ol_source_BingMaps_ from '../src/ol/source/BingMaps.js';
|
||||
|
||||
@@ -13,7 +13,7 @@ var map = new _ol_Map_({
|
||||
new FullScreen()
|
||||
]),
|
||||
interactions: _ol_interaction_.defaults().extend([
|
||||
new _ol_interaction_DragRotateAndZoom_()
|
||||
new DragRotateAndZoom()
|
||||
]),
|
||||
layers: [
|
||||
new _ol_layer_Tile_({
|
||||
|
||||
Reference in New Issue
Block a user