Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读有关 Mapbox GL 的文档。令人印象深刻!
我想对地图元素上的鼠标悬停采取行动。(更改元素的样式,显示信息...),如何获得有关我悬停的元素的信息(即使它是标签)?理想情况下,我想拥有可以识别元素的 openstreetmap ID、名称或其他内容。
编辑: featuresAt 似乎没有提供足够的数据来更改功能的样式。
在此先感谢您的帮助。
是的,有一个例子可以证明这一点:featuresAt。尚未实现对标签的支持,但正在GitHub 上跟踪状态*