From d5c0fdd557e453ee415e803c2a6cdc364ac2418d Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 21 Aug 2013 14:23:19 +0200 Subject: [PATCH] Removing addressed TODOs --- src/ol/control/selectcontrol.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ol/control/selectcontrol.js b/src/ol/control/selectcontrol.js index 154511c7f2..951691ca53 100644 --- a/src/ol/control/selectcontrol.js +++ b/src/ol/control/selectcontrol.js @@ -58,7 +58,6 @@ ol.control.Select = function(opt_options) { */ this.layers_ = goog.isDef(options.layers) ? options.layers : []; - // TODO: handle addition, removal and re-ordering of layers this.createSelectionLayers_(); // TODO: css/button refactoring @@ -245,7 +244,6 @@ ol.control.Select.prototype.select = function(featuresByLayer, clear) { } } if (goog.isFunction(layer.setRenderIntent)) { - // TODO: Implement setRenderIntent for ol.Layer.Vector layer.setRenderIntent(ol.layer.VectorLayerRenderIntent.HIDDEN, selectedFeatures); layer.setRenderIntent(ol.layer.VectorLayerRenderIntent.DEFAULT,