{% extends "layers/layer_base.html" %} {% load i18n %} {% block title %}{% trans "Update Layer" %} — {{ block.super }}{% endblock %} {% block head %} {% include "geonode/ext_header.html" %} {% include "geonode/app_header.html" %} {{ block.super }} {% endblock %} {% block body %}
{% trans "This form allows you to update the data for this layer." %}
{% blocktrans %} If the new dataset omits attributes that were included in the previous version, or changes their types, then existing styles for the layer may not work. Please check your maps if the new data includes such changes. Additionally, updated data must be the same format as the data already in place, e.g. {% endblocktrans %} {% if is_featuretype %} a Shapefile. {% else %} a GeoTIFF. {% endif %}
{% trans "Select a layer data file and submit the form to begin the transfer." %}