Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor

This commit is contained in:
terribl 2013-05-25 23:52:19 +03:00
commit 5cd8a096b2

View file

@ -439,5 +439,7 @@ function selectPlaneByHex(hex) {
Planes[SelectedPlane].funcUpdateLines();
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
}
} else {
SelectedPlane = null
}
}