标签: mouseover marker openlayers-3
如何使用Openlayers 3在鼠标悬停时显示标记详细信息?旧的openlayers有很多例子,但我不能将它们用于Openlayers 3。
答案 0 :(得分:3)
您可以收听地图'pointermove'事件,以便在像素位置查找要素,然后以您想要的方式显示详细信息。
此示例显示了如何完成:http://openlayers.org/en/v3.4.0/examples/vector-layer.html