V0.40.1 Released
Features
-
[example] Add a new Layer, ImageLayer, to add images with geographic extent on map.
-
[example] Add new modes to DrawTool:
FreeHandPolygon
,FreeHandLineString
. -
[example] Add 4 new symbol properties:
linePatternDx
,linePatternDy
,polygonPatternDx
,polygonPatternDy
, for pattern animation.
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