{% extends "wm_extra/maps/fullscreen.html" %} {% load i18n %} {% load static from staticfiles %} {% block title %} {{maptitle}}{% endblock %} {% block head %} {% include "wm_extra/maps/ext_header.html" %} {% include "wm_extra/maps/app_header.html" %} {% include "wm_extra/maps/geo_header.html" %} {% if "gme-" in GOOGLE_API_KEY %} {% else %} {% endif %} {{ block.super }} {% endblock %} {% block body %}
{{ block.super }}
{% if user.is_authenticated %}

{%trans "Upload a Layer" %}

{% trans "Click here to upload a layer." %} {% trans "Remember to save the map before." %}

{% if DB_DATASTORE %}

{%trans "Create a new Layer" %}

{% trans "Click here to create a new layer." %} {% trans "Remember to save the map before." %}

{% endif %} {% endif %}

{%trans "Rectify Images" %}

{% trans "Use Map Warper to upload and rectify scanned maps for use in WorldMap." %}

{% trans "Maps rectified using this tool can be brought into WorldMap by following the instructions under Section 4.5 in WorldMap Help." %}



{%trans "Submit a Map Service URL" %}

{% trans "Submit a Map Service URL" %}

{%trans "Submit a Map Service URL" %}

{% trans "Submit a Map Service URL" %}

{% endblock %}