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

The official web link for this project is https://python-visualization.github.io/folium/ yet attempting to visit it yields: ``` This site can’t provide a secure connectionpython-visualization.github.io sent an invalid response. [Try running Windows...

**Is your feature request related to a problem? Please describe.** Is there a way to just insert some overlay into the map with custom html code? Like legend but with...

I see [ImageOverlay](https://python-visualization.github.io/folium/latest/user_guide/raster_layers/image_overlay.html) support lower-left and upper-right corner. Is it possible to specify four corners in case the image is rotated?

**Describe the bug** Manually adding a bootstrap5 modal to the html body results in wrong position of the modal (see screenshots at the end). **To Reproduce** ```py import folium my_map...

**Describe the bug** I got a topojson file and want to draw it with folium. This failed with: ``` File ".../lib/python3.11/site-packages/folium/features.py", line 981, in style_data geometries = recursive_get(self.data, self.object_path.split("."))[ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...

**Describe the bug** I have tried to add LaTeX symbol using HTML code, but folium doesn't render it correctly. **To Reproduce** ``` from branca.colormap import linear import folium colormap_choice =...

**Describe the bug** WmsTileLayer is not recognising `transparent=True` parameter when using NASA WMS service. **To Reproduce** ``` m = folium.Map(tiles="cartodbpositron") wms_url = "https://gibs.earthdata.nasa.gov/wms/epsg4326/best/wms.cgi" wms = folium.raster_layers.WmsTileLayer(url=wms_url, layers="MODIS_Aqua_CorrectedReflectance_TrueColor", transparent=True, fmt="image/png", name="Corrected...

The [export button](https://github.com/python-visualization/folium/blob/57e8eaeb33e9a5a70f69130192bece66a6b6d070/folium/plugins/draw.py#L132-L151) is hard-coded and can be overlayed with other layers (e.g. LayerControl on the topright). It's better to add the position parameter.

I implemented a folium map with a layer of cluster points (Marker) and a WMS layer for a single timestamp. The WMS layer is from a tile provider, and I...

**Describe the bug** https://github.com/python-visualization/folium/blob/main/folium/features.py#L1372 Quote: > fill_color: string, optional > Area fill color, defaults to blue. Can pass a hex code, color name, > or if you are binding data,...

documentation