-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Better support for pre-downloading along GPX tracks #471
Comments
What should be considered:
|
Why would you do that, though? You mean paused and resumed? |
Currently downloads are canceled if you manually start another download, or when the connection is lost. |
|
57.2 now finally seems to work to download around bigger gpx tracks! What would be nice is to have an preference how much to download around the tracks, currently (if I am reading that correctly) it seems to be hardcoded to |
I decided that it's not worth adding yet another setting and more strings for such edge cases. |
Uh, oh, we need a SCEE Extended Edition ;-) |
I'd personally prefer it is an extra option in that
is probably quite different in downloading requirements from:
Even if main reason for pre-downloading the data might be the same (using device without mobile data capabilities, preventing [roaming or local] data charges, significant battery saving, ...) we might need significantly different download behaviour.
Perhaps worth reconsidering adding that option? I mean, if the users are afraid of extra setting, perhaps SCEE is not a best match for them anyway, no? And extra translation strings just come with the territory. (as an aside, I do not think that translations are as important in SCEE as they are in StreetComplete, as people are going to need to know British English for OSM tags anyway for important part of the "expert" functionality).
🤣 Or, if it is too complicated and it's going to be hardcoded, maybe put it at |
Just to be sure: did you test this? SCEE should still download full z16 tiles, if it doesn't that's a bug. |
Yes, it downloads in rectangles so catches some stuff around; it's just those rectangles are not big enough as I'd like; e.g. in village here where I made But I'd like to download not only "Zagorska ulica" (North-South one which is tagged with dark-green .gpx track) and its closest buildings, but also the the ones on the west side ("Brezje", "I. odvojak Goranove ulice", ...) and their surroundings too. That is because Footnotes
|
Use case
SCEE allows (under
Settings
/Display
/Display GPX track from file
/Download are covered by GPX track
) to pre-download data along some GPX track, which is very useful in situation when one plans to map areas where download might be too slow (like travelling in a bus/coach/trail), expensive (e.g. roaming), impossible (no mobile data in rural areas) or too battery draining etc.However, it currently only works on small areas, where its usability is limited (i.e. one could've just manually clicked on
Download data here
at that location), likely because of simplistic approach by trying to download one bbox containing whole area covered by GPX, which will then in majority of use cases fail withDownload area too big, please download manually
So one has to do it manually, which is extremely time consuming and tedious.
Proposed Solution
It would be great if SCEE employed more advanced download strategy, which would allow to download quests for inter-city along track of inter-city coach or train and other bigger areas. That could be accomplished by splitting the download area in several smaller chunks, like e.g. JOSM does.
Also, does that functionality downloads only quest or also missing background vector tiles? (one would want both, of course)
example JOSM functionality (SCEE might not need all those tunables, but
download everything within XXX meters
might be useful):The text was updated successfully, but these errors were encountered: