Skip to content
New issue

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

Implementing way point and creation time extensions #41

Open
nshontz opened this issue Dec 19, 2019 · 1 comment
Open

Implementing way point and creation time extensions #41

nshontz opened this issue Dec 19, 2019 · 1 comment
Assignees
Milestone

Comments

@nshontz
Copy link

nshontz commented Dec 19, 2019

Problem description

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>

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!

@Sibyx
Copy link
Owner

Sibyx commented Dec 21, 2019

Hello, this kind of extension is not implemented, feel free to create PR.

Thank you for nice joke and wish you happy holidays!

@Sibyx Sibyx added the feature label Dec 21, 2019
@Sibyx Sibyx added this to the v1 release milestone May 17, 2020
@Sibyx Sibyx removed this from the v1 release milestone Feb 4, 2021
@Sibyx Sibyx added this to the phpGPX 2.0 milestone Jul 29, 2023
@Sibyx Sibyx removed the feature label Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants