Changes between Version 8 and Version 9 of SpatiaLite

Show
Ignore:
Timestamp:
01/15/12 07:15:41 (17 months ago)
Author:
aperi2007
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SpatiaLite

    v8 v9  
    2222  -dsco SPATIALITE=yes -lco SPATIAL_INDEX=yes -gt 65536 -gt 
    2323}}} 
    24 This sintax need almost gdal 1.9.0 and spatialite 3.0.0 to avoid lost the 3rd dimension exporting the geometries.[[BR]] 
    25 Another point is the primary keys: The exportation of a full schema lost every primary key of integer type (don't lost the textual primary keys).[[BR]] 
    26 To avoid this lost you should use the "single table" call. 
     24Some advertising: To avoid the lost of the third dimension exporting geometries you need use almost gdal 1.9.0 and spatialite lobrary 3.0.0.[[BR]] 
     25Also the exportation using the last sintax described don't export any field of type integer that is also a primary key. It don't lost the filed of type TEXT that are also primary keys. To avoid this lost you should use the "single table" call. 
    2726