Increased resolution of mapillary thumbnails
This commit is contained in:
parent
8268e16d1e
commit
35bf4c557a
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ public class MapillaryImageRow {
|
|||
|
||||
private class DownloadImagesTask extends AsyncTask<Void, Void, Void> {
|
||||
|
||||
private static final String urlTemplate = "https://d1cuyjsrcm0gby.cloudfront.net/{key}/thumb-320.jpg?origin=osmand";
|
||||
private static final String urlTemplate = "https://d1cuyjsrcm0gby.cloudfront.net/{key}/thumb-640.jpg?origin=osmand";
|
||||
|
||||
@Override
|
||||
protected void onPreExecute() {
|
||||
|
|
Loading…
Reference in a new issue