Coder Social home page Coder Social logo

Comments (4)

GrazianoCapelli avatar GrazianoCapelli commented on September 26, 2024

Thanks for pointing out this issue, in effect it could be a bit strange to see.
It happens when the app doesn't record all the trackpoints into the database because of active filters.

The app currently works this way mainly for 2 reasons:

  1. You can add annotations during the recording, but also when the tack is in pause. You can also create a track containing only annotations and no trackpoints.
  2. When you click the Annotation button GPS Logger picks the next FIX and saves it in memory, then shows the Annotation dialog. If the user clicks the Add button of the dialog (after adding a description) the app writes the point into the database, else it discards it. During this time the user can move and record other trackpoints, and the trackpoint that we would add could be stored into the track in incorrect order.

A possible solution is, only when the user is recording trackpoints, to write into the database the trackpoint corresponding to the annotation as soon as the annotation button is clicked. If the user chooses to discard the annotation, the trackpoint could be left into the database without any problem.
I think that it has no adverse effects to have one additional trackpoint in a track.

We prefer to avoid to add a dedicated setting for it, to keep the app simple and straightforward.

from gpslogger.

icrf2000 avatar icrf2000 commented on September 26, 2024

If it is possible to detect whether the user is recording TRKPTs, then I agree, then this would be the optimum solution. Better than an additional preference setting.

from gpslogger.

icrf2000 avatar icrf2000 commented on September 26, 2024

great, thank you for implementing this change! As far as I can see it is not yet in the release? As soon as I have my prod laptop back from repair, I will compile it and test.

from gpslogger.

GrazianoCapelli avatar GrazianoCapelli commented on September 26, 2024

At this time we are testing all the changes we made and, in the meantime, we are checking and updating the updated translations.
We have in plan to release the v3.2.2 (that implements also this change) soon.

In case you have the time and the opportunity to build and test it, of course we would be glad to receive your feedback.

from gpslogger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.