Merge pull request #445 from but2002/master
Remove location marker with click
This commit is contained in:
@@ -313,6 +313,9 @@ var overviewer = {
|
|||||||
'title': jQuery.trim(item.msg),
|
'title': jQuery.trim(item.msg),
|
||||||
'icon': overviewerConfig.CONST.image.queryMarker
|
'icon': overviewerConfig.CONST.image.queryMarker
|
||||||
});
|
});
|
||||||
|
google.maps.event.addListener(marker, 'click', function(){ marker.setVisible(false); });
|
||||||
|
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user