Skip to content

Releases: maptalks/maptalks.js

maptalks V1.1.3 Released

28 Jul 04:06

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

Choose a tag to compare

Bug Fixes

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

maptalks V1.1.1 Released

28 Jul 04:03

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

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

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

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

Choose a tag to compare

What's Changed

New Contributors

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

V1.0.0-rc.40 Released

31 Oct 08:12

Choose a tag to compare

What's Changed

  • Update PointSymbolizer.ts by @lzp0070007 in #2447
  • fix:Defend against the issue of being unable to obtain coordinates wh… by @Criska9527 in #2451
  • fix VectorLayer render Performance issues by @deyihu in #2450
  • Geometry.Edit/Drag support altitude by @deyihu in #2448

New Contributors

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

V1.0.0-rc.39 Released

24 Oct 09:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.37...v1.0.0-rc.39

v1.0.0-rc.33 Released

14 Mar 08:59

Choose a tag to compare

What's Changed

Breaking Changes

  • map.setCameraPosition is renamed to map.setCameraOrientation and map.setCameraPosition is used to only update camera's coordinate

Changes

Full Changelog: v1.0.0-rc.32...v1.0.0-rc.33