Merge pull request #1481 from twpayne/vector-api-kml-default-style

[vector-api] Configurable default styling for KML
This commit is contained in:
Tom Payne
2014-01-09 02:43:48 -08:00
3 changed files with 31 additions and 20 deletions

View File

@@ -262,6 +262,8 @@
/**
* @typedef {Object} olx.format.KMLOptions
* @property {Array.<ol.style.Style>|undefined} defaultStyle Default style. The default
* default style is the same as Google Earth.
* @property {boolean|undefined} extractAttributes Extract attributes.
* @property {boolean|undefined} extractStyles Extract styles.
*/
@@ -579,6 +581,7 @@
/**
* @typedef {Object} olx.source.KMLOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {Array.<ol.style.Style>|undefined} defaultStyle Default style.
* @property {Document|undefined} doc Document.
* @property {ol.Extent|undefined} extent Extent.
* @property {string|undefined} logo Logo.