]> git.street.me.uk Git - andy/viking.git/commitdiff
google version seems to be required in europe
authorAlex Foobarian <foobarian@gmail.com>
Thu, 26 Oct 2006 02:34:10 +0000 (02:34 +0000)
committerAlex Foobarian <foobarian@gmail.com>
Thu, 26 Oct 2006 02:34:10 +0000 (02:34 +0000)
src/google.c

index 0b8dc96181b8da284923dcf39ebbcbe37748f310..d5d5dab37c6e8765537e372628c035b691b88899 100644 (file)
@@ -82,7 +82,7 @@ static void real_google_download ( MapCoord *src, const gchar *dest_fn, const ch
 
 void google_download ( MapCoord *src, const gchar *dest_fn )
 {
-   real_google_download ( src, dest_fn, "w2.15" );
+   real_google_download ( src, dest_fn, "w2.25" );
 }
 
 void google_trans_download ( MapCoord *src, const gchar *dest_fn )