From 193716394268df18a67079820b6052b868104ee1 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 10 Feb 2010 08:17:42 +0000 Subject: [PATCH] use doubles instead of floats for better accuracy of lat and lot --- Protocol/playback.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Protocol/playback.xml b/Protocol/playback.xml index 1b4b3ab38..ff09489c7 100644 --- a/Protocol/playback.xml +++ b/Protocol/playback.xml @@ -341,15 +341,15 @@ latitude-deg - float - %f + double + %.10lf /position/latitude-deg longitude-deg - float - %f + double + %.10lf /position/longitude-deg @@ -837,13 +837,13 @@ latitude-deg - float + double /position/latitude-deg longitude-deg - float + double /position/longitude-deg