geonotebook icon indicating copy to clipboard operation
geonotebook copied to clipboard

TimeSeriseLayer will not remove properly if not on the first layer in the RasterDataCollection

Open kotfic opened this issue 7 years ago • 0 comments

This has to do with how we store the key/value pair in M.layers._layers. the _remove_layer callback takes a name (the name of the layer currently on the map) and then tries to remove that layer on M.layers._layer. If that isn't the first layer it won't be found in M.layers._layers.

kotfic avatar May 03 '17 19:05 kotfic