Add missing provide and require for ol.geom

This commit is contained in:
Tim Schaub
2013-08-30 13:32:04 -06:00
parent 58fe110419
commit 33f4d1e0ee
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ goog.provide('ol.geom.LineString');
goog.require('goog.asserts');
goog.require('ol.CoordinateArray');
goog.require('ol.geom');
goog.require('ol.geom.Geometry');
goog.require('ol.geom.GeometryType');
goog.require('ol.geom.SharedVertices');