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

Extra zoom feature #48

Closed
frankowskid opened this issue May 13, 2013 · 8 comments
Closed

Extra zoom feature #48

frankowskid opened this issue May 13, 2013 · 8 comments

Comments

@frankowskid
Copy link

Would it be possible to implement possibility to zoom over the maxzoom. I would mean to go with scale over 1.0 for max zoom. The reason is that on Galaxy S4, which has FullHD display, the pixels are very small and max zoom doesn't seem to be enough.

@moagrius
Copy link
Owner

setScaleLimits will allow zoom greater than 1, but I can't say I've tested it thoroughly.

@moagrius
Copy link
Owner

@frankowskid did this work for you? can I close this issue, or is anything else required?

@frankowskid
Copy link
Author

Sorry for late replay.
I've also haven;t tested it thoroughly.
The zoom itself seems to work but the map center point is not maintained.
I look like the right edge of a map is frozen an all the content is pushed to the left side.

@moagrius
Copy link
Owner

I'm not surprised - it was never intended to show any image greater than 100%, or less than 50%, and presumed new zoom levels would be used for a max value. That said, it probably would be pretty easy to get the bounds to update appropriate - I'll try to get this added for the next updated. Thanks for the feedback.

@frankowskid
Copy link
Author

The reason I've requested this feature is that on new Galaxy S4 native resolution is too small to see details on the image.

@Shusshu
Copy link
Contributor

Shusshu commented May 19, 2013

What's the size of the img ?

@moagrius
Copy link
Owner

moagrius commented Jun 4, 2013

I looked into this and it's not a quick fix, but I do think it's a valuable feature. With the project rename, and some other API-breaking changes I'd like to implement, I'm going to close this for now and add it to a new feature list for the major upgrade ("TileView").

@moagrius moagrius closed this as completed Jun 4, 2013
@moagrius
Copy link
Owner

TileView is now available, and supports max scale greater than 1

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

No branches or pull requests

3 participants