diff --git a/OSVUploadr/src/main/java/ca/osmcanada/osvuploadr/JFMain.java b/OSVUploadr/src/main/java/ca/osmcanada/osvuploadr/JFMain.java index f9b63d6..39a83ac 100644 --- a/OSVUploadr/src/main/java/ca/osmcanada/osvuploadr/JFMain.java +++ b/OSVUploadr/src/main/java/ca/osmcanada/osvuploadr/JFMain.java @@ -93,6 +93,7 @@ public static void main(String args[]) { java.awt.EventQueue.invokeLater(new Runnable() { public void run() { Locale l = Locale.getDefault(); + System.out.println("Language:" + l.getLanguage() + " Country:" + l.getCountry()); JFMain jf =new JFMain(); JPMain jp = new JPMain(l); jib=new JPInfoBox(l); diff --git a/README.md b/README.md index 302d5cb..53fe7ef 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ Currently the application is only available in English, French and Spanish. If y ## Known issues ## - Upload process is not threaded, so the upload button will look frozen until it finishes the upload. - If images aren't geotagged the application will probably crash -- Application is only for action cameras. I will eventually incorporate images/videos taken from the APP. \ No newline at end of file +- Application is only for action cameras(geotagged images with original photo date exif). This includes photos taken for mapillary in jpg format as well as photos you have geotagged yourself. I will eventually incorporate images/videos taken from the APP. \ No newline at end of file