Changes between Initial Version and Version 1 of Ticket #62958


Ignore:
Timestamp:
May 24, 2021, 3:53:12 AM (3 years ago)
Author:
ksshannon (Kyle Shannon)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62958 – Description

    initial v1  
    11The [https://www.sqlite.org/geopoly.html 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.
    22
    3 This can be accomplished by setting `-DSQLITE_ENABLE_GEOPOLY`, see attached patch (first time submitter, not sure about the version #).  Alternatively, SQLite 3.36.0 will be coming out soon-ish, it could easily be applied then.
     3This 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.
    44
    55Thank you.