From 0ff74649b3536397ea33e3f6e7d7273ded5c5e34 Mon Sep 17 00:00:00 2001 From: sasbot <> Date: Sat, 6 Jun 2020 12:00:00 +0000 Subject: [PATCH] update zmp --- Google/GoogleSat.zmp/GetUrlScript.txt | 4 ++-- Google/GoogleSat.zmp/params.txt | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Google/GoogleSat.zmp/GetUrlScript.txt b/Google/GoogleSat.zmp/GetUrlScript.txt index 7943703a5..302526765 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 3efecf1a2..47838c27c 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