Helium314
Helium314
> Is it still a problem? Some changes were made, also with intention of clarifying it. There is the new image, right? I think it's better now. Not 100% sure...
I've been going through this once more, and still think such an :information_source: button would be very helpful for several (definitely not all) quests. But there is no single place...
I had this yesterday when theme was on `auto` (switched from light to dark). Wasn't able to reproduce it with manual switch, but got a crash when switching from `auto`...
actually the same could be done for `StyleableOverlayManager`...
But performance is already considered independent of zoom level in https://github.com/streetcomplete/StreetComplete/blob/658110fcaf11160ed64a7da056c50629a4bf4999/app/src/main/java/de/westnordost/streetcomplete/screens/main/map/QuestPinsManager.kt#L117-L118
I've been using it for a while now, and loading the dots definitely has a noticeable delay on low zoom. But it's not any worse than before v45. If you...
I think this is not much of a performance issue, as I find it slow but acceptable on S4 mini (and it will get better with the cache). Personally I...
Access to `questsInView` is synchronized, and `pinsMapComponent.set(pins)` seems to be synchronized at some point in tangram if I remember earlier tests correctly. But what may occur: 1. user zooms out...
Does it actually count as established if the combination of `traffic_calming=choker` and `maxwidth` does not occur on any element in OSM? See https://taginfo.openstreetmap.org/tags/traffic_calming=choker#combinations
Some crude sketch: Current upload (in `ElementEditUploader`): * download element * create updates (or throw if element was changed too much) * try uploading changes * `ConflictException` if changeset was...