smeijer / leaflet-geosearch

A geocoding/address-lookup library supporting various api providers.
https://smeijer.github.io/leaflet-geosearch/
MIT License
1.02k stars 270 forks source link

fix: add support for leaflet 1.8.0 #327

Closed vkunz closed 2 years ago

vkunz commented 2 years ago

hi,

this should fix failures in combination with leaflet-1.8.0.

It is required as a workaround since https://github.com/Leaflet/Leaflet/pull/7459 landed in leaflet.

I am not very familiar with the github workflow system, thus the ci commit might not be the correct solution, consider it as a rfc. There might be a better solution I am not aware of.

BR, Valentin Kunz

smeijer commented 2 years ago

Thanks @vkunz !