Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destination and ETA #189

Open
schnillerman opened this issue Feb 5, 2023 · 6 comments
Open

Destination and ETA #189

schnillerman opened this issue Feb 5, 2023 · 6 comments

Comments

@schnillerman
Copy link

Hi, love the app!

A feature that would be really useful: tracking towards a destination with different routing profiles (car, foot, bike etc) that is calculated when shared link is opened (sharer only provides location, destination and profile to destination).

Glympse has such a feature and I always use it.

Lots of kudos!

@licaon-kter
Copy link
Contributor

That's more like another app in itself say OrganicMaps or OSMAnd

@schnillerman
Copy link
Author

OrganicMaps and OSMAnd only support sharing current location (without destination and ETA).

As I said, Glympse provides this functionality, but it's not self-hosted.

@licaon-kter
Copy link
Contributor

licaon-kter commented Mar 10, 2023

I meant as, use those other apps to tell you how long the trip (might) take.

How does the other app do it? It needs to calculate the route? You want Hauk (the app) to do this for you? The PHP frontend on my Raspberry Pi1? Why do this when those 2 apps already do this, and better.

@schnillerman
Copy link
Author

schnillerman commented Mar 10, 2023

I meant as, use those other apps to tell you how long the trip (might) take.

That wasn't my original intent. Any tracking app can do this, no big deal. My intent was to SHARE the ETA and position/progress on a pre-defined track/routing.

How does the other app do it? It needs to calculate the route?

Of course, it needs to calculate and update the calculation if route is diverted. My guess is that it uses a google maps API.

You want Hauk (the app) to do this for you?

Yes.

The PHP frontend on my Raspberry Pi1?

I don't know, I use docker on my NAS. And route calculation can be done offline even on my android using BRouter or any open maps app that supports offline (street) maps, so if an android phone can do it, an rpi is probably not so much worse?

Why do this when those 2 apps already do this, and better.

Because they're not self-hosted, and only one app does it: Glympse.

@licaon-kter
Copy link
Contributor

This sounds like a better proposal for OSMand or OrganicMaps instead, eg. Add a plugin to submit to Hauk position, destination, eta.

Eg. While driving you'd use BOTH osmand to route you AND hauk to share location? Feels like a duplicate effort

While an osmand plugin might be easier to implement.

@basnappl
Copy link

The ETA would be harder to impliment, per the discussion here. But, the destination would be pretty easy. Just have the map render a point at the specified address/coordinates in addition to the indicator arrow. I'd personally like to see this feature. This is a great app, thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants