6 | | * Provide UI to preview images in low-res to select which ones to upload |
7 | | * Facebook is a good design model to look at |
8 | | * Use the timestamps on the photos to place associated features onto the map |
| 6 | * Provide a Multi-Select Uploader widget (needs to be Flash or Java since JS can't access filesystem) |
| 7 | * http://www.uploadify.com/ |
| 8 | * ? UI to preview images in low-res to select which ones to upload |
| 9 | * Facebook is a good design model to look at - uses Java |
| 10 | |
| 11 | * For each photo uploaded: |
| 12 | * Read the timestamp from the EXIF header |
| 13 | * Create a record in the database with the filename & timestamp |
| 14 | * Read the GPX track to find the lat/lon associated with the timestamp |
| 15 | * Add the lat/lon to the database record |