Changes between Version 2 and Version 3 of BluePrintGISLayerClass


Ignore:
Timestamp:
01/05/09 08:26:16 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISLayerClass

    v2 v3  
    99(This would make it like S2, which works well)
    1010
    11 It should make us friendlier to non-JavaScript browsers (such as Mobile devices), since currently we rely on gis_layers.js to show us only relevant fields. (An alternative use for this script would be to pull in new SQLFORM object via ?format=plain instead of adjusting fields displayed/hidden).
     11It should make us friendlier to non-!JavaScript browsers (such as Mobile devices), since currently we rely on gis_layers.js to show us only relevant fields. (An alternative use for this script would be to pull in new SQLFORM object via ?format=plain instead of adjusting fields displayed/hidden).
    1212
    1313This gives us better control of the display order for Layers & better modularity of Layer-processing JS code (1 file per layer type).