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

@@ -5,6 +5,7 @@ goog.require('goog.asserts');
goog.require('goog.object');
goog.require('ol.extent');
goog.require('ol.geom.Geometry');
goog.require('ol.geom.GeometryType');