X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/769663d0304909164ac5df6b9d7231a90a5240b5..d3f7f44afc75072cc8f0fe4079583a80632a1c4d:/src/google-map-type.gob 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 {