Changes between Version 150 and Version 151 of ProjectInformation


Ignore:
Timestamp:
11/30/10 22:30:07 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectInformation

    v150 v151  
    263263==== Update Pootle ====
    264264Provide a set of admin scripts (bzr post-commit hook?) to update Pootle with any changed strings as a Merge.
    265 === Ideas: GIS/Mapping ===
    266 These are a number of various GIS/Mapping Tasks:
    267  * Use the !GeoCoder ({{{geolocate}}} function in {{{controllers/gis.py}}}) to lookup location Lat/Lons
     265=== GIS/Mapping ===
     266These are a various GIS/Mapping Tasks:
    268267 * Add a delay to the onHover tooltip (highlightControl)
    269268  * Something like [http://cherne.net/brian/resources/jquery.hoverIntent.html hoverIntent]
    270  * Integrate [http://wiki.openstreetmap.org/wiki/Potlatch_2/Deploying_Potlatch_2 Potlatch]
     269 * Continue Integration of [http://wiki.openstreetmap.org/wiki/Potlatch_2/Deploying_Potlatch_2 Potlatch]
    271270  * for editing the main OSM database
    272271  * for editing a local OSM database
     
    285284 * Map Preview when Lat/Lon set in pr/person/presence (auto or not)
    286285
     286==== OSM Importer UI for admin boundaries ====
     287 * There is an import stylesheet for .osm files: static/xslt/import/osm.xsl
     288 * This currently has hard-coded mappings between OSM admin levels & Sahana admin levels
     289  *  * http://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative#10_admin_level_values_for_specific_countries
     290 * A custom controller should be written
     291  * provide a UI to the user to select their country from the dropdown which pre-popualtes the mapping fields for manual verification/adjustment
     292  * process the reuslts of this to pass new variables back to the stylesheet:
     293{{{
     294resource = s3xrc.resource("gis", "location")
     295resource.import_xml("uploaded .osm filename", mynewvar=xxx)
     296}}}
     297 * The Stylesheet needs updating to act on these vars when found
    287298=== Suggestion Box ===
    288299 Here are some potential features for a "suggestion box", roughly in order of priority: