leaflet-tilefilter icon indicating copy to clipboard operation
leaflet-tilefilter copied to clipboard

Change the appearance of Leaflet map tiles on the fly using a variety of canvas or CSS3 image filters. It's like Instagram for Leaflet map tiles.

Results 5 leaflet-tilefilter issues
Sort by recently updated
recently updated
newest added

Hi and congrats for your great work . I would like to ask you how can I use **Canvas Filter** eg WaterTransparent on a simple leaflet map as mentioned in...

Hi, What is the highest compatible leaflet version that works with your filter plugin? 0.7 seems fine, 1.3 doesn't work. Thanks

Make sure this works with 0.8-dev/1.0 (upcoming)

enhancement

I don't get the example code to run because of an console error: ``` var map = L.map("map-canvas", { attributionControl: false, zoomControl: false }).setView(L.latLng(47.491695, 11.095498), 12); var baseLayer = new...