{% extends "WebApp/app_base.html" %} {% load static %} {% block title %}SERVIR AppTemplate - Select AOI{% endblock %} {% block script %} {% endblock %} {% block content %}
Select AOI
Download the GEOJSON
About AOI
AOI stands for area of interest. Please draw any polygon using the map controls.
Please click the 'Download the GEOJSON' button to download the drawn polygon as a geojson file.
This page uses Leaflet JS library.
{% include 'WebApp/select_aoi_about.html' %} {% endblock %}