From 1084d073acd2ddb2d8c04943f80d621db2192c03 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 27 Sep 2016 18:15:17 +0100 Subject: [PATCH 1/1] Patch leaflet-locationfilter for leaflet 1.x support https://github.com/kajic/leaflet-locationfilter/issues/22 https://github.com/kajic/leaflet-locationfilter/pull/23 --- vendor/assets/leaflet/leaflet.locationfilter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/assets/leaflet/leaflet.locationfilter.js b/vendor/assets/leaflet/leaflet.locationfilter.js index d120adc30..0a977ed41 100644 --- a/vendor/assets/leaflet/leaflet.locationfilter.js +++ b/vendor/assets/leaflet/leaflet.locationfilter.js @@ -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: { -- 2.43.2