-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add/remove layers #39
Comments
Good feature requirement to have parity with other libraries, such as maplibre-gl-js! |
Maximkaaa
added a commit
that referenced
this issue
Feb 6, 2024
Add `LayerCollection` struct with some methods to change the layers list of a map. Also provides `as_any` method on layers to allow downcasting layers from the list into concrete types. Fixes #39
Maximkaaa
added a commit
that referenced
this issue
Feb 6, 2024
Add `LayerCollection` struct with some methods to change the layers list of a map. Also provides `as_any` method on layers to allow downcasting layers from the list into concrete types. Fixes #39
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey!
I'd like to be able to dynamically add and remove layers. My use case is a GUI where users can load files containing features, reorder them, and remove them.
The text was updated successfully, but these errors were encountered: