Open deevroman opened 2 months ago
Yes, this has existed since very long, i.e. since the measure quests were first created. I think the same happens for the opening hours quest, no? It's definitely because of the form, not of MapLibre. I'll have a short look at this...
I think the same happens for the opening hours quest
No, for this quest, the zooming is smooth. The road surface quest also has a similar lag, but there it can be explained by a more complex geometry that needs to be displayed. Perhaps this is also due to the more complex form of the response with pictures, I don't know :/
By the way, any quest form cannot appear (and must wait on the UI thread) until the features dictionary is loaded. The loading is done in the background on each start, so if you immediately open a quest after start, it will be jittery (because the features dictionary must first finish loading).
But I can confirm that this form also jitters after it has been loaded. After some tests, I have been unable to find where this is coming from, however.
Interesting, I didn't know there was supposed to be an animation at all. Perhaps I enabled some OS setting to reduce animations since they're usually just artificial delays in workflows as well as battery-eating compared to just rendering the intended view once.
Come to think of it, why does it zoom? I got so used to it that I forgot it bothered me. Can we disable it altogether? If I wanted to have a different zoom level, I'd use this little feature of streetcomplete's called zooming :p
Maybe we could do a quick show of :+1:/:-1: on this comment to indicate whether the zoom also bothers you? So that :+1: is in favor of keeping the user's chosen zoom level. An :eyes: could be used for "I've seen the poll but don't care whether it zooms or not". Of course, anything other than an overwhelming majority would mean it a setting is something to consider; this is just about what you would set that setting to if it existed.
anything other than an overwhelming majority would mean it a setting is something to consider
@lgommans Note however that StreetComplete is very reluctant to adding new user preferences. (if there is enough interest to add such option, it might perhaps be an option for SCEE, though)
It's not really a jitter in the animation but rather the whole app seems to freeze for a short while while the quest form is being initialized. For users that have animation on, this happens while zooming in to the quest.
The zooming is done mostly for two reasons:
Tldr: i will not remove the zooming
On August 24, 2024 10:51:36 PM GMT+02:00, Matija Nalis @.***> wrote:
anything other than an overwhelming majority would mean it a setting is something to consider
@lgommans Note however that StreetComplete is very reluctant to adding new user preferences. (if there is enough interest to add such option, it might perhaps be an option for SCEE, though)
-- Reply to this email directly or view it on GitHub: https://github.com/streetcomplete/StreetComplete/issues/5813#issuecomment-2308534134 You are receiving this because you were assigned.
Message ID: @.***>
How to Reproduce Find the quest "What is width of opening here?" on the map and open it
When zooming in, the animation is ragged. When opening other point quests, the map zooms in smoothly
https://github.com/user-attachments/assets/da266257-c8df-44f5-afe6-6e1e021f37df
https://www.openstreetmap.org/node/3359945255
Versions affected v59.0-alpha1 Android 14 OneUI 6.1 Samsung A52
p.s. Congratulations on the long-awaited migration to MapLibre!