folium
folium copied to clipboard
Python Data. Leaflet.js Maps.
map.save() to support an option to export leaflet dependencies (js/css/icons) as inline base64 uris
**Is your feature request related to a problem? Please describe.** folium maps exported as html still depend on external leaflet dependencies (either from internet or on relative paths - manual...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.7...v0.5.0)
When using GlifyLayer.add_to(map) an error appears: ``` Uncaught ReferenceError: glify_layer_xxxxxx is not defined ``` The issue being that calling add_to(map) generates the function twice ``` L.glify.layer(options).addTo(map_xxxxxx); glify_layer_xxxxxx.addTo(map_xxxxxx); ``` This prevents...
### Description I am working on a project using Folium where I have a map with multiple markers. Each marker has an associated integer value. I need assistance with implementing...
Hi! I was checking the BeautifyIcon plugin demo and I don't understand why when I click on the plane icon the popup doesn't show up. Here is the example: https://python-visualization.github.io/folium/latest/user_guide/plugins/beautify_icon.html...
It would be great if we had the possibility to show a ruler around the map. This ruler should change as the projection change as well, and the frequency of...
**Is your feature request related to a problem? Please describe.** This is not so much a problem as rather a cleanup. All leaflet objects can be configured using an `options`...
**Is your feature request related to a problem? Please describe.** I find I sometimes need to patch or extend Folium classes. This is to access Leaflet functionality that would be...
**Describtion** During the animation with the TimestampedGeoJson plugin in Folium, blue lines briefly appear along the route of the objects, causing undesired strain on the hardware. **To Reproduce** You can...
#### I am creating a Custom Icon in folium, and displaying it on a map, but when i try to add another coordinate with the same Icon, it fails. ```...