Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kotfic opened this issue May 3, 2017 · 0 comments

Comments

@kotfic
Copy link
Contributor

kotfic commented May 3, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant