android - osmdroid zoom level 19+ disables loading of additional tiles on scroll -


i'm using osmdroid version 5.2 , when zoom level 19 or 20(my max level) tiles zoom normaly when try move(scroll/swipe) other location doesn't load more tiles.

enter image description here

it looks when zoom level 19+ in rendering changes , osmdroid using loaded tiles level 18 , zooms them.

my map setup looks this:

private void initmapview() {     mapview.setusedataconnection(true);     mapview.settilesource(new xytilesource("mapnik",             0, 20, 256, ".png", new string[] {             "http://a.tile.openstreetmap.org/",             "http://b.tile.openstreetmap.org/",             "http://c.tile.openstreetmap.org/" }));      mapview.setbuiltinzoomcontrols(false);     mapview.setlayertype(view.layer_type_software, null);      mapview.setmaxzoomlevel(20);     mapview.invalidate(); } 

i've looked @ similar questions:

android osm zoom level 19 , above

osmdroid -tile provider higher zoom level

but none of them seems solve problem. help


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -