-
Notifications
You must be signed in to change notification settings - Fork 989
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
Problem downloading MapTile: /12/2299/1442 HTTP response: Forbidden #366
Comments
Hi guys, |
Hello, I'm having the same issue now 08-11 12:48:00.197 W/OsmDroid: Problem downloading MapTile: /10/586/371 HTTP response: Forbidden |
+1 |
It's possible that the sample application's and default value for On Thu, Aug 11, 2016 at 5:57 AM, Emil Dancescu notifications@github.com
|
Yup, that's it. Stick this your application before loading the map OpenStreetMapTileProviderConstants.setUserAgentValue(BuildConfig.APPLICATION_ID); |
That means that i should update 6 apps that are allready in production... Awesome... |
Are you sure that there isn't other solution for this problem ? |
Spyhunter99 this fixed for me. Thanks for the answer! |
#366 setup up example to set the user agent
@catalin2402 sorry for the inconvenience. It's been in the api since 5.0 and in the wiki shortly afterwards. I'm not sure it was ever read only but it's a critical thing. |
Its' working again, without any change in my app. |
FYI: Since this commit openstreetmap/chef@bb8fbb8 we have re-enabled the block if a proper |
Even I faced this issue after some googling I came across a solution, we need to set User agent value in configuration. Please refer to this link for furthermore clarification https://github.com/osmdroid/osmdroid/wiki/Important-notes-on-using-osmdroid-in-your-app |
Hi all.
I`ve got a the problem mentioned in the title.
It wont load all the tiles on the map.
The text was updated successfully, but these errors were encountered: