gpt4 book ai didi

javascript - LeafLet 平移和缩放行为

转载 作者:行者123 更新时间:2023-11-30 00:07:19 25 4
gpt4 key购买 nike

我想执行从一个标记到另一个标记的平移和缩放效果。例如,如果当前 View 是 {lat:m1.lat, lng:m1.lng, zoom:13}, 我会这样做:

//Zoom out to initial position

map.setView([center.lat, center.lng], 13, { animate: true });

在转换结束时...

//Zoom in to new marker

map.setView([m2.lat,m2.lon],18,{animate:true});

遗憾的是,缩放效果太快了。那么,我可以获得平滑的缩放吗?

最佳答案

使用 flyTo,在 Leaflet 1.0.0-rc1 中可用。

关于javascript - LeafLet 平移和缩放行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38029654/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com