Changes between Version 2 and Version 3 of BluePrintGISLayerClass
- Timestamp:
- 01/05/09 08:26:16 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISLayerClass
v2 v3 9 9 (This would make it like S2, which works well) 10 10 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).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). 12 12 13 13 This gives us better control of the display order for Layers & better modularity of Layer-processing JS code (1 file per layer type).