Doubleclick on plane marker to follow, too.

This commit is contained in:
Oliver Jowett 2015-01-22 21:35:59 +00:00
parent 53203a5f71
commit f76842d186
2 changed files with 4 additions and 3 deletions
public_html

View file

@ -872,7 +872,7 @@ function resetMap() {
GoogleMap.setZoom(ZoomLvl);
GoogleMap.setCenter(new google.maps.LatLng(CenterLat, CenterLon));
selectPlaneByHex(null);
selectPlaneByHex(null,false);
}
function drawCircle(marker, distance) {