Releases
v0.44.0
Features
add a new Handler autoPanAtEdge
, #877
add default
support in function type
add checkSizeInterval
option to map
add 'devicePixelRatio' option and getDevicePixelRatio()
in map, as #869
Fixes
fix conflict with vue's object reactivating
fix a bug of ImageLayer when viewing images in earth scale, as #887
fix custom infowindow's position, as #873
let OverlayLayer.filter return array, fix #881
change anti-meridian direction, fix #888
fix coordinate direction in TileConfig.getTilePrjNW
fix map.panBy's direction, as #879
fix DistanceTool's disable, as #865
retire image glbuffer if needs to, fix #861
Contributors
@deyihu @mirror-riddle
新特性
增加新的map handler: autoPanAtEdge, 鼠标移动到地图边缘后会自动滑动 #877
function type 中增加default的支持
map option 中增加 checkSizeInterval,用于指定容器变化的检查间隔时间
map option 中增加 devicePixelRatio,用于自定义devicePixelRatio, 并在map上增加 getDevicePixelRatio() 方法
修正
修正与vue reactivating的对象检查的冲突
修正ImageLayer绘制大尺度图片时会消失的问题 #887
修正自定义信息框的位移, #873
OverlayLayer.filter 返回数组,修正 #881
改变 anti-meridian 图形的绘制方向,修正 #888
修正 TileConfig.getTilePrjNW 中的坐标方向
修正 map.panBy 的方向,#879
修正 DistanceTool 只绘制一个点时的disable, #865
在必要时删除 image glbuffer,修正一些绘制错误,fix #861
贡献者
@deyihu @mirror-riddle
You can’t perform that action at this time.