]> git.street.me.uk Git - andy/viking.git/blobdiff - src/expedia.c
Remove dependencies to gob2
[andy/viking.git] / src / expedia.c
index 9ae16dce820286d9732c994fe20fc4216c3cec99..c3363f17ddef69c1dfc57b4f908d74fccd1e7dac 100644 (file)
@@ -41,7 +41,7 @@ static gboolean expedia_coord_to_mapcoord ( const VikCoord *src, gdouble xzoom,
 static void expedia_mapcoord_to_center_coord ( MapCoord *src, VikCoord *dest );
 static int expedia_download ( MapCoord *src, const gchar *dest_fn );
 
-static DownloadOptions expedia_options = { NULL, 2 };
+static DownloadOptions expedia_options = { NULL, 2, a_check_map_file };
 
 void expedia_init() {
   VikMapsLayer_MapType map_type = { 5, 0, 0, VIK_VIEWPORT_DRAWMODE_EXPEDIA, expedia_coord_to_mapcoord, expedia_mapcoord_to_center_coord, expedia_download };