{% extends "common/base.html" %} {% load appname absurl %} {% load url from future %} {% block head %} {% endblock %} {% block body %}
{% block pagetitle %}{% endblock pagetitle %}
{% block menu_icons %} {% endblock menu_icons %} {% block toggle %} show sidebar {% endblock toggle %}
{% block tools %}

Tools

{% block flyto %}
Fly Here Clear
{% endblock flyto %}
Measure Distance Measure Area Clear

Choose to measure distance or area and then draw a shape on the map. Double-click when finished drawing.


Display Options

Toggle the various options below and your choices will be remembered the next time you use the tool.

{% endblock tools %} {% block bookmark %}

Bookmark

You can create a bookmark to remember your location, camera angle and data layers. Your bookmark will have a unique URL that you can share with others.


Create Bookmark

{% endblock bookmark %} {% block datalayers %}

{% block dataLayersTitle %}Data Layers{% endblock dataLayersTitle %}

{% endblock datalayers %}
{% block shapeDefinitionPanelManipulators %} {% endblock shapeDefinitionPanelManipulators %} {% block shapeDefinitionPanel %} {# This text is defined within a block here so that individual #} {# projects can extend this block to modify the text #}
{% endblock shapeDefinitionPanel %}
{% endblock %}