Add experimental controls infrastructure, thanks @elemoine
This commit is contained in:
@@ -3,11 +3,13 @@ goog.provide('ol');
|
||||
goog.require('ol.Array');
|
||||
goog.require('ol.ArrayEvent');
|
||||
goog.require('ol.ArrayEventType');
|
||||
goog.require('ol.Control');
|
||||
goog.require('ol.Extent');
|
||||
goog.require('ol.Layer');
|
||||
goog.require('ol.LayerProperty');
|
||||
goog.require('ol.LayerRenderer');
|
||||
goog.require('ol.Map');
|
||||
goog.require('ol.MapBrowserEvent');
|
||||
goog.require('ol.MapProperty');
|
||||
goog.require('ol.Object');
|
||||
goog.require('ol.Projection');
|
||||
@@ -22,6 +24,7 @@ goog.require('ol.TileStore');
|
||||
goog.require('ol.TileUrlFunction');
|
||||
goog.require('ol.TileUrlFunctionType');
|
||||
goog.require('ol.TransformFunction');
|
||||
goog.require('ol.control.DblClickZoom');
|
||||
goog.require('ol.createMap');
|
||||
goog.require('ol.dom');
|
||||
goog.require('ol.dom.LayerRenderer');
|
||||
|
||||
Reference in New Issue
Block a user