Removing addressed TODOs
This commit is contained in:
@@ -58,7 +58,6 @@ ol.control.Select = function(opt_options) {
|
|||||||
*/
|
*/
|
||||||
this.layers_ = goog.isDef(options.layers) ? options.layers : [];
|
this.layers_ = goog.isDef(options.layers) ? options.layers : [];
|
||||||
|
|
||||||
// TODO: handle addition, removal and re-ordering of layers
|
|
||||||
this.createSelectionLayers_();
|
this.createSelectionLayers_();
|
||||||
|
|
||||||
// TODO: css/button refactoring
|
// TODO: css/button refactoring
|
||||||
@@ -245,7 +244,6 @@ ol.control.Select.prototype.select = function(featuresByLayer, clear) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (goog.isFunction(layer.setRenderIntent)) {
|
if (goog.isFunction(layer.setRenderIntent)) {
|
||||||
// TODO: Implement setRenderIntent for ol.Layer.Vector
|
|
||||||
layer.setRenderIntent(ol.layer.VectorLayerRenderIntent.HIDDEN,
|
layer.setRenderIntent(ol.layer.VectorLayerRenderIntent.HIDDEN,
|
||||||
selectedFeatures);
|
selectedFeatures);
|
||||||
layer.setRenderIntent(ol.layer.VectorLayerRenderIntent.DEFAULT,
|
layer.setRenderIntent(ol.layer.VectorLayerRenderIntent.DEFAULT,
|
||||||
|
|||||||
Reference in New Issue
Block a user