We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
andysouth
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: