roam-qgis / Roam

Simple data collection built using QGIS.
http://roam-docs.readthedocs.org/en/latest/
GNU General Public License v2.0
166 stars 60 forks source link

GPS Logging Fix #446

Closed skeenp closed 4 years ago

skeenp commented 4 years ago

181 was closed incorrectly, and the issue was recently brought up at stack exchange https://gis.stackexchange.com/questions/339097/intramaps-roam-gps-log-not-honoring-tracking-settings

Prior to #389 the update frequency of the marker on the map and addition of points to gps_log were based on the GPS frequency. #389 hard coded this at 1 second to account for newer receivers with high update rates.

This PR enables time and distance limits between points in the gps tracklog, honouring roam settings.

Also added a related fix for some systems (Lenovo + Windows 7 + QGIS3) when the COM port in settings combo box is displayed with a label. Before saving to settings, the label is removed from the comm port.