#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 , 11 years ago
Component: | default → OGR_SF |
---|---|
Keywords: | sqlite spatialite added |
Milestone: | → 2.0.0 |
Resolution: | → fixed |
Status: | new → closed |
Type: | defect → enhancement |
comment:2 by , 11 years ago
r24735 /trunk/autotest/ogr/ogr_sqlite.py: Enhance tests to check field count
Note:
See TracTickets
for help on using tickets.
r24734 /trunk/ (8 files in 2 dirs): SQLite/Spatialite: add support for tables with multiple geometry columns (#4768)