{% load i18n umap_tags %}

{% trans "Upload features" %}

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {% for field in form %} {% foundation_field field %} {% endfor %}
{% trans "Details on formats" %}
{% trans "GeoJSON" %}
{% trans "Properties used" %}: name / title, description, color

{% trans "KML" %}
{% trans "Properties used" %}: name, description

{% trans "GPX" %}
{% trans "Properties used" %}: name, desc

{% trans "CSV" %}
{% trans "Comma, tab or semi-colon separated values. SRS WGS84 is implied. Only Point geometries are imported. The import will look at the column headers for any mention of «lat», «latitude», «lng», «lon», «longitude» (at the end or the begining of the header, case insensitive). Also, column «title» or «name», «description» and «color» will be taken into account." %}