-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Add level filtering widget to display quests / declutter screen #2874
Comments
JOSM has something similar and it appears only if there are buildings with |
Or even just short-term fix would be to sort quests by level. I did some indoor quests the other day and found myself having to keep changing levels in the elevator as some quests were hidden by quests on other levels.
For the implementation if any of the quest features contain |
Partially related: #1487. POIs without a level tag would also have to be handled — either displayed on all levels or not displayed at all. |
See also (which I thought I'd raised before, but evidentially not) streetcomplete/streetcomplete-mapstyle#100 regarding how they are displayed on the map. I guess this filtering could link into that and only show the ones on your level.
It's potentially more subtle and relevant if there are any level things visible on-screen. If you look around Oxford Circus there are the paths to get to the underground, with their |
TBH I am not sure how helpful this really is without a full indoor rendering support. The helpfulness of this button even in JOSM is so-so. |
It would mean you could hide e.g. the underground paths. IMHO it interacts with #2878 and #2373. i.e. there is a benefit for removing subways and underpasses when mapping the surface layer. But personally I wouldn't remove them entirely because I think you can still answer (some or all of those quests), although streetcomplete/streetcomplete-mapstyle#100 would help that. I guess I'm trying to say there are other uses for this aside from indoor mapping. |
This'll be a will not fix. |
well, it turns map from mess impossible to edit to something comprehensible for me StreetComplete currently is extremely hard to use in multilevel malls (though I am not entirely sure is level switcher going to help much, even for experienced users) |
For those interested, SCEE (StreetComplete "Expert edition" fork) does implement level filter: That being said, I'm using that functionality extremely rarely, as I'm personally not a big fan of mapping malls / railway stations / etc. from mobile - I find it that it is usually way too hard to properly orient oneself:
So one is restricted to constructing the maze walked in their head. As I'm not very good at it (or else I'd likely opt for career of professional chess player 😃) most of my POIs inside malls are only very approximately located (i.e. closest to one side of the mall) or even just more-or-less randomly placed inside a mall polygon. I do try to at least add Another app which people might try to help with indoor mapping is Every Door, which also has some support (but still lacking, IMHO, especially rendering or corridors part -- but that one hopefully is soon to change, so follow him up if you're interested). |
Use case
With the increase of indoor mapping and feature checking in SC some areas are cluttered with a lot of quests and it can be hard to focus on the level I'm in. Examples are multi level railway stations with lot of maps, terminals, boards, staircases... Repeated at different levels. I've noticed that the level is displayed in the quest when available but when I'm on second floor I don't want first floor quests to disturb me and stop me from identifying current floor quests.
Proposed Solution
Add a widget to enable/disable level filtering and select which level(s) to display. This will imply to parse level tags including scalar levels (1), level ranges (2-10) and intermediate levels (0.5).
The text was updated successfully, but these errors were encountered: