Changes between Version 155 and Version 156 of ProjectInformation
- Timestamp:
- 12/01/10 18:47:56 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectInformation
v155 v156 294 294 {{{ 295 295 resource = s3xrc.resource("gis", "location") 296 template = os.path.join(request.folder, resource.XSLT_ IMPORT_TEMPLATES, "osm.xsl")296 template = os.path.join(request.folder, resource.XSLT_PATH, "osm", "import.xsl") 297 297 resource.import_xml("uploaded_filename.osm", template=template, mynewvar="xxx") 298 298 }}}