Closed sephcoster closed 9 years ago
Per the discussion with @mourner in this plugin thread all future plugins (0.8 and forward) must inherit from L.Layer.
I've updated utfGrid js files to support Leaflet 0.8 and future L.Layer functionality.
Current version using only L.Class fails when using Leaflet master.
Could we use L.Layer || L.Class for a few less chars?
L.Layer || L.Class
And please remove the dist changes from the PR. thanks!
Updated with your suggested changes.
Awesome thanks.
Per the discussion with @mourner in this plugin thread all future plugins (0.8 and forward) must inherit from L.Layer.
I've updated utfGrid js files to support Leaflet 0.8 and future L.Layer functionality.
Current version using only L.Class fails when using Leaflet master.