From 7b8b0581905eff2ea15dd2efa37dbceace11db83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Wed, 28 Oct 2015 15:02:02 +0100 Subject: [PATCH] ol.format.TopoJSON is read only, update the jsdoc --- src/ol/format/topojsonformat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/format/topojsonformat.js b/src/ol/format/topojsonformat.js index 1a4cdb87b8..7ca1719240 100644 --- a/src/ol/format/topojsonformat.js +++ b/src/ol/format/topojsonformat.js @@ -17,7 +17,7 @@ goog.require('ol.proj'); /** * @classdesc - * Feature format for reading and writing data in the TopoJSON format. + * Feature format for reading data in the TopoJSON format. * * @constructor * @extends {ol.format.JSONFeature}