Changes between Version 3 and Version 4 of BluePrintGISLayerClass
- Timestamp:
- 01/05/09 20:10:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISLayerClass
v3 v4 1 Update: This may not be necessary for GIS[[BR]] 2 r52 has a rewritten approach to Layers where {{{'gis_layer_%s' % type}}} are SQLTables (inheriting from a base set) which we can use {{{t2.*()}}} on 3 - this seems to give us most (all?) of the benefits below. 4 5 However I think that PERSON won't be solvable in the same way :/ 6 7 ---- 1 8 The GIS module may benefit from writing a LAYER class.[[BR]] 2 9 Layer Types would extend this base class.