python-visualization / folium

Python Data. Leaflet.js Maps.
https://python-visualization.github.io/folium/
MIT License
6.92k stars 2.23k forks source link

Add LeaFlet Control-Credits plugin #1821

Closed carlosign closed 10 months ago

carlosign commented 1 year ago

Hello, i ported the leaflet control credits plugin to folium, i dont know if its worth adding it to folium but it may be helpful for someone.

The plugin adds an image (credits) that works like a button and displays some text, it works with fullscreen plugin, i think its an alternative to ImagePlugin. https://github.com/GreenInfo-Network/Leaflet-Control-Credits Original plugin

Ported plugin to folium: https://github.com/carlosign/Folium.ControlCredits-Plugin

Thanks to all.

Conengmo commented 1 year ago

Hi @carlosign, thanks for sharing! We'll add it to our list of Folium add-ons. I'll leave this ticket open to remind me to do that.

Conengmo commented 10 months ago

Just added it to the readme. Again, thanks for sharing!