Add missing provide and require for ol.geom
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
goog.provide('ol.geom');
|
||||||
|
|
||||||
goog.require('ol.coordinate');
|
goog.require('ol.coordinate');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ goog.provide('ol.geom.LineString');
|
|||||||
|
|
||||||
goog.require('goog.asserts');
|
goog.require('goog.asserts');
|
||||||
goog.require('ol.CoordinateArray');
|
goog.require('ol.CoordinateArray');
|
||||||
|
goog.require('ol.geom');
|
||||||
goog.require('ol.geom.Geometry');
|
goog.require('ol.geom.Geometry');
|
||||||
goog.require('ol.geom.GeometryType');
|
goog.require('ol.geom.GeometryType');
|
||||||
goog.require('ol.geom.SharedVertices');
|
goog.require('ol.geom.SharedVertices');
|
||||||
|
|||||||
Reference in New Issue
Block a user