Changes between Version 151 and Version 152 of ProjectInformation
- Timestamp:
- 11/30/10 22:31:57 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectInformation
v151 v152 289 289 * * http://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative#10_admin_level_values_for_specific_countries 290 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: 291 * provide a UI to the user to select their country from the dropdown which pre-populates the mapping fields for manual verification/adjustment 292 * process the results of this to pass new variables back to the stylesheet: 293 * http://pub.nursix.org/eden/s3xrc/vita.modules.s3xrc.s3rest.S3Resource-class.html#import_xml 293 294 {{{ 294 295 resource = s3xrc.resource("gis", "location") 295 resource.import_xml("uploaded .osm filename", mynewvar=xxx)296 resource.import_xml("uploaded_filename.osm", mynewvar="xxx") 296 297 }}} 297 298 * The Stylesheet needs updating to act on these vars when found