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
The GPX schema allows for some tags to include arbitrary XML data in the form of the extensions tag:
<...>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Currently rust-gpx has no functionality that allows this data to be parsed or stored in the resulting Gpx instance. This issue is a tracking issue for this feature.