Description
In the exported GPX file:
- the cache ID is set to 1
- the cache owner name and ID is missing
- the finder ID is missing
Steps to Reproduce
Preparations (I chose just a random cache):
- Go to https://coord.info/GCBTPGK
- Click "Download GPX"
- Import this GPX file into an empty database
- Export to a GPX file
- Compare the imported and exported GPX files
The errors:
- The imported file contains the cache ID:
<groundspeak:cache id="10514043" available="True" (…)
but the exported file contains the wrong cache ID:
<groundspeak:cache id="1" available="True" (…)
- The imported file contains information about the cache owner:
<groundspeak:owner id="3509005">LarsET</groundspeak:owner>
This line is not present at all in the output file.
- The imported file contains the finder ID for each log
<groundspeak:finder id="8343551">kottin</groundspeak:finder>
but the exported file contains only the username, not the user ID
<groundspeak:finder>kottin</groundspeak:finder>
Expected Behavior
I expected the cache ID to be correct in the output, and the owner ID (and name) and finder ID to be present in the exported GPX file.
Environment
Windows 10
OpenSAK-v1.17.0-beta.2
Description
In the exported GPX file:
Steps to Reproduce
Preparations (I chose just a random cache):
The errors:
but the exported file contains the wrong cache ID:
This line is not present at all in the output file.
but the exported file contains only the username, not the user ID
Expected Behavior
I expected the cache ID to be correct in the output, and the owner ID (and name) and finder ID to be present in the exported GPX file.
Environment
Windows 10
OpenSAK-v1.17.0-beta.2