Skip to content

Problem with rendering of map in version 0.15.0 on Streamlit #1829

Closed
@RicRicci22

Description

@RicRicci22

I built an application that needs to render a map on streamlit. I noticed that the map renders correctly only when I use folium 0.14.0.
When upgrading to the latest version, 0.15.0, the map does not render anymore.

To Reproduce
Created a brand new environment
conda create -n test_folium python=3.10

installed folium==0.15.0
installed streamlit-folium==0.15.1
installed streamlit==1.28.1

Remderomg of the map is like this
image

uninstalled folium==0.15.0
installed folium==0.14.0

Rendering is correct

image

Environment (please complete the following information):

  • Browser firefox latest version
  • Python version 3.10.13
  • folium version 0.14.0 or 0.15.0 as above
  • branca version 0.7.0

For me the solution for now is to downgrade folium to 0.14.0, which for me it is not an issue, but maybe for other users it is!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions