Note: This is partly related to #5621, which suggests other improvements to the POI type selection dialog.
Use case
I often map street cabinets, which are not in the top 9 POI types displayed by default when adding a new POI in the Things overlay. Thus, I always have to search for the feature explicitly, which is cumbersome.
I know that not everyone is interested in street cabinets though (but some might be into guideposts, memorials, etc.), so there is no selection that fits everyone.
Proposed Solution
The POI types that I have most recently selected should be displayed above the top 9 POI types shown by default. We already have the LastPickedValuesStore's mostCommonWithin util for this; the parameters can be tweaked. Without having it tried out yet, I'd suggest target = 3, historyCount = 15, first = 1.
Note: This is partly related to #5621, which suggests other improvements to the POI type selection dialog.
Use case
I often map street cabinets, which are not in the top 9 POI types displayed by default when adding a new POI in the Things overlay. Thus, I always have to search for the feature explicitly, which is cumbersome.
I know that not everyone is interested in street cabinets though (but some might be into guideposts, memorials, etc.), so there is no selection that fits everyone.
Proposed Solution
The POI types that I have most recently selected should be displayed above the top 9 POI types shown by default. We already have the
LastPickedValuesStore'smostCommonWithinutil for this; the parameters can be tweaked. Without having it tried out yet, I'd suggesttarget = 3,historyCount = 15,first = 1.