Opened 14 years ago
Closed 14 years ago
#717 closed defect (fixed)
SQLite: Fail to evaluate SpatialExtents() when table/class has multiple geometries
Reported by: | romicadascalescu | Owned by: | romicadascalescu |
---|---|---|---|
Priority: | minor | Milestone: | 3.6.0 |
Component: | SQLite Provider | Version: | 3.6.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
When we have multiple geometries, GetGeometryProperty() on the class will return null making impossible to get spatial extents of the main geometry.
- To fix this issue we have to get if possible the the geometry based on the name.
Note:
See TracTickets
for help on using tickets.
Date: 2010-11-01 19:04:50 -0700 (Mon, 01 Nov 2010) New Revision: 5785
Modified:
Log: Ticket #717: SQLite: Fail to evaluate SpatialExtents() when table/class has multiple geometries