Opened 3 years ago

Last modified 3 years ago

#62958 closed enhancement

sqlite3 3.35.5: enable GEOPOLY interface for the RTREE extension — at Version 1

Reported by: ksshannon (Kyle Shannon) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.0
Keywords: haspatch Cc: Schamschula (Marius Schamschula)
Port: sqlite3

Description (last modified by ksshannon (Kyle Shannon))

The GEOPOLY extension is an interface to the RTREE extension allowing for point in polygon and similar querying using 2D polygons. It is part of the sqlite3 project, with a small footprint.

This can be accomplished by setting -DSQLITE_ENABLE_GEOPOLY, see attached patch (first time submitter, not sure about the revision #). Alternatively, SQLite 3.36.0 will be coming out soon-ish, it could easily be applied then.

Thank you.

Change History (2)

Changed 3 years ago by ksshannon (Kyle Shannon)

Attachment: sqlite3-enable-geopoly.diff added

comment:1 Changed 3 years ago by ksshannon (Kyle Shannon)

Description: modified (diff)
Note: See TracTickets for help on using tickets.