Querying two locations that are flow connected should return just one feature, but this returns 2, and one isn't being assigned an id:
select
id,
from_blue_line_key,
from_measure,
to_blue_line_key,
to_measure
from fwa_networktraceagg(356362521, 43756, 356362759, 98137);
id | from_blue_line_key | from_measure | to_blue_line_key | to_measure
----+--------------------+-------------------+------------------+------------------
1 | 356362521 | 43756 | 356362759 | 98896.7217189736
| 356362759 | 98279.35995478695 | 356362759 | 98137
Querying two locations that are flow connected should return just one feature, but this returns 2, and one isn't being assigned an id: