-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
[Feature Request] Preload Quests by gpx route #473
Comments
No, because the download process inherently works with bounding boxes, not "along" certain tracks. You can download an area by bounding box from the menu: Focus the map on that area, press "scan for quests here". |
from the recent weekyOSM Newsletter: |
Sounds promising, but it's not released yet. Also, my previous statement stands. Is not an OSM limitation but a limitation of this app. |
Is there any chance to revisit this option? I know it implies potentially downloading quite a bit of data ahead of the hike, but having to take my device out of airplane mode (conserving battery) and manually pre-loading the next couple of areas that I'm likely passing through is a bit of a hassle. It'd help if Street Complete at least had the ability to load and show a track (similar to how it shows the path I took?), then I could - if it can't be easily automated - do all the preloading manually. (For most hikes, at that point Street Complete could even be my primary map app, having planned the hike with a different tool.) |
Hmm, loading a GPX track and downloading data along it sounds like a feature that would be used only by few power users, as it requires first to draw up a GPX track in some other program, then loading it in StreetComplete. So, I think this would be something that would rather be accepted as a PR in SCEE, an extended edition of StreetComplete geared towards power-users. It is written in Kotlin, too. I think after parsing a GPX, it could be solved like this: Downloads in StreetComplete must be done in bounding boxes that line up with a slippy map tile rect of zoom 16. So, we need to find which tiles to download.
What to do about if two GPX points are several tiles away from each other? Could either ignore that (so a GPX track with two points - Berlin Airport to Madrid Airport does not download a straight path through all of Europe). Otherwise,
|
Such functionality is more or less available in SCEE. But loading along the track is rather limited, simply using the track bbox. |
I don't think loading along the track need much data. Along a Track by car I only need the data 15m left and right the trackpoint. Along the track by foot may a bit more. |
Yes, in SCEE fork of StreetComplete, it is available under
Yeah, last time I tried it (hoping to preload inter-city bus route so I can map during the ride) it bailed out with |
|
Allow to load a gpx file to get the Quests along that route. So you do not need Internet on tour and you could plan the Quests you wish to answer.
The text was updated successfully, but these errors were encountered: