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** Adding two feature groups to a map with overlay=False in `folium==0.14.0` loads the map correctly. One feature group is shown and the other is hidden. ![image](https://github.com/user-attachments/assets/90a9fedc-f666-469b-8437-4d18f82b7d5a) Doing...

**Describe the bug** Very small bug, but there has been a small change in how empty values are handled and updating to the latest folium has affected how popups are...

bug

i used all possible functions to add leaflet ruler plugin but it gives me errors like : js: Uncaught ReferenceError: map is not defined # Add Leaflet-Ruler plugin m.get_root().header.add_child(folium.CssLink("https://unpkg.com/[email protected]/dist/leaflet.css")) m.get_root().header.add_child(folium.CssLink("https://cdn.rawgit.com/gokertanrisever/leaflet-ruler/master/src/leaflet-ruler.css"))...

plugin

In the docstring, the gradient dictionary keys are mentioned as integers, but I believe the backend code expects them to be strings. So, I changed the docstring to reflect this,...

`utilities.image_to_url()` isn't part of the documented API. However it underlies e.g. `ImageLayer`. Most of these issues apply there too, but I think these should be resolved first. ```python def image_to_url(...

[At https://python-visualization.github.io/folium/latest/user_guide/ui_elements/layer_control.html](https://python-visualization.github.io/folium/latest/user_guide/raster_layers/image_overlay.html#Using-an-image-from-disk), the example shows the error `Could not find data/Mercator_projection_SW.png` and the image is not displayed. Presumably the image file is missing or misplaced. Not sure why it's a...

**Describe the bug** Since about September of 2024 I've noticed that folium seems to sometimes fail to correctly "apply" fit_bounds to maps when multiple maps are rendered back-to-back. Manually running...

**Describe the bug** At https://python-visualization.github.io/folium/latest/user_guide/ui_elements/layer_control.html, the text says 'add a control to the map to show or hide layers'. But the demo (or local HTML produced by equivalent code on...

**Is your feature request related to a problem? Please describe.** I've just started using Folium, and while it is very useful, I have been frustrated by the lack of documentation...

Calling folium.Map() with the paramater tiles set to 'Stamen Toner', ' Stamen Terrain', or 'Stamen Watercolor' produces a blank leaflet. The code to reproduce the issue is the following with...