folium icon indicating copy to clipboard operation
folium copied to clipboard

Dark mode feature by wrapping Leaflet.TileLayer.ColorFilter plugin

Open amir-arayeshnia opened this issue 3 years ago • 1 comments

Creating a dark mode feature for Folium seems necessary. One way to implement this feature is to wrap Leaflet.TileLayer.ColorFilter plugin, which applies CSS filters on map tiles.

A nice demo is provided here: https://xtk93x.github.io/Leaflet.TileLayer.ColorFilter.updateFilter/

I would be grateful if someone could take the time and wrap this lightweight plugin for Folium. Please let me know if there is any other workaround for creating dark mode (rather than using original tiles with dark theme).

sidebyside

amir-arayeshnia avatar Oct 26 '22 05:10 amir-arayeshnia

I'm looking for the same feature to add a grayscale to esri maptiles. Is there already a solution for this available?

tberends avatar Aug 07 '24 17:08 tberends