{% extends "panorama/base.html" %} {% load panorama_url %} {% load distance_filter %} {% block content %}
{% csrf_token %} {{ refpoints_form.as_p }}

OR

{% csrf_token %} {{ custom_point_form.as_p }}

Locate a point

Locate a point by listing all panoramas that can see this point

Add reference point

In the administration interface for now.

Documentation

Detailed documentation.

{% endblock content %} {% block js %} {% endblock js %}