Remove unused extractAttributes and extractStyles options

This commit is contained in:
Tom Payne
2014-01-16 19:43:47 +01:00
parent a83df1ee30
commit 92b852c512
2 changed files with 0 additions and 4 deletions

View File

@@ -270,8 +270,6 @@
* @typedef {Object} olx.format.KMLOptions * @typedef {Object} olx.format.KMLOptions
* @property {Array.<ol.style.Style>|undefined} defaultStyle Default style. The default * @property {Array.<ol.style.Style>|undefined} defaultStyle Default style. The default
* default style is the same as Google Earth. * default style is the same as Google Earth.
* @property {boolean|undefined} extractAttributes Extract attributes.
* @property {boolean|undefined} extractStyles Extract styles.
*/ */
/** /**

View File

@@ -1,8 +1,6 @@
// FIXME add Styles with ids to sharedStyles_ // FIXME add Styles with ids to sharedStyles_
// FIXME refactor StyleMap handling // FIXME refactor StyleMap handling
// FIXME handle highlighted keys in StyleMaps - use styleFunctions // FIXME handle highlighted keys in StyleMaps - use styleFunctions
// FIXME extractAttributes
// FIXME extractStyles
// FIXME http://earth.google.com/kml/1.0 namespace? // FIXME http://earth.google.com/kml/1.0 namespace?
// FIXME why does node.getAttribute return an unknown type? // FIXME why does node.getAttribute return an unknown type?
// FIXME text // FIXME text