This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<gpx version="1.1" creator="Xcode"> | ||
|
||
<!-- | ||
Provide one or more waypoints containing a latitude/longitude pair. If you provide one | ||
waypoint, Xcode will simulate that specific location. If you provide multiple waypoints, | ||
Xcode will simulate a route visiting each waypoint. | ||
--> | ||
<wpt lat="52.524657" lon="13.413939"> | ||
<name>Berlin</name> | ||
|
||
<!-- | ||
Optionally provide a time element for each waypoint. Xcode will interpolate movement | ||
at a rate of speed based on the time elapsed between each waypoint. If you do not provide | ||
a time element, then Xcode will use a fixed rate of speed. | ||
Waypoints must be sorted by time in ascending order. | ||
--> | ||
<time>2014-09-24T14:55:37Z</time> | ||
</wpt> | ||
|
||
</gpx> |
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
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