folium
folium copied to clipboard
Python Data. Leaflet.js Maps.
I am trying to add a select to zoom kind of functionality on folium Geojson map. I have tried a search box but adding that broke marker cluster. Is there...
Does folium support polar projections, such as EPSG:3573? In fact, nearly any polar projection would be fine...
Animated markers missing when using pre1970 dates in TimestampedGeoJson. I understand this functionality from `Leaflet.TimeDimension`, but had thought this issue was fixed there (Merged pull request: https://github.com/socib/Leaflet.TimeDimension/pull/91). #### Please add...
Thanks for the great library - fun to use, and beautiful! Not sure whether this was best put in the bug or feature request category, so to be safe I...
HeatMapWithTime is visualized in the back of the overlay image, even after including .leaflet-heatmap-layer{z-index:300 !important} in my html. According to https://github.com/python-visualization/folium/issues/1201, including this .leaflet-heatmap-layer{z-index:300 !important} in my html should bring...
**Is your feature request related to a problem? Please describe.** I'm working on creating a map which has ability to show current location (already done using LocateControl plugin) and has...
**Is your feature request related to a problem? Please describe.** Add headers to the request, in order to implement Authentication against the server **Describe the solution you'd like** folium.Map(location=[45.372, -121.6972],...
The heatmap plugin is not very scalable at the moment. For millions few data points, the map is "laggy" when moving the maps around (at a reasonable zoom level, when...
I am making a map with different colors and popups for each group of polygons. I did it using **_folium.GeoJson_** and it worked. The problem is slow to render. I...
**Is your feature request related to a problem? Please describe.** When adding a marker on a folium map such as: ```python fm = folium.Map(location=(44,3), tiles="Stamen Terrain") folium.Marker( location=(44,3.2), popup="data1", icon=folium.Icon(color='#8000ff',icon_color='#4df3ce',...