1267843Sdelphij
2267843Sdelphij
3267843Sdelphij#------------------------------------------------------------------------------
4267843Sdelphij# $File: map,v 1.1 2014/06/03 18:22:25 christos Exp $
5267843Sdelphij# map:  file(1) magic for Map data
6267843Sdelphij#
7267843Sdelphij
8267843Sdelphij# Garmin .FIT files http://pub.ks-and-ks.ne.jp/cycling/edge500_fit.shtml
9267843Sdelphij8	string	.FIT		FIT Map data
10267843Sdelphij>15	byte	0
11267843Sdelphij>>35	belong	x		\b, unit id %d
12267843Sdelphij# 20 years after unix epoch
13267843Sdelphij>>39	lelong	x		\b, serial %u
14267843Sdelphij>>43	ledate/631152000 x	\b, %s
15267843Sdelphij
16267843Sdelphij>>47	leshort x		\b, manufacturer %d
17267843Sdelphij>>47	leshort	1		\b (garmin)
18267843Sdelphij>>49	leshort x		\b, product %d
19267843Sdelphij>>53	byte	x		\b, type %d
20267843Sdelphij>>53	byte	1		\b (Device)
21267843Sdelphij>>53	byte	2		\b (Settings)
22267843Sdelphij>>53	byte	3		\b (Sports/Cycling)
23267843Sdelphij>>53	byte	4		\b (Activity)
24267843Sdelphij>>53	byte	8		\b (Elevations)
25267843Sdelphij>>53	byte	10		\b (Totals)
26