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

View File

@@ -1,6 +1,7 @@
goog.provide('ol.geom.MultiPoint');
goog.require('ol.extent');
goog.require('ol.geom.GeometryType');
goog.require('ol.geom.Point');
goog.require('ol.geom.SimpleGeometry');
goog.require('ol.geom.flat');