-
Notifications
You must be signed in to change notification settings - Fork 513
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
Implementation of toggling layer visibility #1197
Conversation
Thanks. Added requested changed in 7438711.
It does not throw, however it leaves a 'null' message in the debug window, which is rather annoying, so I added the check anyway. |
Fixed linter errors as well. |
im in need of this function. Hopefully we can get this update soon |
I think this is ready to be merged. |
I'm seeing some failed checks for this change request. What seems to be the problem? |
No failed checks. This repo's CI fails to build artifacts because of incorrectly wired secrets / tokens. This is ready to be merged. @felix-ht |
@srmanc the checks actually failed as of #1212 |
@srmanc could you rebase on master? |
…lutter-mapbox-gl#1187) * fix: can not find path when run script in macOS & nested dart types errors * fix: can not sync project * feat: support heatmap layer * feat: support heatmap layer * feat: support heatmap layer * feat: support heatmap layer * local pbxproj * fix: error when not await future setSymboAllowOverlap in example * fix: error when not await future setSymboAllowOverlap in example * add fill extrusion example * fix: error generate code swift template with snake case * migration: edit swift template & add ios rename props * feat: support fill extrusion layer * ci: run jobs * docs: support fill extrusion layer * docs: support fill extrusion layer * refactor codegen * add update image source example * feat: update image for image source * remove xcode teamid
…mapbox-gl#1217) * Backwards compatibility for delayed disposal in flutter 2.x * Backwards compatible TextureAndroidViewController with support for size in create method * Formatting cleanup Co-authored-by: Simon Irmančnik <[email protected]>
@felix-ht You're right, didn't see that. Just rebased. |
@srmanc i think something went wrong with the merge - (cherry pick?) - as this shows a large number of changes (same with the other pr) |
@felix-ht I just did rebase on master and then a pull --rebase and a push, somehow changes did not reflect the master tip. I did another merge with master and pushed, seems okay now. |
still pending huh. |
@felix-ht Do you think we could look at all the pending PRs in the near future? @carson1998 |
I'm also waiting for this important feature. I need it for a radar player in my weather app. |
Any news here? I would really like to use this package, but I need that feature. |
Ping. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Implementation of toggling layer visibility * Added documentation to setVisibility, added check if layerId exists * Fixed linter errors Co-authored-by: Simon Irmančnik <[email protected]>
When can I use this toggle layer visibility feature? |
This PR addresses toggling layer visibility when a correct layer ID is supplied.
Works cross-platform. Implementation in example project provided as well.