Skip to content

GSAK Custom Field Mapping

mirsch edited this page Oct 22, 2025 · 2 revisions

Lab2Gpx provides some structured data in a custom XML namespace. It's possible to import this data into GSAK e.g. for filtering or statistics.

⚠️ This is currently only available in the GPX output and not in GPX with Waypoints

Add Custom Fields in GSAK

in GSAK go to Waypoint → Custom Data and press the "Fields" button.

Add the fields you want to import. Make sure you choose the right type for the data. grafik

Add GPX custom data mapping

in GSAK go to Tools → Options → Advanced → Page 2

in the text input "GPX custom data mapping" add

gpx~wpt~lab2gpx:adventureLab~lab2gpx:stagesTotal=LabStagesTotal
gpx~wpt~lab2gpx:adventureLab~lab2gpx:stagesCompleted=LabStagesCompleted
gpx~wpt~lab2gpx:adventureLab~lab2gpx:themes=LabThemes
gpx~wpt~lab2gpx:adventureLab~lab2gpx:bonus=LabBonus
gpx~wpt~lab2gpx:adventureLab~lab2gpx:uuid=LabUuid

you only need to add the lines for the data you want to import

grafik

Bonus: make your fields visible in Grid

Tools → Options → Display

grafik

Example Usage:

Mfilter: LabStagesCompleted >= 1 AND LabStagesCompleted < LabStagesTotal filters for uncompleted labs

Clone this wiki locally