Modified mainwindow.cpp fetch method.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 1 Apr 2010 08:10:34 +0000 (11:10 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 1 Apr 2010 08:10:34 +0000 (11:10 +0300)
src/ui/mainwindow.cpp

index 91a2563..1911f1b 100644 (file)
@@ -58,7 +58,7 @@ void MainWindow::imageReceived(const QUrl &url, const QPixmap &image)
 void MainWindow::debug()
 {
     qDebug() << __PRETTY_FUNCTION__;
-    for (int i = 0; i < 2; ++i)
+    for (int i = 4; i < 6; ++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)));