-
Notifications
You must be signed in to change notification settings - Fork 263
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
Issues with ZoomFunction #649
Comments
It appears that you have changed the 2nd set of return values of Current Code
MT 1.5.1
Also, getViewArea() appears to be returning the pixel coordinates in zoomed map pixels? Is that actually useful for anything? Need actual map pixels for I was expecting the pixels to be either straight map pixels or display pixels. Maybe the later would be a separate function like
Returns:
The values for Cells match the actual display but should, for a 50px grid, be (1,1) instead of (1,0). So the map isn't positioned quite right. |
I did most/all of the changes you mentioned were made prior to this? They are present in 1.5.3, which is before any of my code got integrated into Maptool. |
Yes, the change from width/height was apparently made after the initial addition of the function for 1.5.1 and without any mention of why it was done in the issue or in the PR that made the change. I'm bringing it up now because I'm actually testing the functions and you're the lucky coder who just touched them all. :) So working as designed and the question becomes is the design useful? |
I will open an issue. |
Tested and all functions working as designed/expected. |
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Fix those issues.
The text was updated successfully, but these errors were encountered: