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:
parent
f4a4632b45
commit
1084d073ac
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue