Changes between Version 155 and Version 156 of ProjectInformation


Ignore:
Timestamp:
12/01/10 18:47:56 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectInformation

    v155 v156  
    294294{{{
    295295resource = s3xrc.resource("gis", "location")
    296 template = os.path.join(request.folder, resource.XSLT_IMPORT_TEMPLATES, "osm.xsl")
     296template = os.path.join(request.folder, resource.XSLT_PATH, "osm", "import.xsl")
    297297resource.import_xml("uploaded_filename.osm", template=template, mynewvar="xxx")
    298298}}}