Merge pull request #6442 from fredj/goog.require
Fix missing goog.require
This commit is contained in:
@@ -7,7 +7,7 @@ goog.require('ol.source.VectorTile');
|
|||||||
goog.require('ol.layer.Tile');
|
goog.require('ol.layer.Tile');
|
||||||
goog.require('ol.layer.VectorTile');
|
goog.require('ol.layer.VectorTile');
|
||||||
goog.require('ol.tilegrid');
|
goog.require('ol.tilegrid');
|
||||||
goog.require('ol.proj');
|
goog.require('ol.proj.Projection');
|
||||||
|
|
||||||
|
|
||||||
var replacer = function(key, value) {
|
var replacer = function(key, value) {
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ goog.require('ol.asserts');
|
|||||||
goog.require('ol.coordinate');
|
goog.require('ol.coordinate');
|
||||||
goog.require('ol.easing');
|
goog.require('ol.easing');
|
||||||
goog.require('ol.extent');
|
goog.require('ol.extent');
|
||||||
|
goog.require('ol.geom.GeometryType');
|
||||||
goog.require('ol.geom.Polygon');
|
goog.require('ol.geom.Polygon');
|
||||||
goog.require('ol.geom.SimpleGeometry');
|
goog.require('ol.geom.SimpleGeometry');
|
||||||
goog.require('ol.proj');
|
goog.require('ol.proj');
|
||||||
|
|||||||
Reference in New Issue
Block a user