From 7bf44078e178bd5da25b31406e92edf631b7dc9e Mon Sep 17 00:00:00 2001 From: Jiri Lysek Date: Thu, 19 Mar 2020 13:32:02 +0100 Subject: [PATCH] fixed type comment --- src/ol/format/KML.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/format/KML.js b/src/ol/format/KML.js index e693a4e127..2833548651 100644 --- a/src/ol/format/KML.js +++ b/src/ol/format/KML.js @@ -1253,7 +1253,7 @@ function iconStyleParser(node, objectStack) { let scale = /** @type {number|undefined} */ (object['scale']); - const color = /** @type {[number]|undefined} */ + const color = /** @type {Array|undefined} */ (object['color']); if (drawIcon) {