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

Added flipCoordinates option #435

Merged
merged 3 commits into from
Mar 4, 2022
Merged

Added flipCoordinates option #435

merged 3 commits into from
Mar 4, 2022

Conversation

mpothier
Copy link
Contributor

@mpothier mpothier commented Oct 4, 2021

Adds a flipCoordinates boolean option to the geocoder constructor. When reverse geocoding is enabled, the default coordinate order is lat,lon. If flipCoordinates is set to true, the expected coordinate order will be lon,lat. This gives developers the ability to control the expected input order to their preference.

  • briefly describe the changes in this PR
  • write tests for all new functionality
  • run npm run docs and commit changes to API.md
  • update CHANGELOG.md with changes under master heading before merging

@mpothier mpothier merged commit 4875ce8 into main Mar 4, 2022
@mpothier mpothier deleted the reverse-coord-support branch March 4, 2022 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant