X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fui%2Fmainwindow.cpp;h=91a25637b3eb3f507e4d17f612e152096dc2737c;hb=2768f1209dcabe23ec94b700e77696682145b951;hp=11015dfe3ff773d6081571fde0702ffda3a538e7;hpb=51328db08c198d782f7c05605f2674b5b28e49ef;p=situare diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 11015df..91a2563 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -58,9 +58,10 @@ void MainWindow::imageReceived(const QUrl &url, const QPixmap &image) void MainWindow::debug() { qDebug() << __PRETTY_FUNCTION__; - for (int j = 0; j < 10; ++j) { - mapFetcher->fetchMapImage(QUrl(QString("http://tile.openstreetmap.org/mapnik/13/4675/213%1.png").arg(j))); - } + for (int i = 0; i < 2; ++i) + for (int j = 0; j < 2; ++j) + mapFetcher->fetchMapImage(QUrl(QString("http://tile.openstreetmap.org/mapnik/13/467%1/213%2.png") + .arg(i).arg(j))); } MainWindow::~MainWindow()