-
Notifications
You must be signed in to change notification settings - Fork 22
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.
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.

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
Tools → Options → Display
Mfilter: LabStagesCompleted >= 1 AND LabStagesCompleted < LabStagesTotal
filters for uncompleted labs