Airline visualization versus routing...
Posted: Fri Oct 19, 2018 2:12 pm
Hi there,
every once in a while a user asks how to implement the visualization of tour optimization results on street level. Most dispatchers just use the sequence and are ok with the airline connection. For those who want the street detail level they just should be aware of the following steps:
No rocket science
Best regards,
Bernd Welter
every once in a while a user asks how to implement the visualization of tour optimization results on street level. Most dispatchers just use the sequence and are ok with the airline connection. For those who want the street detail level they just should be aware of the following steps:
- xlocate is used to gather the coordinates of the involved locations
- xtour is used to create the proper sequence
- xroute is used to determine the detailed polygon information with hundreds or thousands of points on the street network
- xmap is used to display the sezuence
No rocket science
Best regards,
Bernd Welter