From: (null) <(null)> Date: Thu, 4 Sep 2008 17:18:47 +0000 (+0200) Subject: Correct google gobject X-Git-Url: https://git.street.me.uk/andy/viking.git/commitdiff_plain/d3f7f44afc75072cc8f0fe4079583a80632a1c4d?hp=769663d0304909164ac5df6b9d7231a90a5240b5 Correct google gobject --- diff --git a/src/google-map-type.gob b/src/google-map-type.gob index a5cff338..d19fb64e 100644 --- a/src/google-map-type.gob +++ b/src/google-map-type.gob @@ -42,6 +42,8 @@ typedef enum { %{ +static DownloadOptions google_options = { "http://maps.google.com/", 0, a_check_map_file }; + /* 1 << (x) is like a 2**(x) */ #define GZ(x) ((1<x, src->y, src->scale ); + res = a_http_download_get_url ( "mt.google.com", uri, dest_fn, &google_options ); + g_free ( uri ); + return res; +} + %} class Google:Map:Type from Vik:Map:Type {