Opened 3 years ago

Closed 3 years ago

#62958 closed enhancement (worksforme)

sqlite3 3.35.5: enable GEOPOLY interface for the RTREE extension

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.

Attachments (1)

sqlite3-enable-geopoly.diff (1.1 KB) - added by ksshannon (Kyle Shannon) 3 years ago.

Download all attachments as: .zip

Change History (6)

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)

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

Apologies, it seems to be enabled already. I was looking at the wrong binary. Sorry for the noise.

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

Owner: set to ksshannon
Status: newassigned

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

Owner: ksshannon deleted

comment:5 Changed 3 years ago by jmroot (Joshua Root)

Resolution: worksforme
Status: assignedclosed
Note: See TracTickets for help on using tickets.