Update leaflet-control-geocoder (#296)

Switch BR.Search to ES6 class because L.Control.Geocoder is now an ES6 class and Leaflet L.Class.extend doesn't work anymore (undefined).
This commit is contained in:
Norbert Renner 2021-03-26 21:13:38 +01:00
parent cd8ac29aab
commit fbcfd8cf8e
3 changed files with 33 additions and 34 deletions

View file

@ -57,7 +57,7 @@
"jquery-i18next": "^1.2.1",
"jstree": "^3.3.8",
"leaflet": "~1.6.0",
"leaflet-control-geocoder": "^1.13.0",
"leaflet-control-geocoder": "^2.2.0",
"leaflet-easybutton": "*",
"leaflet-editable": "^1.1.0",
"leaflet-filelayer": "^1.2.0",