X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/108889308bdc1f0a1e3329f68ce89fbe14112cbd..a31889935875a7d1d32c8dae2d6218d7938167f8:/src/google.c diff --git a/src/google.c b/src/google.c index 62a480b6..4034eccc 100644 --- a/src/google.c +++ b/src/google.c @@ -40,7 +40,7 @@ static int google_kh_download ( MapCoord *src, const gchar *dest_fn ); static void google_mapcoord_to_center_coord ( MapCoord *src, VikCoord *dest ); static gboolean google_coord_to_mapcoord ( const VikCoord *src, gdouble xzoom, gdouble yzoom, MapCoord *dest ); -static DownloadOptions google_options = { 1 }; +static DownloadOptions google_options = { 1, "http://maps.google.com/" }; void google_init () { VikMapsLayer_MapType google_1 = { 7, 256, 256, VIK_VIEWPORT_DRAWMODE_MERCATOR, google_coord_to_mapcoord, google_mapcoord_to_center_coord, google_download };