Skip to content

Version 0.18.0

Compare
Choose a tag to compare
@manthey manthey released this 31 Aug 17:38
· 886 commits to master since this release
0c72696

Features

  • Added an idle property to objects (#894)
  • Better handling and changing of camera clipbounds (#899)
  • File readers (the geojsonReader) now returns a Promise. The layer will report that it is not idle until this promise is finalized (#905)

Bug Fixes

  • Fixed an issue with overlapping, cropped tiles on old browsers (#901)
  • Fixed an issue where a geo.gl.polygonFeature could be updated after it was deleted (#913)

Changes

  • Changed build process: optional dependencies are now included in the bundle by default (#890)
  • Transpile with Babel to support old browsers and new language features (#900, #903)
  • The geojsonReader has been renamed from jsonReader to geojsonReader. The old name still works as an alias (#905)
  • Catch errors in animation frame callbacks (#911)