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

Error downloading MapTile #438

Closed
fanwlok opened this issue Oct 11, 2016 · 1 comment
Closed

Error downloading MapTile #438

fanwlok opened this issue Oct 11, 2016 · 1 comment

Comments

@fanwlok
Copy link

fanwlok commented Oct 11, 2016

This sometimes happens

Error loading tile

                                                                 java.lang.IllegalArgumentException: Problem decoding into existing bitmap
                                                                     at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:619)
                                                                     at org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase.getDrawable(BitmapTileSourceBase.java:150)
                                                                     at org.osmdroid.tileprovider.modules.MapTileSqlCacheProvider$TileLoader.loadTile(MapTileSqlCacheProvider.java:214)
                                                                     at org.osmdroid.tileprovider.modules.MapTileModuleProviderBase$TileLoader.run(MapTileModuleProviderBase.java:296)
                                                                     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
                                                                     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
                                                                     at java.lang.Thread.run(Thread.java:841)

E/OsmDroid: Error downloading MapTile: /5/1/18

                                                                  java.lang.IllegalArgumentException: Problem decoding into existing bitmap
                                                                      at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:619)
                                                                      at org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase.getDrawable(BitmapTileSourceBase.java:150)
                                                                      at org.osmdroid.tileprovider.modules.MapTileDownloader$TileLoader.loadTile(MapTileDownloader.java:233)
                                                                      at org.osmdroid.tileprovider.modules.MapTileModuleProviderBase$TileLoader.run(MapTileModuleProviderBase.java:296)
                                                                      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
                                                                      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
                                                                      at java.lang.Thread.run(Thread.java:841)
@spyhunter99
Copy link
Collaborator

Guess you missed the contributing guide. What version of osmdroid, what API level is the device that has the problem, what map source is the issue occurring with? any other relevant facts to help troubleshoot?

most likely cause: a problem with the network connection or the remote map server had an issue

@fanwlok fanwlok closed this as completed Oct 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants