Hello FME users. I can't solve the problem of passing all the points along the shortest path. I can't make a cycle with sorting. Please help me.
Page 1 / 1
Hi @miha Ideally, use v8 of the ShortestPathFinder in FME 2022.0 beta. It now has an option to reorder points "All...Except First". You might need to use Counters and a Sorter to make sure the the Start Point enters the LineBuilder first. Please let me know if you can't use FME 2022.0 yet.
Thanks. This is exactly what I need!