Update externs and ol.HAVE_PROJ4JS for new proj4js API
This commit is contained in:
@@ -19,7 +19,7 @@ goog.require('ol.sphere.NORMAL');
|
||||
* @const
|
||||
* @type {boolean}
|
||||
*/
|
||||
ol.HAVE_PROJ4JS = ol.ENABLE_PROJ4JS && typeof Proj4js == 'object';
|
||||
ol.HAVE_PROJ4JS = ol.ENABLE_PROJ4JS && typeof proj4 == 'function';
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user