Add ol.format.KML

This commit is contained in:
Tom Payne
2013-12-18 20:05:51 +01:00
parent 578699970e
commit 1d8f81d637
5 changed files with 7338 additions and 0 deletions

View File

@@ -260,6 +260,12 @@
* Possible values are `barometric`, `gps`, and `none`. Default is `none`.
*/
/**
* @typedef {Object} olx.format.KMLOptions
* @property {boolean|undefined} extractAttributes Extract attributes.
* @property {boolean|undefined} extractStyles Extract styles.
*/
/**
* @typedef {Object} olx.interaction.DoubleClickZoomOptions
* @property {number|undefined} duration Animation duration in milliseconds. Default is `250`.