{% extends "app/plugins/templates/base.html" %} {% block content %}

OpenAerialMap

{% if not form.token.value %}

OpenAerialMap (OAM) is a set of tools for searching, sharing, and using openly licensed satellite and unmanned aerial vehicle (UAV) imagery.

To share your results with OAM:

  1. Sign-in from map.openaerialmap.org.
  2. Navigate to your OAM profile page (click your user's avatar) and press the Request 3rd Party API Token button.
  3. Copy and paste the token in the form below.
{% else %}

You are all set! To share a task, select it from the dashboard and press the Share to OAM button.

Your submissions can be managed from your OAM profile page.

Go To OpenAerialMap

{% endif %}

Token Settings

{% csrf_token %} {% include "app/plugins/templates/form.html" %}
{% endblock %}