-
-
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
Background Map not updating unless i reinstall #3260
Comments
to be fair, it may just be that I am too impatient, but i did not find any other issue regading this. maybe a bit of info on how fast the displayed map shows new ways could help here. |
If you scan for quests manually (menu -> scan for quests here) the map should be updated. But deleting cache should also help... (I just had to think of @smichel17's comment #3235 (comment), it's definitely happening) |
@Helium314 I think that One could go to |
Yeah, the map simply needs some time before it is updated. |
That's what I meant, my android is set to German, so I had to haphazardly translated.
Thank you, that is much easier. Now some of my new sidewalks appear at some zoom levels and looking at some locations and disappear upon zooming in, I guess expected since they are new. |
even easier: |
That is nice option if it exists, but I'm afraid it is heavily dependent on specific manufacturer UI and launcher used... I remember seeing that on previous phones, but for example neither my stock Xiaomi (MIUI 10, Android 6) nor stock Huawei (EMUI 11, Android 10) offer that shortcut. (in MIUI long-press enables moving of icon to rearrange screen, including drag&drop to One could install different launcher I guess, if this shortcut was often needed... But still it only solve some percentage of cases (when StreetComplete has cached old version, but Jawgmaps has already updated a tile - a process which is also not instantaneous) |
Does SC have any way to tell when tiles are updated? e.g. an etag response when we retrieve them |
Although people did report in #3124 (comment) that they required to clear ALL DATA (not just CACHE) in order to force tiles to redownload... Removing cache only seems to work for me personally (I have to exit the app and remove if from list of recent apps, though) @smichel17 I'm not sure if StreetComplete has much control about how Tangrem-ES (which handles tiles) works, see #3256 (comment) |
Tiles are stored in [internal storage]/Android/data/de.westnordost.streetcomplete/cache/tile_cache. If the tiles don't exist in the tile cache, they can't be shown (and will be downloaded). |
@mnalis Yes, but on manual download there's some info at least StreetComplete/app/src/main/java/de/westnordost/streetcomplete/data/maptiles/MapTilesDownloader.kt Lines 85 to 95 in 5086daf
|
I mapped some paths almost a month ago, they show up in a jawg.io web map, but still aren't in my StreetComplete. I've tried zooming around and scanning for quests, but these tiles still haven't been kicked from cache and re downloaded. (v35.0) |
@Cj-Malone see my experience as documented in #2479. |
Yeah, that's pretty much it. I think there is must be an issue with invalidating cached tiles. |
From https://discord.com/channels/413070382636072960/429092644438802432/896889394877853707
|
I have added separate sidewalks, they did not show up in the map, quests for kerb etc. however did.
How to Reproduce
Look at portion of map in SC without a future (to-be-added) sidewalk,
add a separate sidewalk way to OSM,
look at map in SC again (even after a week), the sidewalk is not visible,
delete SC, reinstall SC, look at same portion of map with new sidewalk, which is now visible.
Separate sidewalks I added yesterday are not visible after the re-install, i do not know how long it takes for SC to show new data on the map.
Quests for the sidewalks I added yesterday are already there, though.
I did delete my cache in the settings, that did not update the underlying map, only the re-install did.
Versions affected
v33.1
The text was updated successfully, but these errors were encountered: