Marking the geometry type enum as stable

This commit is contained in:
Tim Schaub
2013-12-05 14:58:22 -07:00
parent 9d00b1b993
commit 8297f6a9da
+1 -1
View File
@@ -13,7 +13,7 @@ goog.require('ol.TransformFunction');
* Geometry types. * Geometry types.
* *
* @enum {string} * @enum {string}
* @todo stability experimental * @todo stability stable
*/ */
ol.geom.GeometryType = { ol.geom.GeometryType = {
POINT: 'Point', POINT: 'Point',