From 949e0be025efd2d5c621b3bf634bf3bbf7c00ad2 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 7 Apr 2020 16:55:49 -0400 Subject: [PATCH] auto --- assign4.md | 2 +- assign4bmwRS1200.gpx => assign4bmwrS1200GS.gpx | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename assign4bmwRS1200.gpx => assign4bmwrS1200GS.gpx (100%) diff --git a/assign4.md b/assign4.md index 040efa8..215223d 100644 --- a/assign4.md +++ b/assign4.md @@ -132,7 +132,7 @@ out of 200 pts): extension. Doesn't matter what you write. - (5 pts) *Get your app to read and write real gpx files*. Your app should be able to write read and write RideWithGPX files. Don't worry, look at - [this file](assign4bmwRS1200.gpx) and you will see the format is dirt simple (though + [this file](assign4bmwR1200GS.gpx) and you will see the format is dirt simple (though there may be multiple `trkseg`s). - (5 pts) *Show a pre-planned route*. Show the route (w/ a different color) from another gpx file as you are recording a ride, so that the rider can diff --git a/assign4bmwRS1200.gpx b/assign4bmwrS1200GS.gpx similarity index 100% rename from assign4bmwRS1200.gpx rename to assign4bmwrS1200GS.gpx -- GitLab