资 源 简 介
There are currently three projects in this repository:
WaypointHandler
This program does several things:
1. Parses a GPX file and stores the cache name, latitude, and longitude in a SQLite database. From the database it can then prepare the data for submitting to a TSP solver (I use Concorde and there is (will be) a Concorde file personality).
1. Parses the results of the TSP solver and formats that into the format the website wants.
## RoutePlanner ##
This is a website that takes a GPX file, parses it, then creates turn-by-turn instructions to get to each location.
The site itself is at http://geotripplanner.appspot.com/
## Henry ##
A MacOS X native client application of the RoutePlanner website written in Objective-C. Allows the instructions to be printed.
Note: Henry requires 10.5 or later; it should work on a PowerPC-based Mac, but I haven"t tested that yet.