From b200438a16b4dbaf67eb030f263d3d2210108092 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 15 Sep 2017 08:55:58 +0200 Subject: [PATCH] Add missing param doc tag for ol.format.WKT.prototype.writeFeatures --- src/ol/format/wkt.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/format/wkt.js b/src/ol/format/wkt.js index 819b4a1acd..dd625c15dd 100644 --- a/src/ol/format/wkt.js +++ b/src/ol/format/wkt.js @@ -394,6 +394,7 @@ ol.format.WKT.prototype.writeFeaturesText = function(features, opt_options) { * * @function * @param {ol.geom.Geometry} geometry Geometry. + * @param {olx.format.WriteOptions=} opt_options Write options. * @return {string} WKT string. * @api */