backdrop-contrib / leaflet

Backdrop CMS Integration with the Leaflet map scripting library.
https://backdropcms.org/project/leaflet
GNU General Public License v2.0
2 stars 2 forks source link

Evaluate Leaflet 1.9 #31

Closed indigoxela closed 1 year ago

indigoxela commented 1 year ago

A new version has just been released:

https://github.com/Leaflet/Leaflet/releases/tag/v1.9.0

Is any of the changes incompatible? Needs testing.

indigoxela commented 1 year ago

It's incompatible with markercluster 1.5.3.

https://github.com/Leaflet/Leaflet/issues/8450

indigoxela commented 1 year ago

I applied the changes from https://github.com/Leaflet/Leaflet/pull/8457/files manually to test - Markerclusters work again.

Checked the other plugins, too - all (still) compatible.

indigoxela commented 1 year ago

One deprecation warning with Leaflet.draw:

Deprecated use of _flat, please use L.LineUtil.isFlat instead.

But the widget still works. Our implementation doesn't seem affected by this issue.