/*! \page gpx_page GPX Analyzer
[TOC]
\section gpx_overview Overview
The GPX Analyzer modules allows you to import GPS data from a GPX file. Information on the GPX format can be found here. The following is a short sample of a GPX file:
\verbatim
Garmin InternationalExample GPX Document4.464.946.87
\endverbatim
\section gpx_config Running the Module
To enable the GPX Analyzer ingest module select the checkbox in the \ref ingest_configure "Ingest Modules configuration screen".
\section gpx_results Viewing Results
Results are show in the Results tree under "Extracted Content". The GPX data types "wptType", "rteType", and "trkType" produce results of type GPS Bookmark, GPS Route, and GPS Track, respectively.
\image html gpx_results.png
GPS results can also be seen in the \ref geolocation_page window and the KML Report.
*/