{% extends "references/base.html" %} {% load captchatag %} {% block title %}Upload Custom Projection{% endblock %} {% block h1title %}Upload Custom Projection{% endblock %} {% block head_extra %} {% endblock %} {% block body_load%}onload="init_map();"{% endblock%} {% block content %}

Upload your own Projection in Well Known Text (WKT) format

Zoom to the Projection's Relevant Area:

{% if form.errors %}

Sorry there are corrections needed in your form below: {{ form.non_field_errors }}

{% endif %} {% if form.is_multipart %}
{% else %} {% endif %} {{ form.as_p }} {% if recaptcha_failure %}

Please try the word test again:

{% else %}

Type the words below: {% endif %} {% recaptcha_html %}

{% endblock %}