gpt4 book ai didi

javascript - Mapbox GL JS : Distance Measuring - KM to MI display

转载 作者:行者123 更新时间:2023-12-03 01:22:46 26 4
gpt4 key购买 nike

我正在开发一个项目,在该项目中我将使用 Mapbox GL JS API 中的“测量”工具(代码示例位于以下链接)。

https://www.mapbox.com/mapbox-gl-js/example/measure/

我目前正在使用该代码作为基础,但直到我将其合并到我的项目并进行自定义之前,我意识到它以公里而不是英里为单位。有没有办法让我丢失的里程值退还?我已经尽最大努力查看了我拥有的资源,但找不到任何东西。在最坏的情况下,我必须编写 javascript,但我还不是最好的,所以我希望我能在这里得到一些指导。

最佳答案

1)使用最新版本的turf库:http://turfjs.org/getting-started

2)使用带单位选项的长度函数:

var line = turf.lineString([[115, -32], [131, -22], [143, -25], [150, -34]]);
var length = turf.length(line, {units: 'miles'});

[http://turfjs.org/docs#length ]

关于javascript - Mapbox GL JS : Distance Measuring - KM to MI display,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51693790/

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