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
@@ -7,6 +7,7 @@ goog.require('ol.Feature');
goog.require('ol.Map');
goog.require('ol.MapBrowserEvent');
goog.require('ol.MapBrowserEvent.EventType');
goog.require('ol.geom.GeometryType');
goog.require('ol.geom.LineString');
goog.require('ol.geom.Point');
goog.require('ol.geom.Polygon');