Skip to content

Commit cbe3049

Browse files
docs: ClosestEdgeQuery (#5)
1 parent cb556ac commit cbe3049

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ s2js is a full-featured JavaScript/TypeScript port of Google's S2 Geometry libra
5050
| **Union, Intersection, Difference** || Basic boolean polygon operations |
5151
| **BigInt cell/token conversion** || Handles full 64-bit cell IDs |
5252
| **CellIndex, ClosestCellQuery** || Query a list of cells with various shapes |
53+
| **ClosestEdgeQuery** || Query the edges of 2 geometries |
5354

5455

55-
TODO: ADD CLOSESTEDGEQUERY HERE
56-
5756
### Feature Completeness
5857

5958
The library is essentially feature compatible with the Golang library: https://github.com/golang/geo

0 commit comments

Comments
 (0)