From 52ad0bc62f55e308dfd5f05b65ac331e9806f9ea Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Thu, 23 Apr 2015 13:31:50 +0200 Subject: [PATCH] Add basic docs for wktformat --- src/ol/format/wktformat.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ol/format/wktformat.js b/src/ol/format/wktformat.js index c252bd30cd..edde426c9c 100644 --- a/src/ol/format/wktformat.js +++ b/src/ol/format/wktformat.js @@ -18,6 +18,10 @@ goog.require('ol.geom.Polygon'); /** + * @classdesc + * Geometry format for reading and writing data in the `WellKnownText` (WKT) + * format. + * * @constructor * @extends {ol.format.TextFeature} * @param {olx.format.WKTOptions=} opt_options Options.