From 7d4e94e5fd24fb989bab0b96592ceb9cb20f45f3 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 18 May 2013 23:14:11 +0200 Subject: [PATCH] Add CSV import description --- umap/templates/leaflet_storage/upload_form.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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." %}