Skip to content

v2.1.1

Compare
Choose a tag to compare
@gadenbuie gadenbuie released this 01 Aug 14:39
· 81 commits to main since this release

leaflet 2.1.1

Bug fixes and improvements

  • The default marker icon for addMarkers no longer worked, due to the CDN we were relying on apparently being retired. Fixed by pointing to a new CDN. (#782)

  • New behavior from tile.openstreetmap.org caused addTiles default tileset to break when viewed under non-https protocol on recent versions of Chrome. Fixed by always using the https protocol to connect to openstreetmap. (#786)