Implement initial drag zoom control (shift + drag)

This commit is contained in:
Tom Payne
2012-07-19 00:28:49 +02:00
parent 3ff84dce9b
commit d47eb3453f
2 changed files with 53 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ goog.require('ol.TransformFunction');
goog.require('ol.control.DblClickZoom');
goog.require('ol.control.Drag');
goog.require('ol.control.DragPan');
goog.require('ol.control.DragZoom');
goog.require('ol.control.MouseWheelZoom');
goog.require('ol.createMap');
goog.require('ol.dom');