From: Kaj-Michael Lang Date: Fri, 25 Apr 2008 10:22:08 +0000 (+0300) Subject: Use larger map tile cache on desktops X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a3990d3a0ca69bc00af156cee552f432f12467b;p=mapper Use larger map tile cache on desktops --- diff --git a/src/ui-common.c b/src/ui-common.c index be7964c..932960c 100644 --- a/src/ui-common.c +++ b/src/ui-common.c @@ -701,6 +701,10 @@ ui_notebook.map=gtk_notebook_append_page(notebook, mapvbox, label); _map_widget = map_new(); gtk_paned_add2(GTK_PANED(hbox), _map_widget); +#ifndef WITH_DEVICE_770 +map_set_cache_size(256); +#endif + /* GPS Tab */ vbox = gtk_vbox_new(FALSE, 0); label = gtk_label_new("Gps");