Changes between Version 6 and Version 7 of BluePrint/GIS/Markers


Ignore:
Timestamp:
09/18/09 17:33:54 (15 years ago)
Author:
Fran Boon
Comment:

Alternate file upload locations: db.table.field.uploadfolder

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/Markers

    v6 v7  
     1== GIS Markers ==
     2
    13Markers get used to display [wiki:BluePrintGISFeatureLayers Features].
    24
     
    46
    57The Database table therefore needs to have all the samples imported into it. The 'uploads' feature of Web2Py only supports having all files in the single 'uploads' folder & needs them to be named in the format: table.image.name.ext.
     8
     9UPDATE: As of Sep 09 this format is supported:
     10{{{
     11db.table.field.uploadfolder = os.path.join(request.folder, "static/img/markers")
     12}}}
    613
    714In order to allow good maintenance we want to keep the markers named nicely & in their hierarchy. We want a script to copy these files into the uploads folder with the correct names & insert the records into the database to point at them.[[BR]]