Changes between Version 150 and Version 151 of ProjectInformation
- Timestamp:
- 11/30/10 22:30:07 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectInformation
v150 v151 263 263 ==== Update Pootle ==== 264 264 Provide 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 === 266 These are a various GIS/Mapping Tasks: 268 267 * Add a delay to the onHover tooltip (highlightControl) 269 268 * 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] 271 270 * for editing the main OSM database 272 271 * for editing a local OSM database … … 285 284 * Map Preview when Lat/Lon set in pr/person/presence (auto or not) 286 285 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 {{{ 294 resource = s3xrc.resource("gis", "location") 295 resource.import_xml("uploaded .osm filename", mynewvar=xxx) 296 }}} 297 * The Stylesheet needs updating to act on these vars when found 287 298 === Suggestion Box === 288 299 Here are some potential features for a "suggestion box", roughly in order of priority: