-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Quests always hidden / combine markers #179
Comments
This is technically not possible (yet) with tangram-es. As far as I know, there is currently nothing in the works that would enable such a feature.
…On 4 May 2017 09:23:19 CEST, rugk ***@***.***> wrote:
When there are many quests in an area they are often hidden and cannot
be shown all at a time. This means user easily "overlook" quests, which
is not nice, especially if these quests are more important/"nicer" ones
than all the house floor quests you may e.g. see in big cities… The
opening hours quests or so may not be shown, because of all these other
quests.
Currently the markers are just hidden:
```
+---+ +----+
|Q|2| |Q|1?|
+---+ +----+
+---+ +-----+
|Q|1| | Q|1?| <-- (actually here is one more quest, hidden)
+---+ +-----+
```
Now what I'd like to see would be a "combined" view of these open
quests, when they cannot all be shown:
```
+---+ +----+
|Q|2| |Q|1?|
+---+ +----+
+------------------+
| |
| 3 quests here! |
| |
+------------------+
```
This way users know there are 3 quests at this area, which could be
solved. So they can just scroll in to see them all…
If they are hidden, they would not even notice them and thus ignore
them. Especially when scrolling in and out some quests may be shown and
hidden, which can be very annoying, when you are trying to tap on one
and then you accidentally scrolled out a bit.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#179
--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.
|
Mhh, could not you just replace (multiple) makers with one at a certain zoom level. So just remove some markers and add one instead of multiple ones? |
No. TLDR: I do like your idea and I imagine that this would be the best behavior, but it is not technically possible yet - not with justifiable effort at least, and that boils down to the same thing. |
Well… being an open-source lib on GitHub, we can certainly do more than just hope. Hey, BTW seeing the screenshots I just got a new idea: #183 |
Don't know if this is the correct issue tangrams/tangram-es#1222 |
Which would be bad… |
When there are many quests in an area they are often hidden and cannot be shown all at a time. This means user easily "overlook" quests, which is not nice, especially if these quests are more important/"nicer" ones than all the house floor quests you may e.g. see in big cities… The opening hours quests or so may not be shown, because of all these other quests.
Currently the markers are just hidden:
Now what I'd like to see would be a "combined" view of these open quests, when they cannot all be shown:
This way users know there are 3 quests at this area, which could be solved. So they can just scroll in to see them all…
If they are hidden, they would not even notice them and thus ignore them. Especially when scrolling in and out some quests may be shown and hidden, which can be very annoying, when you are trying to tap on one and then you accidentally scrolled out a bit.
The text was updated successfully, but these errors were encountered: