From 419483facedc464237b321e650f063c337e9fa13 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 2 Apr 2015 12:56:11 +0200 Subject: [PATCH] Stable GeoJSON read/write methods --- src/ol/format/geojsonformat.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ol/format/geojsonformat.js b/src/ol/format/geojsonformat.js index 4351d506ec..30dd616e59 100644 --- a/src/ol/format/geojsonformat.js +++ b/src/ol/format/geojsonformat.js @@ -524,8 +524,8 @@ ol.format.GeoJSON.prototype.writeFeature; * * @param {ol.Feature} feature Feature. * @param {olx.format.WriteOptions=} opt_options Write options. - * @api * @return {Object} Object. + * @api stable */ ol.format.GeoJSON.prototype.writeFeatureObject = function( feature, opt_options) { @@ -571,7 +571,7 @@ ol.format.GeoJSON.prototype.writeFeatures; * @param {Array.} features Features. * @param {olx.format.WriteOptions=} opt_options Write options. * @return {Object} GeoJSON Object. - * @api + * @api stable */ ol.format.GeoJSON.prototype.writeFeaturesObject = function(features, opt_options) { @@ -606,7 +606,7 @@ ol.format.GeoJSON.prototype.writeGeometry; * @param {ol.geom.Geometry} geometry Geometry. * @param {olx.format.WriteOptions=} opt_options Write options. * @return {GeoJSONGeometry|GeoJSONGeometryCollection} Object. - * @api + * @api stable */ ol.format.GeoJSON.prototype.writeGeometryObject = function(geometry, opt_options) {