gpt4 book ai didi

gis - 在传单中,如何计算两个 LatLng 对象之间的像素距离?

转载 作者:行者123 更新时间:2023-12-04 15:10:18 25 4
gpt4 key购买 nike

有一个 latlng distanceTo 方法:http://leafletjs.com/reference.html#latlng

distanceTo( <LatLng> otherLatlng )  Number  Returns the distance (in
meters) to the given LatLng calculated using the Haversine formula.
See description on wikipedia

它计算两个 LatLng 之间的距离(以米为单位)。但是,有时我需要知道两点之间有多少像素。有没有人对此有想法?

最佳答案

您可以使用以下方法将坐标转换为屏幕点:

http://leafletjs.com/reference.html#map-latlngtolayerpoint

然后用以下方法测量两点之间的距离:

http://leafletjs.com/reference.html#point-distanceto

关于gis - 在传单中,如何计算两个 LatLng 对象之间的像素距离?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30457189/

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