Add support for .fit files
Fit files are used by popular Garmin sportwatches.
Added fit file parser into togeojson library code. That library seems to be deprecated and no longer supported by developers.
Current implementation looks for points recorded in the file and joins them into single path.
Implements #571 (closed)