Skip to content

v2.0.7

Compare
Choose a tag to compare
@jgravois jgravois released this 10 Jan 17:04

Fixed

  • its now possible to call setOpacity() immediately after instantiating a RasterLayer #909 (thank you@Saulzi!)
  • L.TileLayer maxNativeZoom is now honored by tiledMapLayer #904
  • an error is no longer thrown when a RasterLayer is added to the map at a zoom level outside its own custom restraint #903
  • addfeature is no longer emitted twice when FeatureLayer.setWhere() is called #893

Changed

  • RasterLayer now exposes a public redraw() method #905
  • an inline base64 encoded transparent image is now substituted for missing tiles #902
  • the addfeature event is no longer triggered when features are fetched and drawn for the very first time #893