Ticket #4768 (closed enhancement: fixed)

Opened 11 months ago

Last modified 11 months ago

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

Changed 11 months ago by rouault

  • status changed from new to closed
  • type changed from defect to enhancement
  • component changed from default to OGR_SF
  • milestone set to 2.0.0
  • keywords sqlite spatialite added
  • resolution set to fixed

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

Changed 11 months ago by rouault

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

Note: See TracTickets for help on using tickets.