Loading app/src/js/AstroMath.js +5 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,11 @@ export default class AstroMath { convertedLon -= 180; } if (convertedLon < 0) { convertedLon += 360; convertedLon += 180; } else { convertedLon += 180; } return convertedLon; Loading Loading
app/src/js/AstroMath.js +5 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,11 @@ export default class AstroMath { convertedLon -= 180; } if (convertedLon < 0) { convertedLon += 360; convertedLon += 180; } else { convertedLon += 180; } return convertedLon; Loading