gpt4 book ai didi

javascript - 获取Leaflet上坐标的方法

转载 作者:行者123 更新时间:2023-12-03 04:49:22 27 4
gpt4 key购买 nike

我有一个按钮可以显示带有边界中心坐标的文本。就像 easybutton 上显示的示例一样

L.easyButton('fa-crosshairs fa-lg', function(btn, map){
alert('coordinates:'map.getCenter().toString())
}).addTo(Map);

但它只适用于 getCenter,如果我更改为 getSouthEast 或边界的任何 Angular 落,它就不起作用。我在这里缺少什么?根据documentation完全一样。

最佳答案

好吧,我需要添加 getBounds() 所以它就像

L.easyButton('fa-crosshairs fa-lg', function(btn, map){
alert('coordinates:'map.getBounds.getSouthEast().toString())
}).addTo(Map);

关于javascript - 获取Leaflet上坐标的方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42729185/

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