Merge branch 'mapRefactor' of https://github.com/bdavenport/dump1090 into mapRefactor
This commit is contained in:
commit
5cd8a096b2
|
@ -439,5 +439,7 @@ function selectPlaneByHex(hex) {
|
||||||
Planes[SelectedPlane].funcUpdateLines();
|
Planes[SelectedPlane].funcUpdateLines();
|
||||||
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
|
Planes[SelectedPlane].marker.setIcon(Planes[SelectedPlane].funcGetIcon());
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
SelectedPlane = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue