Made changes to ensure that when attempting to upload multiple images, the GPS data is extracted and attached correctly.

This commit is contained in:
Vishan Seru 2017-10-15 10:22:01 +05:30
parent 4154a7c9d2
commit b9b54fdff6
3 changed files with 104 additions and 1 deletions

View file

@ -263,6 +263,10 @@ public class Contribution extends Media {
this.localUri = localUri;
}
public void setDecimalCoords(String decimalCoords) {
this.decimalCoords = decimalCoords;
}
public static class Table {
public static final String TABLE_NAME = "contributions";