From 54d8cee3d86b0a36f405a6b46730ef3086e15c70 Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Wed, 10 Dec 2014 19:44:53 +0200 Subject: Allow more flexible GPS coordinates for CSV import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This theoretically allows one to use format like 1°36'11.711"N 124°46'00.368"E for GPS coordinates. However, in practice this is not allowed without properly parsing this format in C/C++ side. This patch changes the export format to UTF8 and improves the location import by allowing either gps or location attributes to be imported. Signed-off-by: Miika Turkia Signed-off-by: Dirk Hohndel --- xslt/manualcsv2xml.xslt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/xslt/manualcsv2xml.xslt b/xslt/manualcsv2xml.xslt index cbfb9ea14..1ad96510f 100644 --- a/xslt/manualcsv2xml.xslt +++ b/xslt/manualcsv2xml.xslt @@ -19,7 +19,7 @@ - + @@ -166,9 +166,9 @@ - + - + @@ -176,10 +176,12 @@ - - - - + + + + + + -- cgit v1.2.3-70-g09d2