gpt4 book ai didi

leaflet - 在传单中隐藏和显示折线?

转载 作者:行者123 更新时间:2023-12-02 10:54:49 26 4
gpt4 key购买 nike

我正在使用传单来显示前往某些标记的原始行程。我正在用传单折线显示我的行程。但我希望能够

如何隐藏和显示传单中的折线?

我能做到:

$('.leaflet-overlay-pane').hide();

$('.leaflet-overlay-pane').show();

但这将显示和隐藏我所有的折线。我希望能够单独隐藏和显示它们。

谢谢。

最佳答案

如果您有折线的引用

var polyline = L.polyline(...);

然后你就可以使用

map.addLayer(polyline);//For show
map.removeLayer(polyline);// For hide

目前我认为没有本地方法只能隐藏/显示,也许在0.7版本中

其他解决方案是在维护者的旧commet中访问对象容器

I don't think there's an easy solution, for tile layers at least. :( I'll try to handle this sooner.
For vectors, you can change path._container.style.display, and for markers - marker._image.style.display and marker._shadow.style.display.

关于leaflet - 在传单中隐藏和显示折线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19422353/

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