{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load leaflet_tags %} {% block meta %} {% leaflet_js %} {% leaflet_css %} {% endblock %} {% block title %}View Comparison {% endblock %} {% block main %}

Course Map Comparison

{{ dateform.as_table }} {% for competitor in competitors %} {% if competitor in selected_users %} {{ competitor }}
{% else %} {{ competitor }}
{% endif %} {% endfor %}

Click on a line to see the label. Double click on a line to remove it. Reload to get back all lines.

We show your original GPS coordinates on the course. For course time, we use a finer interpolation, to get the exact time when you crossed the line.

{{ mapdiv|safe }}
{% endblock %} {% block sidebar %} {% if active == 'nav-racing' %} {% include 'menu_racing.html' %} {% else %} {% include 'menu_workouts.html' %} {% endif %} {% endblock %}