From 13872dfc1fc17ac520c48e894d08196cafe1b3a1 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 16 Jun 2013 17:07:35 +0200 Subject: [PATCH] Notice that tab and semi-colon are now also valid for CSV import --- umap/templates/leaflet_storage/upload_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/templates/leaflet_storage/upload_form.html b/umap/templates/leaflet_storage/upload_form.html index 25f244ee..97e3b1af 100644 --- a/umap/templates/leaflet_storage/upload_form.html +++ b/umap/templates/leaflet_storage/upload_form.html @@ -36,7 +36,7 @@
{% 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." %} + {% 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." %}