Skip to content

Release 2.12.0

Compare
Choose a tag to compare
@gchoqueux gchoqueux released this 01 Jul 13:22
· 1124 commits to master since this release

2.12.0 (2019-07-01)

Features

  • parser: add a TIFF parser using utif (5a36f93)
  • system: expose Capabilities class in Main. (e9de7b6)
  • core: doesn't clean depth buffer when needed. (3a8daf0)
  • orientedImage: support multi transformation panoramics and masks (4c4e791)

Bug Fixes

  • FT_RTC have to be a local variable (a542e91)
  • tms: return the correct coordinates for a TMS source (3d9ae12)

Code Refactoring

  • controls: fixes and optimization for StreetControls (9680f17)
  • view: change Views to ES6 syntax (15ce61e)
  • view: unify events. (3ac9394)

Documentation

  • layer: use Source instead of a list of all sources (10e4df1)

example

  • dragndrop: update the legend (2311b48)
  • examples: remove UTIF package and use it from a CDN (15e1d44)
  • example: add a DragNDrop module in examples/ (1fcca5a)

Tests

  • process: don't use a zero-size extent, it is prone to error (0f8e3c7)