Exporting KML parser options
This is necessary because application developers need to be able to configure the KML parser.
This commit is contained in:
@@ -32,15 +32,6 @@ goog.require('ol.style.Polygon');
|
||||
goog.require('ol.style.PolygonLiteral');
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{extractAttributes: (boolean|undefined),
|
||||
* extractStyles: (boolean|undefined),
|
||||
* dimension: (number|undefined),
|
||||
* maxDepth: (number|undefined)}}
|
||||
*/
|
||||
ol.parser.KMLOptions;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
|
||||
Reference in New Issue
Block a user