Changes between Version 3 and Version 4 of BluePrint/GIS/Markers


Ignore:
Timestamp:
02/16/09 13:11:48 (16 years ago)
Author:
Fran Boon
Comment:

do this client-side using JS' Image() class methods: img.width/img.height

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/Markers

    v3 v4  
    1414}}}
    1515
    16 We also want these enhancemnets to the marker/create routine:
     16We also want these enhancements to the marker/create routine:
    1717 * height & width detected automatically
    18   * use [http://www.pythonware.com/products/pil PIL]?
    19   * jquery used to populate the fields or else populate via hidden fields
    20  * jquery to populate the name field from the filename
     18  * do this client-side using !JavaScript's {{{Image()}}} class methods: {{{img.width}}}/{{{img.height}}}
     19   * Saves database calls
     20   * Slow to compute?
     21  * Do this server-side when marker added to database?
     22   * Requires 2 extra DB calls when producing the page
     23   * use [http://www.pythonware.com/products/pil PIL]?
     24   * jQuery used to populate the fields or else populate via hidden fields
     25 * jQuery to populate the name field from the filename
    2126
    2227When choosing Markers, it would be useful to be aware of the original folder hierarchy (look at Sahana2 for example UI for selecting markers)