Skip to content

v1.4.0

Compare
Choose a tag to compare
@cherniavskii cherniavskii released this 30 Dec 20:53

API changes

Improvements

  • Remove unused _drawnLayers object (#6324 by ud09)
  • Avoid unnecessary redrawing in TileLayer.setUrl() when URL does not change (#6313 by JackNeus)
  • Use section instead of form in layers control (#6380 by hundekoerper)
  • Add IE11 linked SVG elements support to DomUtil.getClass function (#6366 by Schleuse)

Bug fixes

  • Set internal flags at beginning of map initialization (#6362 by ghybs)
  • Guard against layers no longer attached to a map in bringToFront/Back() (#6389 by perliedman)
  • Fix autoPan option when popup content gets updated while a panning animation is running (#6365 by Schleuse)
  • Ignore dash arrays with non-numeric entries in canvas (#6387 by perliedman)

Docs & Web Site