-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix poor queryFeatures precision on large viewports #2279
Comments
This is probably due to some floating point error at high zoom levels on a large display, perhaps related to #1733. |
Let's just change |
Should be fixed in master, can you confirm? |
Unfortunately, still have the same problem with the master branch. |
@mourner sorry for late response. I failed to build the branch with
|
@mycoboco thanks for trying. The changes have now been merged into master and released as part of |
@ansis thanks for the information. I successfully built When making Safari use the whole screen, the map displayed is distorted and I get the same result when I use Chrome with setting my iMac to use denser screen (that is, to have higher resolutions). |
→ #5639 |
v0.15.0:
Steps to Trigger Behavior
Expected Behavior
Can click the marker and a related pop-up shows
Actual Behavior
Cannot click markers. Actually the clickable position drifts from the marker as the screen size grows.
The text was updated successfully, but these errors were encountered: