Download GPSBabel134doc 720KB
Transcript
GPSBabel XCSV Style Files IFIELD INDEX,"0","%04d" IFIELD INDEX,"","%04d" IFIELD INDEX,"1","%04d" # (Starts counting at zero) # (Starts counting at zero) # (Starts counting at one) SHORTNAME A SHORTNAME is generally the waypoint name of the data being processed. SHORTNAME maps directly 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 GPSBabel 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 GPSBabel 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 GPSBabel variable ->icon_desc and is otherwise handled exactly like a SHORTNAME. example: 105