Adding Pathfinding to mapthis!
I've been using map this for the last weeks and I still think it defenatly need a "goto" button (find the route form A to B)
My idea :
Step 1
Generate a node.dat and links.dat from geodata.dat with relative info on how each node interconnect with the links. Also, info on the links (one way, road, highway, etc...)
This will minimise the calculation on the PSP and enable a faster search
Step 2
Use a Breadth-first pathfinding algorythme to calculate the road from node 1 (nearest node from current GPS position for exemple) to node N (nearest node from destination position)
SEE :
http://en.wikipedia.org/wiki/Breadth-first_search
I throw my idea as I've not done any psp dev (for now)
I know it's not as easy as it sound, but I'm sure someone clever here can figure out something
I love the work Nieko did on the get route from the psp browser... but doing this without internet would be really a great advancment for mapthis! (and would defenatly push some people use it instead of GoExplore!)