Changes between Version 6 and Version 7 of BluePrint/GIS/Markers
- Timestamp:
- 09/18/09 17:33:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/Markers
v6 v7 1 == GIS Markers == 2 1 3 Markers get used to display [wiki:BluePrintGISFeatureLayers Features]. 2 4 … … 4 6 5 7 The 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 9 UPDATE: As of Sep 09 this format is supported: 10 {{{ 11 db.table.field.uploadfolder = os.path.join(request.folder, "static/img/markers") 12 }}} 6 13 7 14 In 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]]