如果你在 openlayers 中创建一个线串,你是如何做到的,当你沿着线串的段悬停时,会在用户悬停的地方弹出一个标记?
问问题
950 次
1 回答
0
看这个例子: http ://dev.openlayers.org/examples/highlight-feature.html
最重要的是: hover : true
对于弹出窗口看这里: http ://dev.openlayers.org/examples/select-feature-openpopup.html
于 2012-10-08T06:56:31.303 回答