GPX files do not validate #18

Closed
opened 2022-10-03 13:00:09 +00:00 by vdv · 1 comment
Owner

Nobody seems to care, but most of the GPX files seem to be invalid.

Errors include:

  • elements which are not in the right order (probably due to the fact that object properties in many programming languages have no order).
  • extension elements which are in the default namespace while they shouldbe in any other namespace.

Also, it seems common to include namespaces definitions that are not used, such as Garmin extensions:

Nobody seems to care, but most of the GPX files seem to be invalid. Errors include: * elements which are not in the right order (probably due to the fact that object properties in many programming languages have no order). * extension elements which are in the default namespace while they shouldbe in any other namespace. Also, it seems common to include namespaces definitions that are not used, such as Garmin extensions: * [www8.garmin.com/xmlschemas/GpxExtensions/v3/GpxExtensionsv3.xsd](https://www8.garmin.com/xmlschemas/GpxExtensions/v3/GpxExtensionsv3.xsd) * [www8.garmin.com/xmlschemas/WaypointExtensionv1.xsd](https://www8.garmin.com/xmlschemas/WaypointExtensionv1.xsd) * [www8.garmin.com/xmlschemas/TrackPointExtensionv1.xsd](https://www8.garmin.com/xmlschemas/TrackPointExtensionv1.xsd)
vdv added the
bug
label 2022-10-03 13:00:10 +00:00
vdv self-assigned this 2022-10-03 13:00:10 +00:00
Author
Owner

Not applicable to the solidjs branch which is the new master.

Not applicable to the solidjs branch which is the new master.
vdv closed this issue 2023-03-10 07:18:30 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dyomedea/dyomedea#18
No description provided.