From 180a75d71446e75294075ad163ed1193cd1ed213 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 16 Mar 2015 09:20:57 +0100 Subject: [PATCH] Mark ol.format.GeoJSON#writeFeature option param optional --- src/ol/format/geojsonformat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/format/geojsonformat.js b/src/ol/format/geojsonformat.js index 457953a03d..cdfc8a01b3 100644 --- a/src/ol/format/geojsonformat.js +++ b/src/ol/format/geojsonformat.js @@ -482,7 +482,7 @@ ol.format.GeoJSON.prototype.readProjectionFromObject = function(object) { * * @function * @param {ol.Feature} feature Feature. - * @param {olx.format.WriteOptions} options Write options. + * @param {olx.format.WriteOptions=} opt_options Write options. * @return {string} GeoJSON. * @api stable */