gpt4 book ai didi

缩放时传单形状移动

转载 作者:行者123 更新时间:2023-12-05 06:09:12 24 4
gpt4 key购买 nike

当我在加载页面后放大时,会发生这种情况:

https://gyazo.com/76b0458b1cd836a3b3d6ddaa493585da (我是用鼠标滚轮放大缩小的)

但是,在我用鼠标稍微移动 map 后,问题就消失了,一切都正常运行……直到我重新加载页面。

有谁知道为什么会发生这种情况?

在这里我设法重现了这个问题:plnkr.co/edit/RD9yyEPY0Q1Udo57(第一次加载后刷新预览窗口可以看到问题)

最佳答案

删除这两行时不会出现问题。

<link rel="stylesheet" href="https://xguaita.github.io/Leaflet.MapCenterCoord/dist/L.Control.MapCenterCoord.min.css">
<script src="https://xguaita.github.io/Leaflet.MapCenterCoord/dist/L.Control.MapCenterCoord.min.js"></script>

因此,当重新加载页面时, map 居中似乎发生了偏移,并且您已经移动了 map 。也许您可以在单独的图层上添加中心信息?!

 L.control.mapCenterCoord({
icon: true,
position: 'top'
}).addTo(mymap); << is the reason for the flickering

关于缩放时传单形状移动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64890232/

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