folium
folium copied to clipboard
Python Data. Leaflet.js Maps.
We have a couple utility functions that also exist in branca. Simplify our code by using the versions from branca instead. Do import them in the same module, so it's...
Let's try this again. Still WIP. Based on https://github.com/python-visualization/folium/pull/1297. Closes https://github.com/python-visualization/folium/issues/1559.
**Describe the bug** Exhausted my troubleshooting - I believe this is in fact a bug, hopefully I'm not wrong! I think there is a bug attempting to use a branca...
#### Short question Will Folium ever allow a generation of LayerGroup, or a decision had been made to keep only FeatureGroup? #### Details According to LeafletJS documentation, [FeatureGroup](https://leafletjs.com/reference-1.3.4.html#featuregroup) extends [LayerGroup](https://leafletjs.com/reference-1.3.4.html#layergroup)....
Trying out an idea I had based on a number of issues I've encountered. Use the Leaflet Control class to put legends, images or other custom stuff on the map....
#### Problem description See the last cell at https://nbviewer.jupyter.org/github/python-visualization/folium/blob/master/examples/TimeSliderChoropleth.ipynb. The attribution is supposed to be at the lower-right corner but it's hidden. (It is in HTML but the attribute layer...
#### Please add a code sample or a nbviewer link, copy-pastable if possible ```python import folium import altair as alt import pandas as pd # define data for demonstration source...
I'm trying to add two Vincent bar charts in a popup using Vega, one on top of the other. The two methods below are not working: ```python # Adding both...
#### Please add a code sample or a nbviewer link, copy-pastable if possible ```python # Your code here import folium import branca import geopandas from folium.plugins import Search print(folium.__version__) states...
**Problem description** I created a HeatMapWithTime for all hours of a day. While I want to keep the chronological order of the data, I want to start at the sixth...