-
Notifications
You must be signed in to change notification settings - Fork 4
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
Show quests on higher zooms #66
Comments
As a new user, I found it very difficult to discover quests in my area. It was not obvious until looking very closely that there were any available quests. Streetcomplete makes it much easier to see nearby quests at a higher zoom level. |
Thanks for the input! I absolutely agree. At the moment, the annotations are tightly coupled with the display logic for notes/ways/relations. I tried to come up with a more generic approach to displaying annotations on the map (cp. #52), but that turns out to be quite some work. I decided to create a new app that makes use of Tangram-es, which allows for more customization of the look-and-feel. I tried to reuse a lot of the things from StreetComplete, also matching its visual appearing. Take a look: That being said, I'm happy for any pull requests for OSM-Completionist (or, even better, the mother ship - GoMap) that introduce this feature. |
I agree that for a StreetComplete type app this is a better approach, overlaying quest markers on a layer that’s independent of the OSM data, and using overpass to gather and display the quests. I think there’s a lot of potential here either as a standalone app or as a Go Map!! layer. |
Just to confirm @wtimme, you're shelving OSM-Completionist and working on OSM-Surveyor instead? |
Thanks for asking, @pqhf5kd! I've just added a deprecation notice to the README and do not intend to continue working on OSM-Completionist. The main reason is the lack of contributors and the conflicts that I run into every time I merge I have therefore started with OSM-Surveyor, which at this point is a proof-of-concept for me for translating the StreetComplete logic from Java/Kotlin to Swift, in order to reuse the thinking that they did and not to reinvent the wheel. As for the original request in this GitHub issue, as pointed out, I think this needs to be implemented directly in GoMap instead of OSM-Completionist, since the former is doing the heavy lifting with the rendering. |
User Story
Acceptance Criterias
I don't know right now. In streetcomplete that worked and here such quests are
Alternatives Considered
It'll be cool I think to have separate mode for quests only. But it can by separate app as well...
Unhappy Cases
Some users using this app as a normal editor could be unhappy with cluttererd hight zooms.
Technical Steps (optional)
It'll be good, to tap on some quest, app autozooms to it and after answer zoom back.
The text was updated successfully, but these errors were encountered: