It's not to hard to manually add waypoints from a .gpx file. It was easy to create a Perl script to process the .gpx format into the .storage format below.
Plug the unit into a computer using the USB cable.
Look for MN6\Settings\Favorites.storage and open it in a text editor
You will see entries like below, except that they usually have more information. The below is an example of the bare minimum that is required, a waypoint name, lat and lon. For each waypoint, modify the line below with the appropriate information and add it to the file
You can insert the information manually if you have a few waypoints or create a script to help automate the process.
I don't know why, but the format seems to require the [0][17] and the 49 at the end.
Reader Comments (Page 1 of 1)
chris_parks @ Sep 1st 2007 2:16PM
Does this work with www.navitraveler.com ?
I want to be able to download GPX files and put them in.
DHoot @ Nov 17th 2007 5:42PM
It's not to hard to manually add waypoints from a .gpx file. It was easy to create a Perl script to process the .gpx format into the .storage format below.
Plug the unit into a computer using the USB cable.
Look for MN6\Settings\Favorites.storage and open it in a text editor
You will see entries like below, except that they usually have more information. The below is an example of the bare minimum that is required, a waypoint name, lat and lon. For each waypoint, modify the line below with the appropriate information and add it to the file
You can insert the information manually if you have a few waypoints or create a script to help automate the process.
I don't know why, but the format seems to require the [0][17] and the 49 at the end.
[DC-WhiteHouse||][0][17]|||-77.0366092|38.8976493||||||||||||||||49
As always, make a backup before editing files like this...