diff --git a/src/utils/world-map.js b/src/utils/world-map.js index 9dd9deb..b5aaa23 100644 --- a/src/utils/world-map.js +++ b/src/utils/world-map.js @@ -39,7 +39,7 @@ export function findIntersectingGroups(coordinates) { coordinates.forEach((coordinate, index) => { const intersects = []; - const n = 2; + const n = -2; coordinates.forEach((otherCoordinate, otherIndex) => { if (index !== otherIndex) { if (