leaflet-tilefilter
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.
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
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...