OsmAnd Tracking
This module allows you to receive track points from the OsmAnd app's Trip Recording plugin. It stores these points as entities within Drupal but does not provide a way to display them.
OsmAnd Tracking provides a web service and entity storage for receiving track points from the OsmAnd app’s Trip Recording plugin. It doesn’t (yet) provide any way of displaying these track points as that is likely to be something a developer would like to do themselves - possibly using Leaflet Views or similar?
This is a very early cut of this - it does happily receive track points from my app BUT it is definitely NOT something to actually use for real just yet!!
Features
There is a uri provided that uses a little secret, stored in config, to look something like /osmand-tracking/receiver/squirrel/2 where “squirrel” is the secret and “2” is the uid to make as the author of points.
A tab is added to the user account(s) with permission that shows the link they should add into the app to send tracking points to.
Note that this module does not provide a view to actually show the points. That is something a site builder can easily do and I recommend Leaflet Views.
Post-Installation
- Visit the settings page and set a secret.
Additional Requirements
TBA
Similar projects
I’m not aware of anything else doing this.
Community Documentation
Not yet!