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 all, I'm trying to add a bunch of logos to a map using `CustomIcon` and when I don't provide the icon size, they are rescaled to a square. Is...

I have created a map with Folium in Python. Chrome opens the map correctly. But Safari just shows the page in blank and the map is not displayed. The problem...

Fixes #1886 - Create a plugin class called `PolyLineFromEncoded`, which accepts an encoded string to make a polyline. Also, add all the relevant docs/tests required for plugin approval. - Create...

Based on the original draft by @Conengmo 1. Create a new base class `Control`, which can be used to more easily create new control based plugins. 2. Update the original...

Greetings, i slightly edited geocoder such that it can now accept your own places. https://github.com/JohnyCarrot/folium-geocoder-own-locations Hope someone find it usefull.

documentation

**Is your feature request related to a problem? Please describe.** It looks like L.control.scale() now has several useful options (e.g. position. metric, imperial), wouldn't it make sense to have it...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Creating a `PolyLine` vector from an encoded string is currently a bit tedious as one needs to decode it prior...

**Describe the bug** If I pass the same object reference to Marker twice, it fails cryptically, but if I pass two distinct but identical objects to Marker, it succeeds If...

bug

The original example from tagfilterbutton had some extra lines of styling in the css, that were not present in the supplied css file. As a workaround, I copied those lines...

My goal is to display in a single control layer component both base layers and **grouped** overlays. As far as I understand today we can either display base layers with...