{% extends "page_layout.html" %} {% load i18n %} {% block title %} {% trans "Upload Layer" %} - {{ block.super }} {% endblock %} {% block head %} {% include "geonode/ext_header.html" %} {% include "geonode/app_header.html" %} {% include "geonode/geo_header.html" %} {{ block.super }} {% endblock %} {% block main %}

{% trans "Add data" %}

{% if errors %}
{% for error in errors %}
{{ error }}
{% endfor %}
{% endif %}
{% endblock %} {% block sidebar %}

{%trans "Permissions" %}

{% trans "Select a layer data file and submit the form to begin the transfer." %}

{% trans "Supported Formats" %}

{% blocktrans %} Note: A zipped shapefile must contain at least four files with the following extensions:
SHP, DBF, SHX, PRJ.

If you are uploading an unzipped shapefile, first select the .SHP file. You will be prompted to locate the remaining component files. {% endblocktrans %}

{% endblock %}