Jeremy Gallant
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
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); |
|
|
|
|