nextgis / nextgislogger

Productive GSM data logger for Android
GNU General Public License v2.0
9 stars 6 forks source link

new option: skip records without GPS data #44

Closed simgislab closed 7 years ago

simgislab commented 9 years ago

Right now generated data can't be called GPS track.

We can overcome this by a new option, which if turned on will not write records if GPS fix was for them not obtained.

4eRTuk commented 8 years ago

This will mess up periodical data collecting cause GPS fixes arrive randomly, not by given interval.

I think we should implement #37 / #38 instead.

4eRTuk commented 7 years ago

There is GPX export implemented (#37). I think we should skip trkpt without data only and do not overload settings.

simgislab commented 7 years ago

agreed