0

The "querypos" marker that appears when linked to a location on the map will be removable by a click.

This commit is contained in:
but2002
2011-07-29 17:23:33 -05:00
parent 464fecd256
commit 154cd2c1fd

View File

@@ -313,6 +313,9 @@ var overviewer = {
'title': jQuery.trim(item.msg),
'icon': overviewerConfig.CONST.image.queryMarker
});
google.maps.event.addListener(marker, 'click', function(){ marker.setVisible(false); });
continue;
}