You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Received a submission where there were multiple pictures but they were taken in different locations. Instead of allowing this upload should be blocked and users should be prevented if the picture metadata shows that the locations are more than 150 meters apart (can use the first picture as the reference location). See the below photo as to why 150 meters seems to make sense.
Since we're checking location we should also check all photos are taken within 5 minutes of each other (again use the first photo as a reference).
If the location check fails the error message should be: Error: When submitting multiple photos they should all be from the same location. Please submit photos from different locations in different submissions.
If the time check fails the error message should be: Error: When submitting multiple photos they should all be taken around the same time. Please submit photos from different times in different submissions.
The text was updated successfully, but these errors were encountered:
Received a submission where there were multiple pictures but they were taken in different locations. Instead of allowing this upload should be blocked and users should be prevented if the picture metadata shows that the locations are more than 150 meters apart (can use the first picture as the reference location). See the below photo as to why 150 meters seems to make sense.
Since we're checking location we should also check all photos are taken within 5 minutes of each other (again use the first photo as a reference).
If the location check fails the error message should be:
Error: When submitting multiple photos they should all be from the same location. Please submit photos from different locations in different submissions.
If the time check fails the error message should be:
Error: When submitting multiple photos they should all be taken around the same time. Please submit photos from different times in different submissions.
The text was updated successfully, but these errors were encountered: