소스 검색

update zmp

pull/1/head
sasbot 3 년 전
부모
커밋
e87cf12073
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      Google/GoogleMap.zmp/GetUrlScript.txt
  2. +1
    -1
      Google/GoogleMap.zmp/params.txt

+ 1
- 1
Google/GoogleMap.zmp/GetUrlScript.txt 파일 보기

@@ -2,5 +2,5 @@ var
mt: string;
begin
mt := RegExprReplaceMatchSubStr(GetURLBase, 'mt\.google', 'mt'+inttostr( Random(4) )+'.google' );
ResultURL := mt+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&zoom='+inttostr(18-GetZ)+'&s='+copy('Galileo',1, Random(8));
ResultURL := mt+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&zoom='+inttostr(18-GetZ)+'&hl='+Lang;
end.

+ 1
- 1
Google/GoogleMap.zmp/params.txt 파일 보기

@@ -6,7 +6,7 @@ name_ru=Карта (Google)
name=Map (Google)
name_uk=Карта (Google)
ParentSubMenu=Google
DefURLBase=http://mt.google.com/vt/lyrs=m@169000000&hl=ru
DefURLBase=https://mt.google.com/vt/lyrs=m@169000000
projection=1
sradiusa=6378137
sradiusb=6378137


불러오는 중...
취소
저장