-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
The open.mapquestapi.com API no longer works #421
Comments
I was going to open a similar issue :-) I've jotted some notes down below however progressing this is not a priority for me, I'm putting my time into adding support for reverse_geocoder/reverse_geocode (offline) - longer term (and possibly a research path that may be worth checkout out), checkout https://github.com/geopy/geopy it supports MapQuest and a lot of other providers. I've not used it so can't vouch for it other than a cursory read. reverse_geocoder/reverse_geocode with my minimal testing is looking suitable, I need to crunch it through my photos to see if it actually is suitable for my use case 🤞 NOTES:
URL and api changeold sample new sample Payload changeparse (etc.) are expecting a dict like (note mappings in comments):
Current mapquest payload looks more like:
|
🤣 That's the quick conclusion that I came to. I believe the fix should be isolated though. |
Documenting some inconsistencies with the MapQuest API and how to detect errors.
Edit: I'm not sure what |
I created branch mapquest-fix to stage my work so far which can be tracked in gh-426. |
Took a break and came back with a much simpler change to get it working. @clach04 thanks for the comment - it got me thinking differently about the fix. |
Calls to open.mapquestapi.com redirect to their updated API page. The new API is not backwards compatible and causing tests to fail.
The text was updated successfully, but these errors were encountered: