You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in generating annotations from a different program and sending an intent to gpslogger. I would like any feedback on this proposal and if there is interest I can send a pull request.
The reason for using another app to generate annotations is to separate the acquisition of annotations from GPS logic. I can see generating annotations from external events or devices.
The text was updated successfully, but these errors were encountered:
That sounds nice and very useful. It could also make it useful as part of Tasker integration.
You can have a look at some of the logic here; basically if an annotation is set then the next point that gets logged will have that annotation against it. If an annotation is set but the app isn't logging, it will start logging and annotate the point and then stop logging (LogSinglePoint)
Tested it with tasker ("Misc/Send Intent" with Action: "com.mendhak.gpslogger.GpsLoggingService", Target: "Service", Extra 1/2 : "setnextpointdescription:My Description").
I'm interested in generating annotations from a different program and sending an intent to gpslogger. I would like any feedback on this proposal and if there is interest I can send a pull request.
The reason for using another app to generate annotations is to separate the acquisition of annotations from GPS logic. I can see generating annotations from external events or devices.
The text was updated successfully, but these errors were encountered: