Skip to content

Releases: maptalks/maptalks.js

maptalks V1.3.0 released

28 Jul 04:10
83cce4d
Compare
Choose a tag to compare

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)

maptalks V1.2.1 Released

28 Jul 04:08
Compare
Choose a tag to compare

Fixes

  • fix missing terrain in map's event (#2578)

maptalks V1.2.0 Released

28 Jul 04:08
Compare
Choose a tag to compare

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)
    翻译说明:

maptalks V1.1.3 Released

28 Jul 04:06
Compare
Choose a tag to compare

Bug Fixes

  • fix ResourceCacheMap error when url is number (#2551)
  • UI support only update position when geometry coordinates change (#2555)
  • TileLayer.getTiles null defense (#2556)

Bug Fixes

  • 修复URL为数字时ResourceCacheMap报错的问题 (#2551)
  • UI现在支持仅在地理坐标变化时更新位置 (#2555)
  • 增加TileLayer.getTiles方法的空值防御 (#2556)

maptalks V1.1.2 Released

28 Jul 04:03
Compare
Choose a tag to compare

Bug Fixes

  • fix requestAnimFrame error when Object.freeze(exports) (#2549)

maptalks V1.1.1 Released

28 Jul 04:03
Compare
Choose a tag to compare

Features

  • add map.options.queryTerrainInMapEvents to control whether to query terrain in map's events

maptalks v1.1.0 released

28 Jul 04:02
Compare
Choose a tag to compare

Features

  • markerPlacement support 'vertex-firstlast' #2532

Improvements

  • Layer RourceCache support ImageBItMap key #2524
  • Improve map.getDevicePixelRatio performance #2536
  • Optimize the rendering performance of a large number of canvas layers (#2541)

Bug fixes

  • remove map animation when remove #2526

Features

  • markerPlacement新增支持'vertex-firstlast'首尾顶点模式 #2532

Improvements

  • 图层资源缓存支持ImageBitmap键值 #2524
  • 提升map.getDevicePixelRatio方法性能 #2536
  • 优化大量Canvas图层的渲染性能 (#2541)

Bug Fixes

  • 移除地图时同步清除动画效果 #2526

maptalks V1.0.5 Released

04 Mar 07:05
Compare
Choose a tag to compare

Fixes

  • Change tile's mag filter to linear when devicePixelRatio is not 1

maptalks V1.0.4 released

04 Mar 02:23
Compare
Choose a tag to compare

What's Changed

  • Fix: add types to parameters by @Eshmanski in #2479
  • feat:Geomerty adds two function: undoEditcheck and redoEditcheck, which are used to determine whether the edit can continue to undo and redo, respectively by @minemine-m in #2483
  • fix: MultiGeometry supports undoEditCheck, redoEditCheck, undoEdit, redoEdit by @minemine-m in #2487
  • fix Layer opacity lose efficiency when it has Mask by @deyihu in #2502
  • round UI position css value by @deyihu in #2503
  • fix gradientPath color alpha Not effective by @deyihu in #2505
  • Canvas.getImageData error defense by @deyihu in #2508
  • fix Vector Marker getFixedExtent by @deyihu in #2512

New Contributors

Full Changelog: v1.0.0...v1.0.4

maptalks V1.0.0 Released

16 Dec 04:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.40...v1.0.0