Table of Contents

Using Personal Notes to create and store waypoint information

c:geo can generate waypoints from the content of your personal note. It also supports a backup of your user-modified or user-defined waypoints in c:geo to the personal note. As both ways are compatible it can also easily be used as a backup/restore of your waypoints of a cache to/from the geocaching server.

This page describes in detail how these feature work.

Automatic creation of waypoints

If your personal note of a cache contains valid coordinates (e.g. N50 10.123 E010 34.876) c:geo will automatically create a waypoint from it in the waypoint tab of this cache.

If for example this is the content of your personal note:

c:geo will automatically create this waypoint for it:

Subsequent coordinates in your personal note will also be transferred to a waypoint in the same way and the waypoint name numbered accordingly.

If the waypoints of a cache already contain the same coordinates as found in your personal note, c:geo will not create a new waypoint for these coordinates as it assumes them to be an unnecessary duplicate in this case. Two coordinates are consideres “same” in this sense when they are identical written in MinDec coordinate format (e.g. N50 10.123 E010 34.876).

Using keywords for waypoint types

Normally c:geo will define the waypoint type for coordinates found in the personal note as Reference Point, however you can use keywords in your personal note to enforce another waypoint type being used.

You just place one of the following keywords in front of the coordinates:

Icon Waypoint type Keyword in personal note Short ID in personal note
Parking AreaPARKINGP
Question to AnswerPUZZLEX
Stage of a Multi cacheSTAGES
TrailheadTRAILHEADT
Reference PointWAYPOINTW
Final LocationFINALF

c:geo will recognize the following keyword formats as waypoint type identifiers (all of them case-insensitive):

Additionally localized waypoint type names (in the language you are using c:geo) will also work, however as c:geo is available in many languages we only list the English keywords here.

As an example look at the following personal note which uses some variants of the above to create waypoints for different types:

which then automatically creates these waypoints for you:

Backup waypoints in personal note

It is possible to create a textual backup of all your user-modified waypoint data in the personal note. You can upload this note to the geocaching server (if the used geocaching provider supports it) and thus easily backup your custom waypoint data. Due to the above described waypoint parsing this data can then be restored to your waypoint list in case it gets lost or is deleted from your local device.

To create the textual backup, use the icon under the personal note. A textual section will be created in your personal note starting with {c:geo-start} and ending with {c:geo-end}. It contains all user-defined waypoint data from the waypoint list in advanced waypoint syntax (which is explained in the next section).

To refresh the textual waypoint backup, tap the icon again. To remove it, tap the icon .

As an example, when executed on the following waypoints:

This function will create this textual backup:

If you upload this personal note to the geocaching server, then delete the cache on your local device and later store it again in c:geo, the waypoints from the personal note will be automatically restored.

Advanced waypoint syntax

Perhaps you noticed that waypoints from personal note were created with default names like e.g. Personal Note 2. If you want to perform more advanced waypoint operations from your personal notes you have to use an advanced waypoint syntax. With this you can:

To do this, use the following syntax in your personal note:

@[<prefix>]<name> (<waypointTypeId>) <coordinate> “<user note>”

The advanced format is recognized when it starts with a @ at the beginning of a new line. The following content is parsed:

The geocaches waypoint list is modified with this information as follows:

In case a waypoint is modified, the following rules apply:

The following examples show different texts on the left and the waypoints created out of them on the right

Personal note text produced waypoint
@ A good parking place N50 11.456 E010 35.345 park under the oak tree
@ (X) marks the spot N50 12.010 E010 33.783
@[S5]Station 5 (X) (NO-COORD) “We have to think about this later”

Note: this example assumes that there is a predefined waypoint in the listing with prefix S5
@Final (F) (F-PLAIN) N48 AB.(C*D/2) E 9 (C-D).(A+B) |A=a+b|a=5| “Formula is calculated with the variables”

Note: The formula is then transferred to the waypoint calculator (format Plain)