Tracks (Legacy): not all track points are saved. Track Filter.
Note: Tracks is the default experience for users (previously Tracks 2.0 (Beta) in the UI). You can select Tracks (Legacy) from the Tracks panel menu.
SYMPTOM
All track points are not saved in the track.
CAUSE
GpsGate only saves data necessary to generate reports and display historical tracks. Redundant data is sometimes filtered to improve performance. This is particularly useful when faulty devices spam your server with redundant data.
Those are the default rules for live data:
The distance change is 500 meters,
or the time change is 10 seconds,
or the heading change is 30 degrees,
or the speed change is 10 kph
or any of the inputs have changed value.
For historical/buffered data, all but input changes are considered.
SOLUTION
Disable Track Filter
Edit the file C:\GpsGateServer\Franson NMEA Service\GpsGate.Service.exe.config
Inside the <appSettings> tag add:
<add key="DisableTrackFilter" value="true" />
Save the file and restart the Service under SiteAdmin -> Service.