Helium314

Results 779 comments of Helium314

Nothing happened. That's why it's still open.

> Combined with `POI Machine` quest (which will show you all `amenity=charging_station`, even if there are no unanswered quests for them) In 57.0 the things overlay was added, which probably...

The discussion in SC was done before introduction of overlays, but I doubt multi-select would be accepted now: https://github.com/streetcomplete/StreetComplete/issues/2996 It should be possible to implement such a multi-select mechanism, but...

@awebeer256's crash in `DownloadedAreaMapComponent` might be fixed in 54.11. But @chrisdebian's crash obviously is current. Unfortunately the log contains a lot of "_Unknown Source_", which might be a side effect...

> I think the effort comes with handling & displaying selected data, not with adding data, right? Highlighting multiple element should already be possible, and selecting multiple elements is likely...

I just released v54.12, which should fix the "_Unknown Source_" in stack trace. @chrisdebian could you provide a log taken with this version if the crash occurs again?

That should be possible using [`MainFragment.onClickedElement`](https://github.com/Helium314/SCEE/blob/393a2ec3d1fbc4d215f1adff8b1714e97ee3fd3e/app/src/main/java/de/westnordost/streetcomplete/screens/main/MainFragment.kt#L603-L610). Then check whether `f` is a `CustomOverlayForm` and has some _multi select mode_ enabled.

@Aircan That stacktrace is completely different from the others (not a `ConcurrentModificationException` when calling `KtMapController.addDataLayer`) I've had a crash like this previously, but without any way of identifying which edit...

The issue is with rebuilding the local edits on your device (the ones that haven't been uploaded). Do you know whether you had any such edits that change way geometry?...

I can think of some ways how the app should start again: * Wait until the local database at the location in view is cleaned. By default this is two...