Skip to content

Commit

Permalink
Add sample flight gpx to the demo folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bpatrik committed Aug 26, 2023
1 parent 28ac060 commit a3ec587
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions demo/images/SF- LA flight.gpx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?><gpx xmlns="http://www.topografix.com/GPX/1/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<trk>
<name>SF - LA flight</name>
<trkseg>
<trkpt lat="37.61907358382852" lon="-122.38276951882519">
<time>2023-07-16T04:09:32Z</time>
</trkpt>
<trkpt lat="33.973731424165905" lon="-118.25928533563894">
<time>2023-07-16T04:09:33Z</time>
</trkpt>
</trkseg>
</trk>
</gpx>

0 comments on commit a3ec587

Please sign in to comment.