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

Mapquest has made changes to their API for Open Data #29

Open
Tzarnal opened this issue Feb 11, 2015 · 6 comments
Open

Mapquest has made changes to their API for Open Data #29

Tzarnal opened this issue Feb 11, 2015 · 6 comments

Comments

@Tzarnal
Copy link

Tzarnal commented Feb 11, 2015

Due to changes made by mapquest to their licensing structure and API the mapquest geocoding is currently broken. Requests run into a key unauthorized for request page.

See here for information on the license change: http://devblog.mapquest.com/2014/11/17/are-you-a-community-edition-licensed-data-user/

@Tzarnal
Copy link
Author

Tzarnal commented Mar 17, 2015

Since no response is forthcoming I'm just going to add that you can force the mapquest geocoder to use the open data api manually which is a fine solution for now.

UseOSM = true;

@chadly
Copy link
Owner

chadly commented Mar 18, 2015

Thanks for reporting this and the workaround. I haven't had time to look into the changes to their API yet. If some kind soul would like to send a pull request to fix it, I would be grateful.

@ronin1
Copy link
Contributor

ronin1 commented Aug 25, 2016

I will attempt to fix this since I was the original contributor for OSM & MapQuest :) haven't had the need to use this lib in a while. Hopefully I get sometimes in the next week or so.

@AdalyatNazirov
Copy link
Contributor

AdalyatNazirov commented Oct 9, 2016

Could you describe the problem?
It seems to me that MapQuest Commercial Api working fine, but not OSM. I've set UseOSM = true and got 4 tests failed, when MapQuest Commercial Api passed them (Just got an API Key with Free Plan).

@NickStrupat
Copy link

Is this issue relevant with version 4.0.0?

@vdachev
Copy link

vdachev commented Jul 17, 2020

Is this issue relevant with version 4.0.0?

I've tested geocoding with MapQuest's API today and it seems to work. However, I filed an issue with not getting correct results when using non-ASCII characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants