Releases: maptalks/maptalks.js
Releases · maptalks/maptalks.js
V1.0.0-rc.28 Released
What's Changed
- add support for UTM and Traverse Mercator projection by @fuzhenn in #2108
- fix Geometry not update alt cache when altitude changed by @deyihu in #2112
- map add drop event by @deyihu in #2106
- fix uicomponent autopan cal error when map position top/left >0 by @deyihu in #2120
- some fixes by @fuzhenn in #2124
Full Changelog: v1.0.0-rc.27...v1.0.0-rc.28
V1.0.0-rc.27 Released
V1.0.0-rc.26 Released
What's Changed
- fix GroupGLLayer child Layer not fire identifyempty event by @deyihu in #2058
- fix Marker event not fire when textRotation by @deyihu in #2064
- Layer disable geometryEvents not hitDetect by @deyihu in #2063
- fix lineDasharray Not working when polygon has holes by @deyihu in #2070
- fix createLinearGradient error when polygon ring is linear by @deyihu in #2069
- DrawTool add drawprepare event by @deyihu in #2075
- DrawTool support set layer zIndex by @deyihu in #2073
- TileLayer add options.bufferPixel for custom tile buffer size by @deyihu in #2078
- fix text font error when textsize missing by @deyihu in #2087
- sharper image in ImageLayer, fix maptalks/issues#450 by @fuzhenn in #2089
- add terrain tile mode for TileLayer by @fuzhenn in #2086
Full Changelog: v1.0.0-rc.25...v1.0.0-rc.26
V1.0.0-rc.25 Released
What's Changed
- fix rotation marker events Not triggered by @deyihu in #2050
- fix:fitExtent方法,增加isFraction参数,增加定位支持小数zoom by @liuxuechao01 in #2048
- VectorLayer collision support collisionScope=map by @deyihu in #2053
- setToRedraw in removeTileLoading to let tiles blocked by loadingLimit by @fuzhenn in #2055
New Contributors
- @liuxuechao01 made their first contribution in #2048
Full Changelog: v1.0.0-rc.24...v1.0.0-rc.25
V1.0.0-rc.24 Released
What's Changed
- render bbox Consider the width of the line by @deyihu in #2007
- fix ResizeObserver error in webpack server by @deyihu in #2012
- update Map GeometryEvent for Layer Plugin by @deyihu in #2003
- adapt threelayer events when threelayer addto groupgllayer by @deyihu in #2021
- spec Horizontal line for #2027 by @deyihu in #2028
- some tweak of JSONAble by @deyihu in #2026
- some tweak of uicomponent show by @deyihu in #2031
- worker code support Asynchronous injection by @deyihu in #2016
- fix findParentTiles and findChildTiles with zoomOffset by @fuzhenn in #2032
- respect geometryEventTolerance when firing geometry events by @fuzhenn in #2034
- fix #2029 and #2035 by @fuzhenn in #2036
- add map.options.switchDragButton, fix #2022 by @fuzhenn in #2037
- turn off fetching image in worker in default by @fuzhenn in #2038
- fix some jsdoc error by @deyihu in #2041
- UIComponent support zIndex by @deyihu in #2045
- fix the children of GeometryCollection miss properties by @deyihu in #2043
Full Changelog: v1.0.0-rc.23...v1.0.0-rc.24
V1.0.0-rc.23 Released
What's Changed
- fix geometry Preventing mousemove event bubbles does not work by @deyihu in #2000
- Optimize geometry pick performance by render bbox by @deyihu in #1998
- remove rounding in measure by @fuzhenn in #2002
- increase search depth for child tiles
- reverse polygonOffset due to @maptalks/gl@0.85.0
Full Changelog: v1.0.0-rc.22...v1.0.0-rc.23
V1.0.0-rc.22 Released
V1.0.0-rc.21 released
- VectorLayer支持碰撞 由 @deyihu 在 #1950 发表
- 修复ImageBitmap造成的Chromium内存问题 by @deyihu 在 #1957
- 修复UIComponent高度计算错误 by @deyihu in #1958
- Layer添加visiblechange事件 by @deyihu in #1961
- Tilelayer支持自定义loadTileBitMap by @deyihu in #1966
- 一些对地形的调整 由 @fuzhenn 在 #1954 发表
- 修复 uicomponent autopan的bug by @deyihu in #1968
- 在setCenter和fixExtent中增加padding选项,由@Link-Fight在https://github.com/maptalks/maptalks.js/pull/1417。
- 添加Map.setCameraPosition用于设置相机位置 由 @yy923683900 在#1975
What's Changed
- VectorLayer support collision by @deyihu in #1950
- vectorlayer collison support delay time when map Interacting by @deyihu in #1953
- fix Memory explosion in chromium by @deyihu in #1957
- fix UIComponent altitude cal error by @deyihu in #1958
- Layer add visiblechange event by @deyihu in #1961
- Tilelayer support custom loadTileBitMap by @deyihu in #1966
- tweaks for terrain by @fuzhenn in #1954
- fix uicomponent autopan by @deyihu in #1968
- Add padding options to setCenter and fixExtent by @Link-Fight in #1417
- add set camera position api by @yy923683900 in #1975
New Contributors
- @Link-Fight made their first contribution in #1417
Full Changelog: v1.0.0-rc.20...v1.0.0-rc.21
V1.0.0-rc.20 Released
V1.0.0-rc.19 Released
Breaking Changes
- Zoom Control is updated to new style, deleted zoom control's slider component
What's Changed
- fix ui collision in firefox by @deyihu in #1905
- set depthFunc to always to fix tile-z-fighting by @fuzhenn in #1907
- measure tool support config decimalPlaces by @deyihu in #1910
- improve findParentTiles and findChildTiles to avoid blank tiles while… by @fuzhenn in #1911
- updates on terrain by @fuzhenn in #1903
- Rename the base class's _isUpdating to _isUpdatingOptions by @deyihu in #1915
- some tweaks of TileLayer for terrain and add TileLayer.options['fadeA… by @fuzhenn in https://github.com//pull/1917
- some tweaks of animation by @deyihu in #1919
- optimize zoom control, add compass and reset control by @yy923683900 in #1921
- Update toolbar and infowindow styles by @yy923683900 in #1922
- fix deletion of Polygon's holes by @ydfzgyj in #1931
- fix map view animation when missing some perspective parameters by @deyihu in #1935
- respect opacity and zIndex of child layer in GroupTileLayer, fix #1936 by @fuzhenn in #1938
- add markType description above updateSymbol method by @mmjinglin163 in #1929
- Some tweaks for terrain by @fuzhenn in #1939
- add Layer._silentConfig by @fuzhenn in #1940
- update default position of compass and overview controls by @fuzhenn in #1945
- fix polygon holes delete Vertex Not effective when editing by @deyihu in #1944
- map add preventTouch config by @deyihu in #1942
New Contributors
- @yy923683900 made their first contribution in #1921
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