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

Hi, I'm quite new to the folium library and I'm implementing a map on a PyQt6 application for real time navigation support. First of all great job, it looks really...

Improve the dev version number we show in the docs. We now show something like `0.1.dev1.dev+gca4ce8f`. The issue is that in the workflow only the latest commit is fetched, so...

https://github.com/python-visualization/folium/pull/1882 was very helpful in showing that the currently listed example tileset doesn't work anymore. But the proposed replacement is not suitable unfortunately. Simply solve this issue by removing the...

In combination with JsCode this makes it easier for users to add `on` method calls for event handling without extending Folium itself. The functionality was inspired by PR #1866 by...

waiting for review

`NASAGIBS Blue Marble` was removed from xyzservices provider list as the endpoint doesn't work. (https://github.com/geopandas/xyzservices/pull/158) I suggest the example in Folium to be replaced with either `"BlueMarble3413` or `"BlueMarble3031`. However,...

Testing out how we can use the concept of the new `JsCode` class, which was added in https://github.com/python-visualization/folium/pull/1848. Idea is that we no longer have to manually put Javascript code...

There is currently no way to use SVGs as a Custom Marker Icon.

**Describe the bug** I would like to add the Italian Cadastre WMS service to folium. The Italian cadastre releases this service wms under by License CC-BY 4.0. The following is...

Hello map makers ! As for generic behaviour in python modules, should the Popup be lazy by default, to save some performances ? I found the lazy behaviour only implemented...

The implementation introduces the possibility to highlight polylines, polygons, rectangles, circles, and circle markers if a tooltip is shown. Changes Made: - Users can now specify the "highlight_color" when creating...