Changed distance calculation to use latitude and longitude

Tags: #fix
This commit is contained in:
Michael Rausch
2017-03-17 11:08:35 +13:00
parent 8829728f19
commit d6fe155d4d
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public class App extends Application
primaryStage.setTitle("RaceVision");
primaryStage.setScene(new Scene(root));
//OldApp.main(); // Run this to show how positions are updated
seng302.models.OldApp.main(); // Run this to show how positions are updated
primaryStage.show();
}