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

small [Bug] in UI with admin region selection : object 'mapplot' not found #12

Open
andysouth opened this issue Dec 23, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andysouth
Copy link
Member

Happens because map plotting is triggered by country change which also triggers change in admin regions (if option selected).

It's just a temporary error msg that flashes up & is then replaced.

On changing country with region selection enabled, compare_hs_sources() is being called with the admin region selection from the previous country.

Best solution will be to sort out the reactivity chain, but tricky because admin region selection is not always enabled.

https://github.com/afrimapr/afrihealthsites/tree/master/inst/shiny/healthsites_viewer_v03

@andysouth andysouth added the bug Something isn't working label Dec 23, 2020
@andysouth andysouth self-assigned this Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant