Skip to content

V0.43.0 Released

Compare
Choose a tag to compare
@fuzhenn fuzhenn released this 28 Jan 14:36
· 1094 commits to master since this release

Features

  • Add a new method getListeningEvents in Eventable
    Eventable Mixin增加了一个新的方法:getListeningEvents
  • (@lifefriend ) Add a new option 'tileRetryCount' in TileLayer, as #853
    TileLayer增加新的 option tileRetryCount 用于设置瓦片重试次数

Fixes

  • (@deyihu )Fix simplify of polygon with holes, as #804
    解决带洞多边形简化的一个bug, #804
  • Draw to a temparary canvas when polgyon has hole, fix #850
    将带洞多边形绘制在一个临时canvas上,解决 #850
  • Fix error of line gradient out of screen, as #834
    解决屏幕之外的 line gradient 会报错的bug,#834
  • Fix containerExtent of LineString with altitude, as #847
    解决有高度的LineString的容器范围,#847
  • Fix tile's full index in a given extent, as #825
    修正给定范围内的瓦片序号计算, #825

Contributors

@lifefriend @XiangLiLiang @deyihu