Diff of /trunk/src/map-tool.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 296 by harbaum, Tue Aug 17 19:00:06 2010 UTC revision 297 by harbaum, Wed Aug 25 12:24:38 2010 UTC
# Line 1058  void map(appdata_t *appdata) { Line 1058  void map(appdata_t *appdata) {
1058    
1059    context->widget = g_object_new(OSM_TYPE_GPS_MAP,    context->widget = g_object_new(OSM_TYPE_GPS_MAP,
1060                   "map-source",               source,                   "map-source",               source,
1061                   "tile-cache",               path,                   "tile-cache",               OSM_GPS_MAP_CACHE_FRIENDLY,
1062                     "tile-cache-base",          path,
1063                   "auto-center",              FALSE,                   "auto-center",              FALSE,
1064                   "record-trip-history",      FALSE,                   "record-trip-history",      FALSE,
1065                   "show-trip-history",        FALSE,                   "show-trip-history",        FALSE,

Legend:
Removed from v.296  
changed lines
  Added in v.297