From eb43cd735dccd27b8dfc6fb486d871275012855b Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 17 Jul 2024 16:06:04 -0400 Subject: [PATCH] We switched the clipper a while ago --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3ab87..3095ec9 100644 --- a/README.md +++ b/README.md @@ -304,7 +304,7 @@ loco.stringify(someGeoJson, { maxLength: 100 }); // Make it pretty! **location-conflation** is really just a wrapper around these other great projects: * [country-coder](https://github.com/rapideditor/country-coder) for world boundaries, and -* [polygon-clipping](https://github.com/mfogel/polygon-clipping) for union/difference functions +* [polyclip-ts](https://github.com/luizbarboza/polyclip-ts) for union/difference functions ### License