Browse Source

Update packages/web/src/components/PageComponents/Map/Layers/SNRLayer.tsx

Co-authored-by: Copilot <[email protected]>
pull/850/head
Jeremy Gallant 10 months ago
committed by GitHub
parent
commit
96472c35b6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      packages/web/src/components/PageComponents/Map/Layers/SNRLayer.tsx

1
packages/web/src/components/PageComponents/Map/Layers/SNRLayer.tsx

@ -214,7 +214,6 @@ function generateNeighborLines(
}
if (pair.ab && pair.ba) {
console.debug("Both directions", pair);
// both directions → two arcs
const feat1 = makeFeature(pair.a, pair.b, aPos, bPos, pair.ab, true);
const feat2 = makeFeature(pair.b, pair.a, bPos, aPos, pair.ba, true);

Loading…
Cancel
Save