Changes between Version 16 and Version 17 of BluePrintGISStorage


Ignore:
Timestamp:
02/07/12 13:26:59 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISStorage

    v16 v17  
    6868
    6969We also want to be able to specify that a table is spatialised, so an option to db.define_table(spatial=True).
    70 If this is on then we should send AddGeometryColumn() to the SQL Adapter
     70If this is on then we should send [http://postgis.refractions.net/docs/AddGeometryColumn.html AddGeometryColumn()] to the SQL Adapter
    7171
    7272NB A normal system would commonly only have a single spatial table, so this could be easily done out of band using a script, as I do now: