Changes between Version 2 and Version 3 of BluePrintGISUploadPhotos


Ignore:
Timestamp:
12/02/09 13:16:06 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISUploadPhotos

    v2 v3  
    44 * Upload a GPX Track
    55 * Upload a Folder-full of Photos
    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
    916
    1017This is done already within [http://josm.openstreetmap.de JOSM], the [http://openstreetmap.org OpenStreetMap] editor.