Patch leaflet-locationfilter for leaflet 1.x support

https://github.com/kajic/leaflet-locationfilter/issues/22
https://github.com/kajic/leaflet-locationfilter/pull/23
This commit is contained in:
Tom Hughes 2016-09-27 18:15:17 +01:00
parent f4a4632b45
commit 1084d073ac

View file

@ -90,7 +90,7 @@ L.Control.ButtonContainer = L.Control.extend({
}
});
L.LocationFilter = L.Class.extend({
L.LocationFilter = L.Layer.extend({
includes: L.Mixin.Events,
options: {