From 17b96cd93a0ba88df2f4e07b96e4b47a502e0d21 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 13 Jun 2020 11:45:38 +0200 Subject: [PATCH] adding how-to to course --- rowers/templates/course_form.html | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/rowers/templates/course_form.html b/rowers/templates/course_form.html index 5a346104..aa1bb20f 100644 --- a/rowers/templates/course_form.html +++ b/rowers/templates/course_form.html @@ -41,6 +41,54 @@ +
  • +

    How-to

    +

    + Courses allow you to mark the start & finish lines of your + test pieces and measure the time spent on the course (as opposed + to the total duration of a workout). This allows you to row and rank + marked courses. + + To create a course, you use Google Earth + to mark the start and finish lines using polygons. The process is identical + to creating custom courses for the + CrewNerd + app. + +

    + +

    CrewNerd has published a nice video tutorial of the process. + Click here to see the video. The part + we're interested in starts at 2:05. +

    + +

    + In addition to start and finish areas, on rowsandall.com you can add additional + polygons to mark areas that you must pass (in that order). This allows for + courses with turns around buoys, respecting buoy lines, or respecting traffic + patterns on rivers and lakes. +

    + +

    +

    +

    + +

    You are allowed to have multiple courses in one KML file. + Your CrewNerd "courses.kml" file works out of the box

    + +

    The site doesn't test for duplicate courses.

    + +