-
-
Notifications
You must be signed in to change notification settings - Fork 19
Issue4 #7
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
Issue4 #7
Conversation
MapQuest now requires a developer API key to be used when querying their Nominatim server. This change allows the end user to enter a key that they can get without charge from the MapQuest developer site at https://developer.mapquest.com Signed-off-by: Tod Fitch <[email protected]>
Android Studio was too helpful in suggesting changes and automatically editing the manifest. Signed-off-by: Tod Fitch <[email protected]>
Thank you! It's working. |
It's working well, thanks. Would be great to merge. |
@alinefr @alanpoulain Can you sent me the working apk? teyro [at] posteo.de ? Would help me much! |
#9 |
@zoff99 Thx but i am to stupid to compile by myself :S |
why yourself? circleCI is compiling for you https://circleci.com/gh/zoff99/NominatimGeocoderBackend/17#artifacts just fork mine, and login to https://circleci.com with your github login |
Hi, |
@ale5000-git It is not possible because it uses https://developer.android.com/reference/android/app/FragmentManager.html |
@be-neth: Sorry, I didn't noticed your reply here before. |
Closed via #14 |
MapQuest requires a developer API key now and there is no reasonable way to provide a paid one with sufficient capacity to handle all the requests from Nominatim. So this patch provides a way for the end user to use their own developer API key which for low volume use they can get for free.
This is analogous to the situation that CyanogenMod is running into with their weather widget as discussed at http://www.cyanogenmod.org/blog/plug-play-weather and the solution has been to make plug-ins for possible service providers and have the plug-ins configurable by the user to use their own key.