folium
folium copied to clipboard
Python Data. Leaflet.js Maps.
Polylines currently support showing a tooltip when clicking on them. Maybe it would be worth to add a `highlight-color` property, so the line can optionally be colored in a different...
**Describe the bug** When loading a set of GeoJSON LineString features, they are not displayed on the Folium map in my Jupyter Notebook (GColab, as well) when using style_function. If...
Is there a way to add directions or arrow on the lines created by the LineStrings in the TimestampedGeoJson? The PolylineDecorator seems to be doing something similar but I don't...
Dear All Is there a way to use zoom or pan to given points with coordinates? like in the link here https://gis.stackexchange.com/questions/66414/looking-for-a-tool-that-will-place-the-cursor-to-a-specific-x-y-coordinate
At the moment, it is possible to use `GeoJson` and add a tooltip based on the `GeoJson` property. However, as soon as the marker cluster plugin is used, this doesn't...
I'm trying to create a time slider which varies by day, however, 1) all MultiPolygons are initially displayed at once for the first time stamp and 2) if I use...
**Describe the bug** I am using quite a few levels of recursion to generate a map that has subgroups within subgroups, and im not sure how to fix the issue,...
**Describe the bug** The vector tile layer does not render when zoom level is great than 14. @iwpnd **To Reproduce** https://nbviewer.org/github/python-visualization/folium/blob/main/examples/plugin-vector-tiles.ipynb ```python import folium from folium.plugins import VectorGridProtobuf url =...
**Describe the bug** The Folium Search plugin doesn't work for FeatureGroup. It simply returns nothing saying that "Feature is not found". My code looks like this: search_tool = Search( layer...
I use folium to render maps for automatically generating figures but the lack of zoom granularity makes it difficult to generate nice figures that contain the bounds of the region...