Add ol.format.KML defaultStyle option

This commit is contained in:
Tom Payne
2014-01-07 14:38:40 +01:00
parent 2cc4dd8985
commit 6b94baf291
2 changed files with 27 additions and 19 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.
*/