courses and challenges small improvements
This commit is contained in:
@@ -30,13 +30,16 @@
|
||||
<tr>
|
||||
<th>Notes</th><td>{{ course.notes|linebreaks }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Manager</th><td>{{ course.manager }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</li>
|
||||
<li class="grid_2">
|
||||
<div class="mapdiv">
|
||||
{{ mapdiv|safe }}
|
||||
|
||||
|
||||
|
||||
|
||||
{{ mapscript|safe }}
|
||||
</div>
|
||||
</li>
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<td>
|
||||
{{ course.distance }} m
|
||||
</td>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
{% endfor %}
|
||||
@@ -64,6 +64,12 @@
|
||||
<input type="submit" value="GO"></input>
|
||||
</form>
|
||||
</p>
|
||||
{% if location %}
|
||||
<p>
|
||||
<a href="/rowers/list-courses/?nearby=true">Filter nearby courses</a>
|
||||
<a href="/rowers/list-courses/">All courses</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
<a href="/rowers/courses/upload/">Add Courses</a>
|
||||
</p>
|
||||
@@ -79,7 +85,7 @@
|
||||
{% endfor %}
|
||||
<p> </p>
|
||||
{% endif %}
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
<li class="grid_4">
|
||||
@@ -89,27 +95,27 @@
|
||||
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 <a href="https://www.google.com/earth/">Google Earth</a>
|
||||
to mark the start and finish lines using polygons. The process is identical
|
||||
to creating custom courses for the
|
||||
<a href="http://performancephones.com/crewnerd/">CrewNerd</a>
|
||||
app.
|
||||
|
||||
app.
|
||||
|
||||
</p>
|
||||
|
||||
<p>CrewNerd has published a nice video tutorial of the process.
|
||||
<a href="https://youtu.be/whhWFmMJbhM">Click here</a> to see the video. The part
|
||||
we're interested in starts at 2:05.
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
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.
|
||||
patterns on rivers and lakes.
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
<ul>
|
||||
<li>Open Google Earth</li>
|
||||
@@ -126,7 +132,7 @@
|
||||
|
||||
<p>You are allowed to have multiple courses in one KML file.
|
||||
Your CrewNerd "courses.kml" file works out of the box</p>
|
||||
|
||||
|
||||
<p>The site doesn't test for duplicate courses.</p>
|
||||
|
||||
</li>
|
||||
|
||||
@@ -67,12 +67,19 @@
|
||||
<p>
|
||||
<input name='form' class='green button' type='submit' value="Submit">
|
||||
</form>
|
||||
</p>
|
||||
</p>
|
||||
</li>
|
||||
<li class="grid_4">
|
||||
<p>Click on the challenge name or on the Details button to see the challenge
|
||||
details (and manage your participation and results). Click on the
|
||||
course name to see the course details.
|
||||
</p>
|
||||
{% if location %}
|
||||
<p>
|
||||
<a href="/rowers/virtualevents/?nearby=true">Challenges in your area</a>
|
||||
<a href="/rowers/virtualevents/">All Challenges</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</li>
|
||||
|
||||
<li class="grid_4" id="racelist">
|
||||
|
||||
Reference in New Issue
Block a user