Skip to content

v2.0.1

Compare
Choose a tag to compare
@schloerke schloerke released this 04 Jun 20:58
7de631d

Features

  • Added method addMapPane to add custom pane layers to have fine tune control over layer ordering. New feature from within leaflet.js v1.x. (#549)
  • Exposed htmlwidgets sizingPolicy in leaflet() (#548)

Bug Fixes and Improvements

  • Default marker icon locations will now use unpkg.com instead of the leaflet cdn when using https or file protocols. (#544)
  • .leaflet-map-pane z-index switched to 'auto'. Allows for map panes to appear above the map if they appear later in the dom. (#537)
  • Use correct Leaflet.js scale control remove method. (#547)
  • Start from world view if using flyTo or flyToBounds. (#552)