From d3f7f44afc75072cc8f0fe4079583a80632a1c4d Mon Sep 17 00:00:00 2001 From: "(null)" <(null)> Date: Thu, 4 Sep 2008 19:18:47 +0200 Subject: [PATCH] Correct google gobject --- src/google-map-type.gob | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 { -- 2.39.5