We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to re-create a gpx file that uses way point and creation time extensions as shown below.
<extensions> <gpxx:WaypointExtension> <gpxx:DisplayMode>SymbolAndName</gpxx:DisplayMode> </gpxx:WaypointExtension> <wptx1:WaypointExtension> <wptx1:DisplayMode>SymbolAndName</wptx1:DisplayMode> </wptx1:WaypointExtension> <ctx:CreationTimeExtension> <ctx:CreationTime>2016-03-30T23:26:28Z</ctx:CreationTime> </ctx:CreationTimeExtension> </extensions>
I'm wondering if these extensions have been worked on before and/or if I can implement them would a pull request be accepted?
Why does the Norwegian navy have barcodes on the side of their ships? So when they arrive back in port, they can Scandinavian!
The text was updated successfully, but these errors were encountered:
Hello, this kind of extension is not implemented, feel free to create PR.
Thank you for nice joke and wish you happy holidays!
Sorry, something went wrong.
nshontz
No branches or pull requests
Problem description
I need to re-create a gpx file that uses way point and creation time extensions as shown below.
Possible solution
I'm wondering if these extensions have been worked on before and/or if I can implement them would a pull request be accepted?
Something interesting or funny
Why does the Norwegian navy have barcodes on the side of their ships?
So when they arrive back in port, they can Scandinavian!
The text was updated successfully, but these errors were encountered: