1
0
Fork 0

Fix error preventing lines from displaying

merge-requests/1/head
wgaylord 2018-12-19 15:28:57 -06:00
parent 87ceb972da
commit 2578c9acd7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -104,7 +104,7 @@ function UpdateMap(e) {
Sats[norad]._latlng = {"lat":satPos[0],"lng":satPos[1]}
Sats[norad].update()
Object.keys(Lines[norad]).forEach(function(x){
if (x in e){
if (x in .data[3]){
Lines[norad][x]._latlngs[1]= {"lat":satPos[0],"lng":satPos[1]}
Lines[norad][x].update()
}else{