Skip to content

maptalks V1.2.0 Released

Compare
Choose a tag to compare
@fuzhenn fuzhenn released this 28 Jul 04:08
· 65 commits to master since this release

Features

  • map support options.mousemoveThrottleEnable (#2573)

Bug Fixes

  • getFitZoomForCamera z value null defense (#2558)
  • fix map jump when moving map with terrain, 0 pitch and 0 bearing, set map.isTransforming() to true when map has terrain
  • fix TileLayer draw error when fetch tile is error (#2570)
  • fix MultiGeometry setProperties (#2566)
  • TileLayer loadTileBitmap support abort (#2563)

Features

  • 地图新增支持 options.mousemoveThrottleEnable 节流选项 (#2573)

Bug Fixes

  • 增加 getFitZoomForCamera 方法对 z 值为空的防御处理 (#2558)
  • 修复地形模式下移动地图时(pitch=0/bearing=0)的跳跃问题,当地形启用时设置 map.isTransforming() 为 true
  • 修复 TileLayer 在获取瓦片失败时的绘制错误 (#2570)
  • 修复 MultiGeometry 的 setProperties 方法问题 (#2566)
  • TileLayer 的 loadTileBitmap 方法新增支持中断加载 (#2563)
    翻译说明: