Skip to content

Releases: maptalks/maptalks.js

V1.0.0-rc.23 Released

28 Jun 07:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-rc.22...v1.0.0-rc.23

V1.0.0-rc.22 Released

15 Jun 06:39
Compare
Choose a tag to compare

What's Changed

  • improve drag performance and not to release global worker pool by @fuzhenn in #1990
  • TileLayer support options.altitude by @deyihu in #1987
  • GroupTileLayer clear child Layer tile cache data when child Layer for… by @deyihu in #1989

Full Changelog: v1.0.0-rc.21...v1.0.0-rc.22

V1.0.0-rc.21 released

28 May 12:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.20...v1.0.0-rc.21

V1.0.0-rc.20 Released

28 Apr 10:20
Compare
Choose a tag to compare

Fixes

  • 解决GroupTileLayer图层stencil值冲突,导致只能绘制第一个图层的问题, #1951

Fixes

  • Fix collision of stencil values of child layer, #1951

V1.0.0-rc.19 Released

28 Apr 03:14
Compare
Choose a tag to compare

Breaking Changes

  • Zoom Control is updated to new style, deleted zoom control's slider component

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.18...v1.0.0-rc.19


不兼容更新

  • 修改了 Zoom Control 默认样式,取消了中间的slider滑块

What's Changed

  • 解决firefox上UIComponent的碰撞检测 by @deyihu in #1905
  • 解决独立空间参考的TileLayer上的z-fighting by @fuzhenn in #1907
  • DistanceTool和AreaTool增加decimalPlaces设置用于设置结果的小数点位数 by @deyihu in #1910
  • 改进瓦片遍历算法 by @fuzhenn in #1911
  • 地形相关修改 by @fuzhenn in #1903
  • Base class的 _isUpdating 方法重命名为 _isUpdatingOptions by @deyihu in #1915
  • TileLayer对地形的一些修改 by @fuzhenn in #1917
  • 更新了动画逻辑 by @deyihu in #1919
  • 更新ZoomControl样式,新增CompassControl和ResetControl by @yy923683900 in #1921
  • 更新Toolbar和InfoWindow的默认样式 by @yy923683900 in #1922
  • 修正Polygon的holes的删除问题 by @ydfzgyj in #1931
  • 解决map动画的一些bug by @deyihu in #1935
  • 解决GroupTileLayer中子图层opacity和zIndex不生效的问题, fix #1936 by @fuzhenn in #1938
  • 更新markerType的二五年当 by @mmjinglin163 in #1929
  • 增加Layer._silentConfig属性来控制图层更新options时的自动重绘 by @fuzhenn in #1940
  • 更新Compass和Reset控件的默认位置 by @fuzhenn in #1945
  • 解决编辑Polygon时,无法删除空洞端点的问题 by @deyihu in #1944
  • 增加map.options.preventTouch 设置 by @deyihu in #1942

V1.0.0-rc.18 Released

10 Mar 04:11
Compare
Choose a tag to compare

更新内容

新的贡献者

完整的修改日志: v1.0.0-rc.15...v1.0.0-rc.18

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.15...v1.0.0-rc.18

V1.0.0-rc.15 Released

26 Nov 02:57
Compare
Choose a tag to compare

What's Changed

  • 自动吸附插件的修改 由 @ydfzgyj #1829
  • 修复拖动dom元素导致地图在新版本chrome上是空白的问题 by @deyihu in #1834
  • 在新版本中修复了 "Multiple readback operations using getImageData "的警告... by @deyihu in #1838
  • 修改infowindow 标题栏css换行的问题 by @deyihu in #1841
  • 同步图层的remove事件 by @deyihu in #1844
  • 修正WMSTileLayer对EPSG 4490投影的支持问题 by @fuzhenn in #1853
  • TextBox支持function type宽度和高度 by @fuzhenn in #1853
  • 忽略drawtool禁用时的drawend事件 by @deyihu in #1849
  • 地图事件系统:当图层的几何图形没有被监听时,忽略该图层... by @deyihu in #1847

新的贡献者

完整的修改日志: v1.0.0-rc.14...v1.0.0-rc.15


What's Changed

  • adaption for edit snap plugin by @ydfzgyj in #1829
  • fix drag dom element cause map is blank on new version chrome by @deyihu in #1834
  • fix warn 'Multiple readback operations using getImageData' on new ver… by @deyihu in #1838
  • update infowindow title default css by @deyihu in #1841
  • synchronize the layer's remove event by @deyihu in #1844
  • Fix WMSTileLayer's support of EPSG 4490 projection by @fuzhenn in #1853
  • TextBox support function-type width and height by @fuzhenn in #1853
  • ignore drawend event when drawtool disable by @deyihu in #1849
  • Map event system: ignore the layer when its geometry does not listen … by @deyihu in #1847

New Contributors

Full Changelog: v1.0.0-rc.14...v1.0.0-rc.15

v1.0.0-rc.14 Released

10 Oct 04:14
Compare
Choose a tag to compare

Fixes

v1.0.0-rc.13 Released

09 Oct 11:45
Compare
Choose a tag to compare

Fixes

  • Fixed a null pointer in mousemove handler of DrawTool

V1.0.0-rc.12 Released

02 Oct 12:34
Compare
Choose a tag to compare

What's Changed

  • Add a tile throttle mechanism in TileLayer, set options.tileLimitPerFrame (default is 0, unlimited) to limit tiles to consume per frame.
  • fix GeometryCollection toJSON missing properties by @deyihu in #1811
  • layerswitch control support groupgllayer by @deyihu in #1820
  • try parse wmts Capabilities document with ns prefix 'wmts' by @wsw0108 in #1805
  • show marker position(by mousemove) when draw model is point by @deyihu in #1808
  • the use of worker does not depend on the map by @deyihu in #1814

Full Changelog: v1.0.0-rc.11...v1.0.0-rc.12