Custom live tracking to follow friends on Locus Map
Answered
Hello,
With official Locus Map live tracking service, some data are return by the server to display friends locations in a group.
Can I return some JSON/Data format from my custom live tracking server to display in Locus Map some position that come from the server?
If not, that woud be a great thing to do, because with a custom service, I could follow my friends who share their live tracking with different servers (Garmin, livetrack24, etc.) by creating a service to collect all the positions and return all of them through a Locus Map custom live tracking server response.
Good idea, its about time for live tracking to get more attention, its missing features that otehr navigation apps have...
I made a similar post here https://help.locusmap.eu/topic/35605-live-tracking-display-variables
If you could post live tracking fields, chat info etc using tasker
then tasker could get json data, then post a live tracking update..
also means you could run live racking outside of locus using tasker, ie once and hour...currently i do this by having tasker open locus, update, then close.
Good idea, its about time for live tracking to get more attention, its missing features that otehr navigation apps have...
I made a similar post here https://help.locusmap.eu/topic/35605-live-tracking-display-variables
If you could post live tracking fields, chat info etc using tasker
then tasker could get json data, then post a live tracking update..
also means you could run live racking outside of locus using tasker, ie once and hour...currently i do this by having tasker open locus, update, then close.
Hello Samuel,
give a try and return in response GPX (application/gpx+xml) or KML (application/vnd.google-earth.kml+xml) file. I believe, it should work.
Hello Samuel,
give a try and return in response GPX (application/gpx+xml) or KML (application/vnd.google-earth.kml+xml) file. I believe, it should work.
The suggestion works very fine. I produce php scripts to automation return of garmin's livetracking gpx with the uuid shared in mail by garmin.
That can be used with locusmap livetracking
https://github.com/sdesimeur/LocusLiveTracking
The suggestion works very fine. I produce php scripts to automation return of garmin's livetracking gpx with the uuid shared in mail by garmin.
That can be used with locusmap livetracking
https://github.com/sdesimeur/LocusLiveTracking
Replies have been locked on this page!