Problem downloading MapTile: /12/2299/1442 HTTP response: Forbidden
See original GitHub issueHi all.
I`ve got a the problem mentioned in the title. It wont load all the tiles on the map.
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (1 by maintainers)
Top Results From Across the Web
Downloading maptile: /0/0/0 HTTP response: HTTP/1.1 403 ...
There's an issue with user-agent, update your osmdroid-android project and it should be fine. For more informations, check this: ...
Read more >in my app: Problem downloading maptile: /0/0/0 HTTP response
Problem downloading maptile: /0/0/0 HTTP response: HTTP/1.1 403 Forbidden. Could it be the problem? The app is very very simple and I just ......
Read more >osmdroid
Error importing source code #372; Problem downloading MapTile: /0/0/0 HTTP response: Forbidden #371; make ZipFileArchive extensible #369; OSM Mapnik source ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yup, that’s it.
Stick this your application before loading the map
OpenStreetMapTileProviderConstants.setUserAgentValue(BuildConfig.APPLICATION_ID);
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