Add preliminary read support for features

This commit is contained in:
Bart van den Eijnden
2014-02-24 10:31:48 +01:00
parent 54426133ab
commit 796e7be623
5 changed files with 1201 additions and 3 deletions

View File

@@ -304,6 +304,12 @@
* default style is the same as Google Earth.
*/
/**
* @typedef {Object} olx.format.GMLOptions
* @property {string} featureNS Feature namespace.
* @property {string} featureType Feature type to parse.
*/
/**
* @typedef {Object} olx.interaction.DoubleClickZoomOptions
* @property {number|undefined} duration Animation duration in milliseconds. Default is `250`.