Exporting KML parser options

This is necessary because application developers need to be able
to configure the KML parser.
This commit is contained in:
ahocevar
2013-04-22 22:37:20 +02:00
parent 0421ad71e8
commit c16b941909
2 changed files with 12 additions and 9 deletions

View File

@@ -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