leaflet中给maker添加mouseover、mouseout、click

来源:互联网 发布:企业名录搜索软件 编辑:程序博客网 时间:2024/05/18 15:23

LamMarker.on({
‘mouseover’: function (e) {
changeThisIco(e.target);
},
‘mouseout’: function (e) {
reThisIco(e.target);
},
‘click’: function (e) {
select(e.target);
}
});

0 0
原创粉丝点击