Last active
August 13, 2022 22:15
-
-
Save merlos/a93095a12d36d66a0a1b6fa657c67a67 to your computer and use it in GitHub Desktop.
Example of GPX file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.topografix.com/GPX/1/1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" version="1.1" creator="Open GPX Tracker for iOS"> | |
<wpt lat="40.762468446233115" lon="-73.99090283852468"> | |
<time>2019-12-06T14:19:25Z</time> | |
<name>09:19:25</name> | |
<desc>Dec 6, 2019 at 09:19:25</desc> | |
</wpt> | |
<wpt lat="40.80559910750484" lon="-73.95810627601767"> | |
<time>2019-12-06T14:19:29Z</time> | |
<name>09:19:29</name> | |
<desc>Dec 6, 2019 at 09:19:29</desc> | |
</wpt> | |
<wpt lat="40.767588954221175" lon="-73.9539347834181"> | |
<time>2019-12-06T14:19:31Z</time> | |
<name>09:19:31</name> | |
<desc>Dec 6, 2019 at 09:19:31</desc> | |
</wpt> | |
<wpt lat="40.72268937145068" lon="-73.99262897339348"> | |
<time>2019-12-06T14:19:36Z</time> | |
<name>09:19:36</name> | |
<desc>Dec 6, 2019 at 09:19:36</desc> | |
</wpt> | |
<trk> | |
</trk> | |
</gpx> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment