We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mapbox-gl-js version: 0.23.0 - 0.46.0 It worked in 0.22.0. I'm suspicous to this commit: 06c3e1f
browser: chrome
In example:
https://jsfiddle.net/og5tbcLn
getBounds() should return a LngLatBounds covering the viewport.
getBounds() returns a LngLatBounds covering bottom-left and top-right points of the viewport, but excluding bottom-right and top-left.
demo without the bug, with older version: https://jsfiddle.net/kmmky7h5/
The text was updated successfully, but these errors were encountered:
fixes mapbox#6867 - map.getBounds() works with rotated map
8ef1b07
bb430ac
c276c36
No branches or pull requests
mapbox-gl-js version: 0.23.0 - 0.46.0
It worked in 0.22.0. I'm suspicous to this commit: 06c3e1f
browser: chrome
Steps to Trigger Behavior
In example:
Link to Demonstration
https://jsfiddle.net/og5tbcLn
Expected Behavior
getBounds() should return a LngLatBounds covering the viewport.
Actual Behavior
getBounds() returns a LngLatBounds covering bottom-left and top-right points of the viewport, but excluding bottom-right and top-left.
demo without the bug, with older version: https://jsfiddle.net/kmmky7h5/
The text was updated successfully, but these errors were encountered: