Add goog.provide('ol.geom.GeometryType')

This commit is contained in:
oterral
2014-01-10 13:53:43 +01:00
parent 1f0183cc03
commit 235af49f0b
12 changed files with 12 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ goog.require('goog.object');
goog.require('ol.Feature');
goog.require('ol.format.JSON');
goog.require('ol.geom.GeometryCollection');
goog.require('ol.geom.GeometryType');
goog.require('ol.geom.LineString');
goog.require('ol.geom.MultiLineString');
goog.require('ol.geom.MultiPoint');
+1
View File
@@ -21,6 +21,7 @@ goog.require('ol.Feature');
goog.require('ol.feature');
goog.require('ol.format.XML');
goog.require('ol.geom.GeometryCollection');
goog.require('ol.geom.GeometryType');
goog.require('ol.geom.LineString');
goog.require('ol.geom.MultiLineString');
goog.require('ol.geom.MultiPoint');