The "querypos" marker that appears when linked to a location on the map will be removable by a 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