From: Simon G <sim...@us...> - 2002-06-05 07:34:08
|
Update of /cvsroot/rideplot/rideplot/src In directory usw-pr-cvs1:/tmp/cvs-serv14830 Modified Files: rideplot Log Message: New input Formats. Mapblast retrieval feature Waypoint name and merge with track features. See Comments at start of file for full list. Feedback required for the Mapblast feature. Does it work in the US Index: rideplot =================================================================== RCS file: /cvsroot/rideplot/rideplot/src/rideplot,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rideplot 14 Nov 2001 07:21:02 -0000 1.2 --- rideplot 5 Jun 2002 07:34:04 -0000 1.3 *************** *** 12,17 **** # For details about rideplot see http://rideplot.sourceforge.net/ # ! # This software converts track data downloaded via "gpstrans" from a ! # Garmin GPS into a PNG image which graphically represents the track # like a map. The resulting image may then be edited with GIMP or # another image editor to produce custom maps based on GPS-recorded --- 12,17 ---- # For details about rideplot see http://rideplot.sourceforge.net/ # ! # This software converts track and waypoint data downloaded from a [...988 lines suppressed...] + ie. HTTP_PROXY or CGI_HTTP_PROXY for cgi scripts. + + =item C<--map-file=str> + + Use the background map file. + + =item C<--waypoint-width=int> *************** *** 529,532 **** --- 944,951 ---- If selected, the waypoint circles will be filled in solid, rather than empty circles. + + =item C<--help> + + Display this Help information. =back |