Browse Source

update zmp

pull/1/head
sasbot 3 years ago
parent
commit
0ff74649b3
2 changed files with 5 additions and 4 deletions
  1. +2
    -2
      Google/GoogleSat.zmp/GetUrlScript.txt
  2. +3
    -2
      Google/GoogleSat.zmp/params.txt

+ 2
- 2
Google/GoogleSat.zmp/GetUrlScript.txt View File

@@ -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.

+ 3
- 2
Google/GoogleSat.zmp/params.txt View File

@@ -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
ContentType=image/jpeg
Version=123

Loading…
Cancel
Save