Loading app/src/js/MousePosition.js→app/src/js/MousePositionControl.js +0 −4 Original line number Diff line number Diff line Loading @@ -71,10 +71,6 @@ export default L.Control.MousePositionControl = L.Control.extend({ this.latitudeTypeOgraphic = L.DomUtil.get("consoleLatTypeOgraphic"); L.DomEvent.on(this.latitudeTypeOgraphic, "click", this.changeLatType, this); //this.latitudeTypeOcentric.class = "Planetocentric"; console.log(this.latitudeTypeOcentric.class); return this.container; }, Loading app/src/js/Projection.js→app/src/js/ProjectionControl.js +0 −0 File moved. View file app/test/AstroMap_test.js→app/test/AstroMapTest.js +0 −0 File moved. View file app/test/AstroMathTest.js +8 −5 Original line number Diff line number Diff line Loading @@ -2,14 +2,17 @@ import 'jsdom-global/register'; import AstroMath from '../src/js/AstroMath'; import { expect } from "chai"; // global class AstroMath variable let testMath = new AstroMath("mars"); describe('Testing AstroMath Functions', function() { let radii; let testMath; beforeEach(function() { // setup math class let testMath = new AstroMath("mars"); radii = { a: 3396190, c: 3376200 }; testMath = new AstroMath("mars",radii); }); afterEach(function() { Loading app/test/AstroProj_test.js→app/test/AstroProjTest.js +0 −0 File moved. View file Loading
app/src/js/MousePosition.js→app/src/js/MousePositionControl.js +0 −4 Original line number Diff line number Diff line Loading @@ -71,10 +71,6 @@ export default L.Control.MousePositionControl = L.Control.extend({ this.latitudeTypeOgraphic = L.DomUtil.get("consoleLatTypeOgraphic"); L.DomEvent.on(this.latitudeTypeOgraphic, "click", this.changeLatType, this); //this.latitudeTypeOcentric.class = "Planetocentric"; console.log(this.latitudeTypeOcentric.class); return this.container; }, Loading
app/test/AstroMathTest.js +8 −5 Original line number Diff line number Diff line Loading @@ -2,14 +2,17 @@ import 'jsdom-global/register'; import AstroMath from '../src/js/AstroMath'; import { expect } from "chai"; // global class AstroMath variable let testMath = new AstroMath("mars"); describe('Testing AstroMath Functions', function() { let radii; let testMath; beforeEach(function() { // setup math class let testMath = new AstroMath("mars"); radii = { a: 3396190, c: 3376200 }; testMath = new AstroMath("mars",radii); }); afterEach(function() { Loading