Releases: maptalks/maptalks.js
Releases · maptalks/maptalks.js
maptalks V1.3.0 released
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
Fixes
- fix missing terrain in map's event (#2578)
maptalks V1.2.0 Released
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
maptalks V1.1.3 Released
maptalks V1.1.2 Released
Bug Fixes
- fix requestAnimFrame error when Object.freeze(exports) (#2549)
maptalks V1.1.1 Released
Features
- add map.options.queryTerrainInMapEvents to control whether to query terrain in map's events
maptalks v1.1.0 released
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
Bug Fixes
- 移除地图时同步清除动画效果 #2526
maptalks V1.0.5 Released
Fixes
- Change tile's mag filter to linear when devicePixelRatio is not 1
maptalks V1.0.4 released
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
- @Eshmanski made their first contribution in #2479
Full Changelog: v1.0.0...v1.0.4
maptalks V1.0.0 Released
What's Changed
- EditOutline.options null defense by @deyihu in #2453
- map support config crs MaxNativeZoom by @deyihu in #2470
- markerFile null defense by @deyihu in #2469
- Error message for repeated packaging by @deyihu in #2466
- fix PolygonCoordinatesType by @Janexr in #2456
- add type definitions for loadWMTS by @kkak1990 in #2455
- some tweak for text render performance by @deyihu in #2454
- tweaks for previous prs by @fuzhenn in #2472
- Block Map DOM events when the mouse is at the skybox fix #2460 by @deyihu in #2461
- fix VectorLayer types and controls types by @sakitam-fdd in #2473
- add altitude in projections by @fuzhenn in #2475
- add support of centerZ in map.animateTo by @liubgithub in #2476
- Control auto update position when options.position update by @deyihu in #2477
New Contributors
Full Changelog: v1.0.0-rc.40...v1.0.0