Changes between Version 3 and Version 4 of BluePrintGISUploadPhotos


Ignore:
Timestamp:
12/04/10 08:30:57 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISUploadPhotos

    v3 v4  
    1 == Upload Photos ==
    2 
     1= Upload Photos =
    32Follow this workflow:
    4  * Upload a GPX Track
    5  * Upload a Folder-full of Photos
     3 * Upload a GPX Track (to uploads/tracks using the gis_track model)
     4  * @!ToDo consider moving this to gis_layer_gpx (no need for the extra complication of 2 tables)
     5 * Upload a Folder-full of Photos ( to uploads/images using the doc_image model )
    66  * Provide a Multi-Select Uploader widget (needs to be Flash or Java since JS can't access filesystem)
    77   * http://www.uploadify.com/
     
    1818 * [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/AgPifoJ AgPifoJ] is a plugin which extends native functionality
    1919
     20== Current Status ==
     21There is code for this already, but it is unfinished:
     22 * bulk_upload() in controllers/doc.py
     23 * views/docs/bulk_upload.html
    2024
     25There is a multiple file uploader widget which currently depends on Ext-2.2.1 (this should be made to work with the main Ext: currently 3.2.1)
     26 * static/scripts/ext-community-extensions/Ext.ux.UploadDialog.js
    2127
    2228----