We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb556ac commit cbe3049Copy full SHA for cbe3049
README.md
@@ -50,10 +50,9 @@ s2js is a full-featured JavaScript/TypeScript port of Google's S2 Geometry libra
50
| **Union, Intersection, Difference** | ✅ | Basic boolean polygon operations |
51
| **BigInt cell/token conversion** | ✅ | Handles full 64-bit cell IDs |
52
| **CellIndex, ClosestCellQuery** | ✅ | Query a list of cells with various shapes |
53
+| **ClosestEdgeQuery** | ✅ | Query the edges of 2 geometries |
54
55
-TODO: ADD CLOSESTEDGEQUERY HERE
56
-
57
### Feature Completeness
58
59
The library is essentially feature compatible with the Golang library: https://github.com/golang/geo
0 commit comments