diff --git a/Google/GoogleSat.zmp/GetUrlScript.txt b/Google/GoogleSat.zmp/GetUrlScript.txt index 7943703a..30252676 100644 --- a/Google/GoogleSat.zmp/GetUrlScript.txt +++ b/Google/GoogleSat.zmp/GetUrlScript.txt @@ -1,6 +1,6 @@ var khm: string; begin - khm := RegExprReplaceMatchSubStr(GetURLBase, 'khm\.google', 'khm'+inttostr( Random(4) )+'.google' ); - ResultURL := khm + '&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8)); + khm := RegExprReplaceMatchSubStr(GetURLBase, 'khms\.google', 'khms'+inttostr( Random(4) )+'.google' ); + ResultURL := khm + Version + '&src=app&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8)); end. diff --git a/Google/GoogleSat.zmp/params.txt b/Google/GoogleSat.zmp/params.txt index 3efecf1a..47838c27 100644 --- a/Google/GoogleSat.zmp/params.txt +++ b/Google/GoogleSat.zmp/params.txt @@ -8,7 +8,7 @@ ParentSubMenu=Google ParentSubMenu_en=Google ParentSubMenu_uk=Google asLayer=0 -DefURLBase=http://khm.google.com/kh/v=118&hl=ru +DefURLBase=http://khms.google.com/kh/v= projection=1 sradiusa=6378137 sradiusb=6378137 @@ -18,4 +18,5 @@ Ext=.jpg UseDwn=1 Sleep=0 DefHotKey=71 -ContentType=image/jpeg \ No newline at end of file +ContentType=image/jpeg +Version=123 \ No newline at end of file