moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

Remote tile demo freezes and crashes #519

Closed moagrius closed 5 years ago

moagrius commented 5 years ago

Investigate cause and correct.

moagrius commented 5 years ago

This has been corrected somewhat in the latest commit (but is not yet in a relesae). The main issue was that github changed the URL pattern for using raw resources. To correct this, I've put the tiles on my own server.

Still outstanding is the occasional missing tile. Initial suggestion is to do a single retry during onTileDecodeError.

moagrius commented 5 years ago

Closing. This only remaining issue is #510