From 73a48eb3d413182a1dd95f8a50442ab15f9b6325 Mon Sep 17 00:00:00 2001 From: Kevin Schmidt Date: Fri, 28 Sep 2018 07:56:07 -0600 Subject: [PATCH] Flag optional param to fix TS error --- src/ol/format/TopoJSON.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/format/TopoJSON.js b/src/ol/format/TopoJSON.js index 7875d74ea9..152c0b82b3 100644 --- a/src/ol/format/TopoJSON.js +++ b/src/ol/format/TopoJSON.js @@ -139,7 +139,7 @@ class TopoJSON extends JSONFeature { /** * @const - * @type {Object} + * @type {Object} */ const GEOMETRY_READERS = { 'Point': readPointGeometry,