diff --git a/umap/templates/leaflet_storage/upload_form.html b/umap/templates/leaflet_storage/upload_form.html index 0b45295e..bd646b71 100644 --- a/umap/templates/leaflet_storage/upload_form.html +++ b/umap/templates/leaflet_storage/upload_form.html @@ -12,21 +12,28 @@
{% trans "GeoJSON" %}
- {% trans "Properties used: name or title, description, color" %} + {% trans "Properties used" %}: name / title, description, color

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

{% trans "GPX" %}
- {% trans "Properties used: name, desc" %} + {% trans "Properties used" %}: name, desc +
+
+
+
+
{% trans "CSV" %}
+
+ {% trans "Comma-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», «long», «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." %}