Opened 11 years ago
Closed 11 years ago
#4632 closed enhancement (fixed)
Spatialite: spatial index can be used even when linking against regular SQLite
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 1.9.1 |
Component: | OGR_SF | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
The spatial index of spatialite is just a RTree so we can use it even if not linking against libspatialite. We just need to make sure that RTree support is available.
Note:
See TracTickets
for help on using tickets.
Fixed in trunk (r24281) and branches/1.9 (r24282)