From a2ae18d89a56e2982b4be30bb765134e84e6ec53 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Mon, 13 Apr 2020 13:27:42 +0200 Subject: [PATCH] Fix private scope type issues in format/KML --- src/ol/format/KML.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ol/format/KML.js b/src/ol/format/KML.js index 9b9f2b9fc8..f3949cf25d 100644 --- a/src/ol/format/KML.js +++ b/src/ol/format/KML.js @@ -439,7 +439,6 @@ class KML extends XMLFeature { options.extractStyles !== undefined ? options.extractStyles : true; /** - * @private * @type {boolean} */ this.writeStyles_ = @@ -459,7 +458,6 @@ class KML extends XMLFeature { options.showPointNames !== undefined ? options.showPointNames : true; /** - * @private * @type {null|string} */ this.crossOrigin_ =