Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4768 closed enhancement (fixed)

support more than one geometry on spatialite

Reported by: aperi2007 Owned by: warmerdam
Priority: normal Milestone: 1.10.0
Component: OGR_SF Version: unspecified
Severity: normal Keywords: sqlite spatialite
Cc:

Description

A spatialite db can host more than one geometric field on a table. Exactly as postgres/postgis. But actually the spatialite driver will support only one geometry for table. This limit moany the option and usability of spatialite, so should better to allow more geometries as postgis.

Change History (2)

comment:1 by Even Rouault, 12 years ago

Component: defaultOGR_SF
Keywords: sqlite spatialite added
Milestone: 2.0.0
Resolution: fixed
Status: newclosed
Type: defectenhancement

r24734 /trunk/ (8 files in 2 dirs): SQLite/Spatialite: add support for tables with multiple geometry columns (#4768)

comment:2 by Even Rouault, 12 years ago

r24735 /trunk/autotest/ogr/ogr_sqlite.py: Enhance tests to check field count

Note: See TracTickets for help on using tickets.