Fix:Core:Better specification of sequence number in gpx track filename
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 5 Jan 2010 19:24:39 +0000 (19:24 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 5 Jan 2010 19:24:39 +0000 (19:24 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@2897 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit_shipped.xml

index 94cfc8a..7a3e27a 100644 (file)
@@ -101,7 +101,7 @@ Navigation</text></img>
 
                <vehicle name="Local GPS" profilename="car" enabled="yes" active="1" source="gpsd://localhost" gpsd_query="w+xj">
                        <!-- Navit can write a tracklog in several formats (gpx, nmea or textfile): -->
-                       <log enabled="no" type="gpx" attr_types="position_time_iso8601,position_direction,position_speed,profilename,position_radius" data="track_%Y%m%d-%i.gpx" flush_size="1000" flush_time="30"/>
+                       <log enabled="no" type="gpx" attr_types="position_time_iso8601,position_direction,position_speed,profilename,position_radius" data="track_%Y%m%d-%%i.gpx" flush_size="1000" flush_time="30"/>
                </vehicle>
 
                <!-- For SDL, you should add follow="1" to have the view centered on your position -->