X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/80214df235164884f49a9fc12d7a34138a21a44c..5dab4f3fa3c22facc679ba558dd6987d3d8f34e0:/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 };