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

View File

@@ -13,7 +13,7 @@ goog.require('ol.TransformFunction');
* Geometry types.
*
* @enum {string}
* @todo stability experimental
* @todo stability stable
*/
ol.geom.GeometryType = {
POINT: 'Point',