You can type coordinates to note field, select them and convert to waypoint via context menu.
Note | How PD works |
---|---|
N 50 41.123 E 15 10.456 50 41.123 15 10.456 50d41.123 15d10.456 | “d” or space means degrees, coordinates are read as thery are typed, hemisphere N/S and E/W is optional |
41.123 10.456 | numbers are seen as minutes, degrees are taken from cache coordinates |
123 456 | numbers are seen as thousandth of minutes, degrees and whole minutes are taken from cache coordinates |
If the author assigned to cache only the direction and distance PocketDrake will help you determine where to go. The process is simple:
Two information is necessary to solve a formula
Variables are usually commot for all waypoints, they are stored in cache note.
There could be more waypoints with different formulas, we store forumlas in waypoint note.
Variables and formulas must me marked with special tags
<! variables !> <? formulas ?>
(1) Use Paste formulas, PocketDrake adds necessary tags automatically
(2) Adjust formula so that the first line of the formula is for the latitude (N/S) and the other for the longitude (E/W)
(3) Open formula solver tapping Calculate formulas
Edit formulas to follow basic syntax rules:
Use the Normalize formulas (1) to simplify edittind:
Now, we can try Calculate formulas (2)
If there is an error in the formula (wrong syntax, the brackets doesn't match, undefined variable), the error message appears in Result box, otherwise there are calculated coordinates. Digit sum (Σ box) is automatically calculated too.