-
Notifications
You must be signed in to change notification settings - Fork 20
Not clear how to enable location tracking #28
Comments
Yup, including a link to GPSlogger / OSMand as well. (and something for iOS) |
For iOS, i have no clue. Don't have an iphone, neither have friends. |
What is the URL to use ? |
Have looked at the source code and it seems to be for OsmAnd: http://YourAddressToOwnCloud/index.php/apps/maps/api/1.0/location/update?hash=YourDeviceHash&lat={0}&lon={1}×tamp={2}&hdop={3}&altitude={4}&speed={5} You have to change YourAddressToOwnCloud to somethink like example.com/owncloud I will test it on the way to home. |
I have created an PR to fix an issue with Osmand: #40 For GPSLogger you can use the following working address: Also here: |
Just to know: Osmand works also with the current version from F-Droid.
|
There is a new app called "Self-Hosted GPS Tracker" in F-Droid that appears to be able to do the right thing -- use this as the URL: https://foo.example.org/owncloud/index.php/apps/maps/api/1.0/location/update?hash=YourDeviceHash and it will append the lat=LAT&lon=LON string. However the app will send start/stop pings to that URL which ends up in the database as NULL values for lat/long. Not ideal, but close. |
I have seen this app too and have the check, how to work with this, on my todo. |
Is maps reputed to work with the current 8.2.1 ? I currently can not manage to define devices (they are created but table populated with null values) neither to successfully call /location/update URL. |
I have now looked into "Self-Hosted GPS Tracker". @clinique: |
@DJaeger : I took the master version on GitHub. I'm using Owntracks along with a custom node-red to HTTP Get on maps api - but with no success. I tried directly the URL in a browser, this gives me an error stating "to many redirections". I also have errors in owncloud : {"reqId":"RDN3OPgktV0DealUL5jl","remoteAddr":"81.61.137.133","app":"PHP","message":"Undefined index: ADR at /usr/share/owncloud/apps/maps/controller/pagecontroller.php#111","level":3,"time":"2015-12-14T08:25:34+00:00"} |
Setting to 0.2 for now. :) Anyone is welcome to work on this and improve the Maps app |
Now, it is not clear how an user can enable device tracking.
We might add an ? icon in the 'Location tracking settings' popup.
What do you think @jancborchardt
The text was updated successfully, but these errors were encountered: