Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Fixes #8
also logging to resolve #7
  • Loading branch information
james2432 committed Nov 21, 2016
1 parent 0856320 commit caa7b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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.

0 comments on commit caa7b5e

Please sign in to comment.