-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for spatial-tree index - use S2 index tokens
Spatial-tree index wasn't using the S2 geometry library properly, so queries would often return the wrong results. Specifically, the S2 cell covering of a region is somehow different (but related) to the S2 cell index terms of a feature - we were taking the first instead of the second.
- Loading branch information
Showing
3 changed files
with
125 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.