
GPS-
Ba-
bel
XCSV
Style
Files
105
IFIELD INDEX,"0","%04d" # (Starts counting at zero)
IFIELD INDEX,"","%04d" # (Starts counting at zero)
IFIELD INDEX,"1","%04d" # (Starts counting at one)
SHORTNAME
A SHORTNAME is generally the waypoint name of the data being processed. SHORTNAME maps di-
rectly to the GPSBabel variable ->shortname. A SHORTNAME is CHARACTER data and requires a
character array printf conversion.
example:
IFIELD SHORTNAME,"","%s"
DESCRIPTION
A DESCRIPTION is generally a long description of the waypoint. A DESCRIPTION maps to the GPS-
Babel variable ->description and is otherwise handled exactly like a SHORTNAME.
examples:
IFIELD DESCRIPTION,"","%s"
NOTES
NOTES are generally everything else about a waypoints. NOTES map to the GPSBabel variable ->notes
and is otherwise handled exactly like a SHORTNAME.
URL
URL is a URL for the waypoint. URL maps to the GPSBabel variable ->url and is otherwise handled
exactly like a SHORTNAME.
example:
IFIELD URL,"","%s"
URL_LINK_TEXT
URL_LINK_TEXT is a textual description of where a URL points. URL_LINK_TEXT maps to the GPS-
Babel variable ->url_link_text and is otherwise handled exactly like a SHORTNAME.
example:
IFIELD URL_LINK_TEXT,"","%s"
ICON_DESCR
ICON_DESCR is a textual description of an icon type for a waypoint. ICON_DESCR maps to the GPS-
Babel variable ->icon_desc and is otherwise handled exactly like a SHORTNAME.
example:
Comentários a estes Manuais