gpt4 book ai didi

javascript - 如何使 Mapbox map (带有 Directions.js)只读? -(并防止用户移动标记)

转载 作者:行者123 更新时间:2023-12-03 06:47:35 26 4
gpt4 key购买 nike

我在 Mapbox 中包含步行路线的 map 不是只读的。用户可以移动标记的原始位置。

我提到了图层选项

https://github.com/mapbox/mapbox-directions.js/blob/mb-pages/API.md#layer-options

并补充道:

var Layer = L.LayerGroup.extend({
options: {
readonly: true
}
});

map 保持交互式,用户可以移动标记。

有什么建议吗?

fiddle :https://jsfiddle.net/q9grgbt0/

最佳答案

您将选项添加到名为Layer的内容中,但您从未使用Layer。您应该将其添加到 directionsLayer 中。它应该看起来像这样:

var directionsLayer = L.mapbox.directions.layer(directions, {readonly: true}).addTo(map);

I've updated your fiddle with this code fix 。我还清理了一些代码并删除了不必要的变量Layer

关于javascript - 如何使 Mapbox map (带有 Directions.js)只读? -(并防止用户移动标记),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37659611/

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