Defines in ol namespace defined in ol.js

This commit is contained in:
Tim Schaub
2014-04-30 08:45:02 -06:00
parent cec41c4b0a
commit e4e3b2229a
10 changed files with 50 additions and 42 deletions
+1 -6
View File
@@ -7,17 +7,12 @@ goog.provide('ol.proj.Units');
goog.require('goog.array');
goog.require('goog.asserts');
goog.require('goog.object');
goog.require('ol');
goog.require('ol.Extent');
goog.require('ol.TransformFunction');
goog.require('ol.sphere.NORMAL');
/**
* @define {boolean} Enable Proj4js.
*/
ol.ENABLE_PROJ4JS = true;
/**
* Have Proj4js.
* @const