]> err.no Git - mapper/commitdiff
Add min/max zoom fields to repo struct
authorKaj-Michael Lang <milang@tal.org>
Mon, 5 May 2008 15:08:45 +0000 (18:08 +0300)
committerKaj-Michael Lang <milang@tal.org>
Mon, 5 May 2008 15:08:45 +0000 (18:08 +0300)
src/map-tile-repo.h

index 57e1f0c8a61040424b989a29b834b74855f41040..0102cc48deb6644d624917179c457e816d756b41 100644 (file)
@@ -22,6 +22,8 @@ struct _RepoData {
        gchar *cache_dir;
        guint dl_zoom_steps;
        guint view_zoom_steps;
+       guint min_zoom;
+       guint max_zoom;
        gboolean double_size;
        gboolean nextable;
        RepoType type;