| QueryAllRecords
I suppose you perform a 'QueryAllRecords' after importing the dataset and unfortunately this doesn´t return the records in the original order.
My suggestion is that you add an extra field to your dataset before importing (an index that describes the desired order) and in your program you add the waypoints using this index.
Greetings, Jack. |