Skip to content

Release 2.13.0

Compare
Choose a tag to compare
@gchoqueux gchoqueux released this 31 Jul 14:01
· 1084 commits to master since this release

2.13.0 (2019-07-31)

BREAKING CHANGES

  • source: The projection option to instance a TMS and WMTS source is mandatory.

Code Refactoring

  • core: tile matrix set and projection/crs handling. (f5d8cac)
  • source: The projection option to instance a TMS and WMTS source is mandatory. (1f35627)

Features

  • layer: add full support to scaling for elevation layers (e736d1f), closes #511
  • url: add sub-domains handling in url construction (5638615), closes #942

Bug Fixes

  • core: check if Mesh.material is an array in OBBHelper (69536f4)
  • core: handle the case where the Mesh.material is an array (ddc820e)
  • process: wrong offset scale for elevation texture. (f191a74)
  • test: core breaking changes after refactor TMS/Extent (b9f3b77)
  • utils: preserve callback quaternion when we use CameraUtils. (d47da2a)

Chores

  • update THREE to r106.2 (e51ea8f)
  • md: add some testing tips for development (775c771)
  • update npm packages. (044171f)

Tests

  • extent: add a test to get center for extrem cases (d305a6b)
  • unit: add GlobeView, feature process, point clould, 3dtiles test unit. (d7989d2)