Bare bones geom package
This commit is contained in:
7
src/ol/geom/geometry.js
Normal file
7
src/ol/geom/geometry.js
Normal file
@@ -0,0 +1,7 @@
|
||||
goog.provide('ol.geom.Geometry');
|
||||
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
ol.geom.Geometry = function() {};
|
||||
Reference in New Issue
Block a user