Merge pull request #638 from ahocevar/kml-options

KML rendering in advanced compilation mode. r=@bartvde
This commit is contained in:
ahocevar
2013-04-23 00:09:26 -07:00
2 changed files with 12 additions and 9 deletions

View File

@@ -33,15 +33,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