-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Import and display GPX track #1757
Comments
Hm, this is quite a specific use case and proposed solution. The proposed solution itself is so complicated and specific, that it probably wouldn't be used much. Exporting and importing routes also has the prerequisite that your navigation app even supports exporting a computed route. I understand the problem of switching back and forth between apps, it can be disruptive. Obviously, the best solution for this use case would be that StreetComplete is no own app at all, but comes as a plugin for your favorite navigation app. I think this has been suggested before. This would solve your use case. However, this is nothing I plan to do, mainly because it is not exactly a low hanging fruit in terms of effort - not even sure if it is possible at all. Regarding whether I would accept a PR that implements that feature: I am not entirely sure, but the function would need to be activateable from a place in the UI where it doesn't obstruct the "normal" functions and may confuse users. To put it into the menu (upper right corner) would be too prominent in my opinion. |
Use case
Very often, I use streetcomplete in places I don't know, while going from point A to point B (because around the places I know, there aren't so many quests left ;-)). For this reason, I often need to use a navigation app (OSMand of course) to find my way. It means that I have to go back and forth between the navigation app and SC to find my way and fill quests at the same time.
Proposed Solution
My suggestion is to be able to:
Implementation Details
The text was updated successfully, but these errors were encountered: