universezy/Openlayer3-LineString

很好·

xxi-arch opened this issue · 1 comments

正是需要的,感谢

另外,请问,点击某个点的事件应该在哪里写 ?

事件都采用绑定事件监听的方式,然后实现具体业务。
如果是点击地图的事件,参考:http://anzhihun.coding.me/ol3-primer/ch08/08-01.html
如果是点击标记点的事件,参考:http://anzhihun.coding.me/ol3-primer/ch09/09-03.html