Skip to content
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

Allow one more zoom step #2878

Closed
Atrate opened this issue May 13, 2021 · 7 comments
Closed

Allow one more zoom step #2878

Atrate opened this issue May 13, 2021 · 7 comments

Comments

@Atrate
Copy link
Contributor

Atrate commented May 13, 2021

Use case:
In densely populated areas, quests often overlap each other and cause some of them not to be shown. I often use SC when on public transport and solve only certain kinds of quests which are sometimes obscured by ones that I can't solve when in a bus but don't want to hide for when I go there on foot. Allowing the user to zoom in further would help the overlapped quests be shown.

Proposed solution:
Allow the zoom to go one step further (if it's defined in steps). I haven't tested it with aerial imagery in v32 but it would probably help there as well, to see more details.

If that's not desirable in SC, where can the max zoom be changed? I'd implement this in my fork for personal use.

@rhhsm
Copy link

rhhsm commented May 13, 2021

#2373 (would like to re-post my final post there)

@westnordost
Copy link
Member

f.e. in onMapReady in QuestsMapFragment:
ctrl.maximumZoomLevel = 21.0f

@westnordost
Copy link
Member

Looks like 20.5, the default, is already the maximum that tangram-es allows. If you want this to be changed, you'd have to create a ticket at tangram-es first.

@rhhsm
Copy link

rhhsm commented May 13, 2021

I understand that the map we use has a limited zoom level, but wouldn't it be possible for SC to zoom in beyond that, to create more distance between quests so all of them can be displayed and selected, without showing the tangram map? Or to remove the restriction there is now that quest pins cannot overlap, not even slightly?

@westnordost
Copy link
Member

No, it isn't. It is not possible.

@Atrate
Copy link
Contributor Author

Atrate commented Jun 23, 2021

Some SDKs also allow multiple tap feature picking... like if there are 2 overlapping icons, the first tap brings up the top icon, but the second tap brings up the "hidden" icon.

(tangrams/tangram-es#2264 (comment))

Is this a possibility in the case of SC?

@mnalis
Copy link
Member

mnalis commented Oct 26, 2022

I've now added a FAQ entry for Some quests are obstructed by other quests, and I can't zoom in enough with some workarounds listed. Feel free to improve on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants