Skip to content

maptalks V1.3.0 released

Compare
Choose a tag to compare
@fuzhenn fuzhenn released this 28 Jul 04:10
· 62 commits to master since this release
83cce4d

Features

  • symbol VectorMarker support roundrectangle type (#2587)

Improvements

  • optimize Geometry.updateSymbol (#2585)

Fixes

  • fix map.pointAtResToAltitude when point < 0 which caused jumping when moving map with terrain below sea level
  • fix Path animateShow missing z (#2581)

新特性

  • 矢量标记(symbol VectorMarker)新增支持圆角矩形类型(roundrectangle) (#2587)

优化改进

  • 优化Geometry.updateSymbol方法的性能 (#2585)

问题修复

  • 修复map.pointAtResToAltitude在坐标小于0时的问题,该问题导致海平面以下地形移动时出现跳跃现象
  • 修复Path动画显示(animateShow)缺失z值的问题 (#2581)