GPX
From Just Solve the File Format Problem
(Difference between revisions)
(updated info to reflect version 1.1, added link to original schema) |
(→Links) |
||
Line 12: | Line 12: | ||
== Links == | == Links == | ||
+ | * [[Wikipedia: GPS Exchange Format]] | ||
* [http://www.topografix.com/gpx.asp Official site] | * [http://www.topografix.com/gpx.asp Official site] | ||
* [http://www.topografix.com/GPX/1/1/ Schema documentation] | * [http://www.topografix.com/GPX/1/1/ Schema documentation] |
Revision as of 18:28, 27 November 2019
GPX (GPS Exchange Format) is an XML-based format for interchanging GPS (Global Positioning System) data between applications. Version 1.0 was released in 2002, followed by current version 1.1 in 2004.File identification
GPX files are in XML form, with an opening <gpx>
tag including a parameter xmlns="http://www.topografix.com/GPX/1/1"
.