Fix private scope type issues in format/KML
This commit is contained in:
@@ -439,7 +439,6 @@ class KML extends XMLFeature {
|
|||||||
options.extractStyles !== undefined ? options.extractStyles : true;
|
options.extractStyles !== undefined ? options.extractStyles : true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
this.writeStyles_ =
|
this.writeStyles_ =
|
||||||
@@ -459,7 +458,6 @@ class KML extends XMLFeature {
|
|||||||
options.showPointNames !== undefined ? options.showPointNames : true;
|
options.showPointNames !== undefined ? options.showPointNames : true;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
|
||||||
* @type {null|string}
|
* @type {null|string}
|
||||||
*/
|
*/
|
||||||
this.crossOrigin_ =
|
this.crossOrigin_ =
|
||||||
|
|||||||
Reference in New Issue
Block a user