Class that holds Course information
Dependents: Course_Example course_input class_finder
Revision 9:8fea357ee7a5, committed 2016-12-08
- Comitter:
- kkizirian
- Date:
- Thu Dec 08 21:39:09 2016 +0000
- Parent:
- 8:f235174016c8
- Commit message:
- Updated some building lat and long positions
Changed in this revision
Course.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Course.cpp Thu Dec 08 21:02:51 2016 +0000 +++ b/Course.cpp Thu Dec 08 21:39:09 2016 +0000 @@ -5,11 +5,11 @@ map<string, float> m; m["CLH"] = 33.774801; m["COC"] = 33.777442; - m["HWY"] = 33.777498; - m["ICR"] = 33.775448; + m["HWY"] = 33.777480; + m["ICR"] = 33.775439; m["KLS"] = 33.777262; - m["SCH"] = 33.776562; - m["SKI"] = 33.773603; + m["SCH"] = 33.776508; + m["SKI"] = 33.773611; m["VAN"] = 33.775991; return m; } @@ -19,9 +19,9 @@ m["CLH"] = -84.396389; m["COC"] = -84.397259; m["HWY"] = -84.398582; - m["ICR"] = -84.401261; + m["ICR"] = -84.401250; m["KLS"] = -84.396003; - m["SCH"] = -84.388060; + m["SCH"] = -84.388081; m["SKI"] = -84.395897; m["VAN"] = -84.397128; return m;