Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 557 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 557 Bytes

record_track

Track location (continusly) and add to db (sqlite)

Load track from *.gpx file

Tracks from gpx files which have no creation date?

Tracks from gpx files:

  • no change of coords
  • tracking active - save coords to temp list

New Track:

  • tracking active - save to temp list or permanently

Tracking:

  • tracking active - save permanently

Track edit

  • Add track point updates

  • Delete track point: TrackService.deletePointInTrack()

  • Move track point: select point then move map, changes are saved when deselect point