Sorting properties
This commit is contained in:
@@ -295,12 +295,12 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {Object} ol.parser.KMLOptions
|
* @typedef {Object} ol.parser.KMLOptions
|
||||||
|
* @property {number|undefined} dimension Create geometries with `dimension`
|
||||||
|
* dimensions. Default is 3.
|
||||||
* @property {boolean|undefined} extractAttributes Should we extract attributes
|
* @property {boolean|undefined} extractAttributes Should we extract attributes
|
||||||
* from the KML? Default is `true´.
|
* from the KML? Default is `true´.
|
||||||
* @property {boolean|undefined} extractStyles Should we extract styles from the
|
* @property {boolean|undefined} extractStyles Should we extract styles from the
|
||||||
* KML? Default is `false`.
|
* KML? Default is `false`.
|
||||||
* @property {number|undefined} dimension Create geometries with `dimension`
|
|
||||||
* dimensions. Default is 3.
|
|
||||||
* @property {number|undefined} maxDepth Maximum depth to follow network links.
|
* @property {number|undefined} maxDepth Maximum depth to follow network links.
|
||||||
* Default is 0, which means we don't follow network links at all.
|
* Default is 0, which means we don't follow network links at all.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user