Skip to content

Extensions in GPX file cause exception #179

@mjpoo

Description

@mjpoo

If the GPX file includes an extension in the metadata e.g.:

<metadata>
   <name>The Event Title</name>
   <author>
     <name>The Author</name>
   </author>
   <extensions>
     <oa:oaCategory>hikingTourTrail</oa:oaCategory>
   </extensions>
</metadata>

a Cannot read properties of null (reading 'getElementsByTagName') exception is thrown because it cannot find the name element.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions