事件

// 注册专题图 mousemove, mouseout事件(注意:专题图图层对象自带 on 函数,没有 events 对象)
themeLayer.on("mousemove", showInfoWin);
themeLayer.on("mouseout", closeInfoWin);

posted on 2017-11-23 16:53  樱影空子  阅读(85)  评论(0编辑  收藏  举报

导航