diff --git a/README.md b/README.md index f6918e9..5e388e6 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,9 @@ s2js is a full-featured JavaScript/TypeScript port of Google's S2 Geometry libra | **Union, Intersection, Difference** | ✅ | Basic boolean polygon operations | | **BigInt cell/token conversion** | ✅ | Handles full 64-bit cell IDs | | **CellIndex, ClosestCellQuery** | ✅ | Query a list of cells with various shapes | +| **ClosestEdgeQuery** | ✅ | Query the edges of 2 geometries | -TODO: ADD CLOSESTEDGEQUERY HERE - ### Feature Completeness The library is essentially feature compatible with the Golang library: https://github.com/golang/geo