folium icon indicating copy to clipboard operation
folium copied to clipboard

Python Data. Leaflet.js Maps.

Results 131 folium issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The Dropdown appearing when using TagFilterButton overlaps with the (then hidden) button itself. Using multiple Filters becomes challenging, as the text stays hidden behind the other filter...

bug
plugin

**Describe the bug** I have a plot which I'd like to export as `png` so I'm using the `_to_png` feature. Ideally I'd like a zoom level of around 4.5 -...

**Is your feature request related to a problem? Please describe.** I really appreciate the FastMarkerCluster that allows me to plot over 300K markers and keep both a reactive map and...

**Describe the bug** Since the update from 0.14.0 to 0.15.1, the max zoom level function does no longer work and defaults to 18? **To Reproduce** ``` [ Include a code...

bug

So for some reason if I try to add multiple groups via a for loop, it just keep the last one. Different story if I add them one by one....

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **I have not see...

**Describe the bug** The LayerControler isn't draggable even it's turned on. **To Reproduce** ``` m = folium.Map() # add layer control layer_control = folium.LayerControl(collapsed=False, position='topleft', draggable=True) layer_control.add_to(m) ``` **Environment (please...

documentation

**Describe the bug** I've been trying to access the example notebooks, but when I do I get the following message: We've updated our documentation. You can find the new version...

documentation

**Describe the bug** I am trying to use the folium plugin SideBySideLayers together with streamlit. In my app, I created 2 columns, so the users can select the layers they...

More info needed

Hello all ! Quick question to deal with performance issues. I have a lot of circles with pop-up to display and i just discovered [VectorGrid Slicer ](https://leaflet.github.io/Leaflet.VectorGrid/vectorgrid-api-docs.html#vectorgrid-slicer) could handle easily...