Skip to content

Release 2.24.0

Compare
Choose a tag to compare
@gchoqueux gchoqueux released this 30 Jul 14:43
· 850 commits to master since this release

Features

  • Label: text stroke width support. (07a616c)
  • layer: add max and min zoom properties, they define visibility interval. (18c2ec3)
  • LayerUpdateState: enhancement handling of no data source. (b0ebfca)

Code Refactoring

  • c3Engine: replace WebGLRenderer to WebGL1Renderer. (37aa8e1)
  • GeoJsonParser: change filteringExtent parsing option to Extent or boolean, instead of only Extent. (d73c52f)
  • Source: clean handling error. (b2399ee)

Bug Fixes

  • 3dtiles: update enableDracoLoader (cddf2b9)
  • DataSourceProvider: wrong cache keys for vector sources. (a44d003)
  • examples: remove redundant parameter (95a5d12)
  • potree: a typo disabled progressive display everytime (2431a85)
  • raster process: error checking level elevation raster. (c6b8bf9)
  • Webgl: tempory fix webgl error. (aca95ed)

Chores

  • deps: bump elliptic from 6.5.2 to 6.5.3 (ec2fd4a)
  • update packages. (3192f0d)
  • deps: bump lodash from 4.17.15 to 4.17.19 (3f24d44)

Performance Improvements

  • remove some instanceof that can be avoided (5119853)

examples

  • 3D Tiles Add example on 2.5D map (ba1a8c8)
  • layer: update examples with max and min zoom properties Layer. (febc656)
  • VectorTile: fix wrong max level source. (31e8e91)

Tests

  • layer: update examples with max and min zoom properties Layer. (d427aac)