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`.

View File

@@ -0,0 +1 @@
@exportSymbol ol.format.KML

1359
src/ol/format/kmlformat.js Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff