From 92b852c512440ab7e47269c9d854fc6ec146c388 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 16 Jan 2014 19:43:47 +0100 Subject: [PATCH] Remove unused extractAttributes and extractStyles options --- src/objectliterals.jsdoc | 2 -- src/ol/format/kmlformat.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index ff886b03c1..20bc1e9ac5 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -270,8 +270,6 @@ * @typedef {Object} olx.format.KMLOptions * @property {Array.|undefined} defaultStyle Default style. The default * default style is the same as Google Earth. - * @property {boolean|undefined} extractAttributes Extract attributes. - * @property {boolean|undefined} extractStyles Extract styles. */ /** diff --git a/src/ol/format/kmlformat.js b/src/ol/format/kmlformat.js index 336d87e223..b9946963da 100644 --- a/src/ol/format/kmlformat.js +++ b/src/ol/format/kmlformat.js @@ -1,8 +1,6 @@ // FIXME add Styles with ids to sharedStyles_ // FIXME refactor StyleMap handling // FIXME handle highlighted keys in StyleMaps - use styleFunctions -// FIXME extractAttributes -// FIXME extractStyles // FIXME http://earth.google.com/kml/1.0 namespace? // FIXME why does node.getAttribute return an unknown type? // FIXME text