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

Exponential zoom is too quick #257

Closed
ygoe opened this issue Jul 26, 2016 · 2 comments
Closed

Exponential zoom is too quick #257

ygoe opened this issue Jul 26, 2016 · 2 comments
Milestone

Comments

@ygoe
Copy link

ygoe commented Jul 26, 2016

I've seen that exponential zoom was added in a current release. While I understand its difference and also find that linear zooming is too "slow", the current implementation feels too quick, especially in higher zoom levels. I also have the impression that the increment option is ignored when exponential is enabled.

@timmywil
Copy link
Owner

timmywil commented Aug 3, 2016

I think I agree, but I haven't figured out a better algorithm yet. I'll work on this.

@ygoe
Copy link
Author

ygoe commented Aug 3, 2016

You're using a square curve now. What looks nice in classic map interfaces (Google Maps has switched to smaller steps some time ago but OSM and Bing still use it) may be a bit too much for smaller worlds like mine. Maybe instead of x^2 the curve could go something like x^1.5. That exponent might even be adjustable. I don't know the level of math support in JavaScript required for this.

@timmywil timmywil modified the milestone: 3.3.0 Aug 4, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
@timmywil timmywil removed the feature label Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants