Latitude, Longitude and Altitude are now passed back from the sgp4 functions#136
Latitude, Longitude and Altitude are now passed back from the sgp4 functions#136Alex-developer wants to merge 2 commits intokoansys:masterfrom
Conversation
This has required changing the time parameter passed to the function from the minutes since epoch to the julian date the position information is required for.
|
I forgot to do the non wegl version and can't create another pull request. so the changes are ... index_crippled.js MINUS jdSat = new Cesium.JulianDate.fromTotalDays(satrecs[satnum].jdsatepoch); MINUS newRow.insertCell(-1).appendChild(document.createTextNode(Cesium.Math.toDegrees(carto.latitude).toFixed(3))); not_supported.html ADD script type="text/javascript" src="../js/post.js"></script> |
This has required changing the time parameter passed to the function
from the minutes since epoch to the julian date the position information
is required for.