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

Fix LngLatBounds.extend() with literal LngLat object #12605

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

stepankuzmin
Copy link
Contributor

@stepankuzmin stepankuzmin commented Mar 6, 2023

Add support for extending LngLatBounds with literal LngLat object in {lng: number, lat: number} format.

Closes #12604

Launch Checklist

  • briefly describe the changes in this PR
  • write tests for all new functionality
  • apply changelog label ('bug', 'feature', 'docs', etc) or use the label 'skip changelog'
  • add an entry inside this element for inclusion in the mapbox-gl-js changelog: <changelog>Fix LngLatBounds.extend() with literal LngLat object.</changelog>

@stepankuzmin stepankuzmin merged commit 1d59be6 into main Mar 7, 2023
@stepankuzmin stepankuzmin deleted the fix-LngLatBounds-extend branch March 7, 2023 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

map.fitBounds make a "Cannot read properties of null (reading '3')"
2 participants