Changes between Version 3 and Version 4 of BluePrintGISUploadPhotos
- Timestamp:
- 12/04/10 08:30:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISUploadPhotos
v3 v4 1 == Upload Photos == 2 1 = Upload Photos = 3 2 Follow 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 ) 6 6 * Provide a Multi-Select Uploader widget (needs to be Flash or Java since JS can't access filesystem) 7 7 * http://www.uploadify.com/ … … 18 18 * [http://wiki.openstreetmap.org/index.php/JOSM/Plugins/AgPifoJ AgPifoJ] is a plugin which extends native functionality 19 19 20 == Current Status == 21 There is code for this already, but it is unfinished: 22 * bulk_upload() in controllers/doc.py 23 * views/docs/bulk_upload.html 20 24 25 There 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 21 27 22 28 ----