Open clarisma opened 2 years ago
Better yet, let user specify version:
MapMaker.version(String)
Leaflet 1.9 no longer supports the L
global variable, need to adjust the generated JS code.
But Leaflet doc is ambiguous on this, see https://leafletjs.com/reference.html#noconflict.
Looks like L
was restored: https://github.com/Leaflet/Leaflet/pull/8329
(Currently uses 1.8.0)