]> err.no Git - mapper/commitdiff
Repo: Loop from min_zoom to max_zoom
authorKaj-Michael Lang <milang@tal.org>
Fri, 1 Aug 2008 12:05:23 +0000 (15:05 +0300)
committerKaj-Michael Lang <milang@tal.org>
Fri, 1 Aug 2008 12:05:23 +0000 (15:05 +0300)
src/map-repo-manager.c

index fac28e00a13798750ea6a4d0c61ea3257ed679a8..42efc4c5ca81bec1abd8647629d039cd6787af9f 100644 (file)
@@ -554,7 +554,7 @@ if (start_unity > end_unity) {
 }
 
 /* First, get the number of maps to download. */
-for (i = 0; i < _curr_repo->max_zoom; i++) {
+for (i = _curr_repo->min_zoom; i < _curr_repo->max_zoom; i++) {
        if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(mapman_info->chk_zoom_levels[i]))) {
                guint start_tilex, start_tiley, end_tilex, end_tiley;