Ticket #106 (closed feature request: fixed)

Opened 3 years ago

Last modified 2 years ago

Return path list with path segments in the correct direction

Reported by: daniel Owned by: anton
Priority: major Milestone: Version 1.1
Component: A* Version: 1.01
Keywords: Cc:

Description

Currently the result of the shortest path search returns a list of ordered links. The order of this link list is correct, but there are two cases how to pass each link: - from start to end - from end to start

To show animated routes (ie. play the path as a tour in Google Earth) each link needs to be passed in the correct direction. This might be also convenient for giving driving directions.

Change History

Changed 3 years ago by daniel

  • type changed from bug report to feature request

Changed 2 years ago by anton

  • status changed from new to closed
  • resolution set to fixed

Done - id field added to the output type. Being sorted by id result becomes ordered.

Note: See TracTickets for help on using tickets.