diff --git a/src/ol/geom/geometry.js b/src/ol/geom/geometry.js index 89cb7900ad..ad3ef65128 100644 --- a/src/ol/geom/geometry.js +++ b/src/ol/geom/geometry.js @@ -15,9 +15,9 @@ goog.require('goog.events.EventType'); * @enum {string} */ ol.geom.GeometryType = { - POINT: 'point', - LINE_STRING: 'line_string', - POLYGON: 'polygon' + POINT: 'Point', + LINE_STRING: 'LineString', + POLYGON: 'Polygon' };