I'm writing a Perl script to take GPX navigation files exported from the excellent Dutch Fietsersbond Routeplanner (routeplanner.fietsersbond.nl) and convert them into GPX files I can use to perform navigation in Locus. This is going to be pretty easy, as I can already tell a lot from studying the navigable tracks exported from Locus (e.g. after a mapquest navigation). But there is one thing I need: the list of codes in the <locus:rtePointAction> tags.
These are integers which encode what you are supposed to do at a navigation waypoint, e.g. turn right, turn left, go straight ahead. I can reverse-engineer some of them, but I hope that by asking here Menion can provide the complete list and save me a lot of effort
Thanks in advance.
editMenion, are you there? To clarify, all I need is the enum, copied and pasted from the relevant source file. I can figure out the rest.
Sorry for bumping my own topic but I leave for my trip in a few days...