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_ =