-
Hello! I use foliumap module to build streamlit app. I want to filter layer with vector polygons by specific attribute. When I use streamlit for that the page reload every time. Is there any way to reach smooth filtering? |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Feb 22, 2023
Replies: 1 comment 2 replies
-
Try pydeck. It will remove and add layers based on your filter, not refreshing the entire map. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try pydeck. It will remove and add layers based on your filter, not refreshing the entire map.
https://docs.streamlit.io/library/api-reference/charts/st.pydeck_chart