Skip to content

V0.40.1 Released

Compare
Choose a tag to compare
@fuzhenn fuzhenn released this 15 May 04:50
· 6158 commits to master since this release

Features

  • [example] Add a new Layer, ImageLayer, to add images with geographic extent on map.

    image

  • [example] Add new modes to DrawTool: FreeHandPolygon, FreeHandLineString.

    freeline 1

  • [example] Add 4 new symbol properties: linePatternDx, linePatternDy, polygonPatternDx, polygonPatternDy, for pattern animation.

    animpattern 1

Enhancements

  • Significantly improve TileLayer's performance by introducing 2 new options: cascadeTiles, minPitchToCascade

Fixes

  • Fix identify of arc curves, as #666
  • Fix shadow rendering of text halo, as #671
  • Fix cursor style on retina screen, as #668
  • Fix infowindow's position with loading images, as #657

Contributors

❤️ Thanks @sakitam-fdd for DrawTool updates and @liubgithub for ImageLayer