rilling / OSMDashboard-Winter-2024-COMP-354

OpenStreetMaps Dashboard for OpenTracks
https://f-droid.org/de/packages/de.storchp.opentracks.osmplugin/
Apache License 2.0
5 stars 10 forks source link

Stored Segments in a list to facilitate their display in the table OSMDashboard #45

Closed maianh2611 closed 5 months ago

maianh2611 commented 5 months ago

This feature was initially implemented in OSMDashboard within the method readTrackpoints() in MapsActivity.java. However, we have overridden this functionality by representing Trackpoints as a Segment rather than a list of Trackpoints. We then store these segments into a list to facilitate their display in the table