Increased resolution of mapillary thumbnails

This commit is contained in:
Alexey Kulish 2017-05-02 12:15:43 +03:00
parent 8268e16d1e
commit 35bf4c557a

View file

@ -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() {