Skip to main content
Solved

Traversing all points along the shortest path

  • December 29, 2021
  • 2 replies
  • 16 views

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.waypoints

Best answer by DanAtSafe

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

DanAtSafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 345 replies
  • Best Answer
  • December 30, 2021

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.


  • Author
  • 1 reply
  • December 30, 2021

Thanks. This is exactly what I need!