center-randomize
center-randomize copied to clipboard
Schools are not plotted in map in streamlit app
Description
Updated description May 5, 2024
In the streamlit app, school not plotted in map, only centers are plotted. I believe the original intent of this feature was to visualize how the centers are geo - distributed with respect to the school (and vice versa), omitting selected school defeats the purpose.
Steps to reproduce
Run the streamlit app, select a school or center, observe only centers are plotted, not the selected entity
Describe what you expected to happen.
Schools should also be plotted in a different colored marker. similar to what @RupeshAryal had demoed in this comment
Additionally -
- make the list serial number start from 1
- remove thousand separator in scode / cscode
- personal opinion - markers used by in demo above looks better
Put here any screenshots or videos (optional)
When school is selected, it is not plotted
When center is selected, it is the only thing plotted.
Environment
Linux python 3.11.9 Firefox 125
Would you like to work on this issue?
None
Acknowledgements
- [X] My issue title is concise, descriptive.
- [X] I searched the existing issues to ensure this bug hasn't been reported.
- [X] I am using the latest version of repo.
- [X] I have provided enough information for the maintainers to reproduce and diagnose the issue.