From 0852a55ebdd74ed1e93037da41b45b4d6d4d72a0 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 1b4b3ab..ff09489 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 -- 2.1.4