Use goog.DEBUG instead of ol.DEBUG for now
This commit is contained in:
@@ -14,14 +14,6 @@ goog.provide('ol');
|
||||
ol.ASSUME_TOUCH = false;
|
||||
|
||||
|
||||
/**
|
||||
* @define {boolean} Debug mode. When set to `false` (recommended for
|
||||
* production), debug assertion checks will be stripped out of the build.
|
||||
* Default is `true`.
|
||||
*/
|
||||
ol.DEBUG = true;
|
||||
|
||||
|
||||
/**
|
||||
* TODO: rename this to something having to do with tile grids
|
||||
* see https://github.com/openlayers/ol3/issues/2076
|
||||
|
||||
Reference in New Issue
Block a user