Bare bones geom package

This commit is contained in:
Tim Schaub
2013-01-07 01:34:33 -05:00
parent 464be78a16
commit 997c7145ab
7 changed files with 121 additions and 0 deletions

7
src/ol/geom/geometry.js Normal file
View File

@@ -0,0 +1,7 @@
goog.provide('ol.geom.Geometry');
/**
* @interface
*/
ol.geom.Geometry = function() {};