clarisma / geodesk

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/java
Apache License 2.0
137 stars 4 forks source link

Upgrade `MapMaker` class to latest version of Leaflet #4

Open clarisma opened 2 years ago

clarisma commented 2 years ago

(Currently uses 1.8.0)

clarisma commented 1 year ago

Better yet, let user specify version:

MapMaker.version(String)

clarisma commented 1 year ago

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