better map
CinnyLin opened this issue · 3 comments
make a better map feature with better interaction, labels with hover, choropleth map
currently working on it using folium, main issues I ran into include:
(1) layout doesn't work well in streamlit and could cause user who want to scroll in the website be zooming in and out on the map instead
(2) doesn't seem to support hover function, so i add a new layer where you can click and see the name of the kreis, and also the color of the later is defaulted blue even when i change fill color to white it is blue-ish
(3) also the labels only shows kreis name, would be helpful if it also shows unemployment rate, but we might have to merge the two datasets
alternative solution is to use bokeh instead, here are some useful links to read up:
closing this issue because we found new ways to improve the current map