You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Sorry for nagging, I just have a ton of GPX files as test cases :-)
The following GPX file doesn't have a version but the version can be inferred from the namespace:
I think that later versions of this application does add the version field but it would be great if this file can be opened as well.
I'm using version 0.3.1 and the ignore flag doesn't seem to work...?
Looking at the code it seems odd:
boolversionAccepted= settings.IgnoreMissingVersionFailure;// let's say true
...
versionAccepted = reader.Value =="1.1";// gets overridden with false since there's no version, // shouldn't it be versionAccepted |= reader.Value == "1.1";?
...if(!versionAccepted)// will enter here as it was overridden{
...}
Nope, sorry, the code is OK, I now see that the version written in the GPX file is the version of the app and not the version of GPX scheme... :-/
You want me to open a new issue on this?
Hi, Sorry for nagging, I just have a ton of GPX files as test cases :-)
The following GPX file doesn't have a version but the version can be inferred from the namespace:
I think that later versions of this application does add the version field but it would be great if this file can be opened as well.
The text was updated successfully, but these errors were encountered: