From da14ea53da853c99c8908258156731851a92514d Mon Sep 17 00:00:00 2001 From: Olaf Schott Date: Tue, 31 Oct 2017 14:17:01 +0100 Subject: [PATCH] update storage.c to include xmlns on gpx export at least one tool (RouteConverter) will not accept .gpx files w/o proper namespace information - added xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://www.topografix.com/GPX/1/1' --- storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage.c b/storage.c index c07dae1..17a22bc 100644 --- a/storage.c +++ b/storage.c @@ -1039,7 +1039,7 @@ char *gpx_string(JsonNode *location_array) utstring_renew(xml); utstring_printf(xml, "%s", "\n\ -\n\ +\n\ \n\ \n");