mirsch / lab2gpx

GNU General Public License v3.0
26 stars 22 forks source link

Stage finds SYM name #96

Open Robert-Fenwick opened 2 years ago

Robert-Fenwick commented 2 years ago

When exporting gpx with finds the stage is "Virtual Stage". If a stage has been answered can be "Virtual Stage Found". For a stage that has not been answered we would have Virtual Stage For a stage that has been answered (found) we would have Virtual Stage Found

bruzie commented 2 years ago

I too would like this functionality. I'm importing the gpx into Excel so I can keep track of locations I've found, visited but not logged, and locations to come and this will help automate some of that process.

SamHenkel commented 2 years ago

It's the found status that changes, not the kind of stage. The stage is always virtual. What might change within a valid GPX file is the [sym] tag, which is either "Geocache" or "Geocache found". Other changes than that will break the GPXes validity and render it unusable for Garmin users. Anyway, this will not happen as the scripts has to use the user's login data to fetch the found status.

bruzie commented 2 years ago

The script does not need the user's login data to gather found information as that's what the purpose of the "Exclude my finds" field is for, for copying the source code from https://labs.geocaching.com/logs

Robert-Fenwick commented 2 years ago

Could also add choice of name for completed stages so it is only used if required by user.

Robert-Fenwick commented 1 year ago

If having a name of "virtual stage found" stop gpx file for Garmin users then make it an option so user can choose to use it or not.