Moved the canvas drawing implementation from team27's codebase to team13's.

#story30b
This commit is contained in:
Calum
2017-04-20 19:06:32 +12:00
parent 15ded667fe
commit b5129c5c80
7 changed files with 323 additions and 99 deletions
@@ -25,7 +25,7 @@ public class CourseParserTest {
public void getGates() throws Exception {
ArrayList<Mark> course = cp.getCourse();
assertTrue(MarkType.GATE_MARK == course.get(0).getMarkType());
assertTrue(MarkType.OPEN_GATE == course.get(0).getMarkType());
GateMark gateMark1 = (GateMark) course.get(0);
assertEquals(32.293771, gateMark1.getSingleMark2().getLatitude(), 0.00000001);