diff --git a/src/ol/geom/geometry.js b/src/ol/geom/geometry.js index bafdcff6db..09d93cf5f2 100644 --- a/src/ol/geom/geometry.js +++ b/src/ol/geom/geometry.js @@ -13,7 +13,7 @@ goog.require('ol.TransformFunction'); * Geometry types. * * @enum {string} - * @todo stability experimental + * @todo stability stable */ ol.geom.GeometryType = { POINT: 'Point',