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

Add support for no_annotations to OpenCage geocoder #265

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

js62789
Copy link

@js62789 js62789 commented Feb 13, 2019

I'm planning on making a significant number of requests to OpenCage's geocoding service, and it's recommended that we pass no_annotations=1 so that we can speed up response times and minimize payloads by excluding [annotations](url
https://opencagedata.com/api#annotations) data.

I've added tests and checked the linter. In the process I realized that2 of the MapQuest geocoder tests are failing and the VirtualEarth geocoder creates linter warnings. Those were preexisting issues and were unaffected by my changes, but I took the liberty of fixing those as well so that these changes comply with the contributor guidelines.

@js62789 js62789 changed the title Add support for no_annotations to open cage provider Add support for no_annotations to OpenCage geocoder Feb 13, 2019
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