Doubleclick on plane marker to follow, too.
This commit is contained in:
parent
53203a5f71
commit
f76842d186
2 changed files with 4 additions and 3 deletions
public_html
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue