Changes between Version 56 and Version 57 of Contribute/Code


Ignore:
Timestamp:
12/19/12 11:52:47 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Contribute/Code

    v56 v57  
    107107
    108108=== OSM Importer UI [GCI] ===
    109 ''Added to GCI spreadsheet, but this may be outside the desired time limit.''[[BR]]
    110 ''(GCI task is the first part, not the "further refinement".)''
     109''Added to GCI spreadsheet.''[[BR]]
    111110
    112111==== Current Status ====
     
    119118
    120119==== Enhancements Needed ====
    121 * We need to add the Sahana UUID to these features in the OSM database.
     1205 separate GCI Tasks here:
     1211. We need to add the Sahana UUID to these features in the OSM database.
    122122 * This is needed so that we can do deduplication on subsequent imports (the OSM ID is insufficient for this as it can change over time)
    123  * This means we need to read the OSM credentials (currently a deployment_setting in 000_config.py but should be made per-user) & do a REST API call to the main OSM database with the modified feature(s)
    124 * We would like to be able to control which features are imported from this UI (currently this is a deployment_setting in [000_]config.py - that should become the list of avaialble options rather than the absolute list)
    125 * We would like to be able to download features for a Location from main OSM database
     123 * This means we need to read the OSM credentials (currently a deployment_setting in 000_config.py) & do a REST API call to the main OSM database with the modified feature(s)
     1242. Move the OSM credentials from a global 000_config.py deployment_setting to a per-user setting (component resource of db.auth_user)
     1252. We would like to be able to control which features are imported from this UI (currently this is a deployment_setting in [000_]config.py - that should become the list of avaialble options rather than the absolute list)
     1263. We would like to be able to download features for a Location from main OSM database
    126127 * We want to use the Polygon (falling-back to BBOX (min_lat, max_lon, etc)) to trigger a download of a suitably-filtered .osm file via the [http://wiki.openstreetmap.org/wiki/Overpass_API Overpass API]
    127 * We would like to be able to download features for a Polygon
     1284. We would like to be able to download features for a Polygon
    128129 * Provide a map window with a Polygon selector tool which then triggers a download of a suitably-filtered .osm file via the [http://wiki.openstreetmap.org/wiki/Overpass_API Overpass API]
    129130=== Fix an Hard Ticket ===