{% extends "base.html" %} {% load static %} {% load bootstrap4 %} {% block content %}

Airspace Check

Upload the .igc file you want to check for airspace violations.

We assume TRA Schwarzenberg was active.

Validation may take a bit.

written by Alex Stumpfl
wrapped by Günther Eder

Upload Your Flight

{% csrf_token %} {% bootstrap_form upload_form %} {% buttons %} {% endbuttons %}

{%if message %}

Result

{{message}}

{%endif%} {%if file_id %}
kml file of flight (evaluated).
{%endif%}
{% endblock content %} {% block scripts %} {% endblock scripts %}