GeoDB::Modify::Solved.3pm

Langue: en

Version: 2008-11-19 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

Sommaire

NAME

Solved - Modifes the lat/lon coordinates to reflect solved puzzle coordinates

DESCRIPTION

START HELP

Example of solving a puzzle and saving it:

   > geoqo -s ident:GCABCD -m 'setattr:puzn=N38 42.444,puzw=W121 42.444' --save
 
 

Example of exporting it with the replaced coordinates:

   > geoqo -s ident:GCABCD -e 'solved:+loc:out.loc'
 
 

This plugin replaces the latitude and longitude coordinates of a waypoint with those in the puzn and puzw attributes. Use the above examples as a guide for solving a puzzle and then using the solved: plugin when exporting your database ready for uploading into a GPS.

END HELP