{% load panorama_url %} {% load distance_filter %}

Locate a point

{% if panoramas != None %}

Result

Panoramas that see the point {% if point_name %}{{ point_name }}{% else %}{{ point_lat }}°, {{ point_lon }}°{% endif %}:

{% if panoramas|length == 0 %}

No panorama seeing this point!

{% else %}

{% endif %} {% endif %}

How it works

  1. Select an existing point, or enter a custom point by its coordinates;
  2. You obtain a list of panoramas that can see the point;
  3. Click on a panorama to visualise exactly the point you asked for!

Locate!

{% csrf_token %} {{ refpoints_form.as_p }}

OR

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