소스 검색

update zmp

master
sasgis 54 년 전
부모
커밋
0d41954a27
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      Google/GoogleSat.zmp/GetUrlScript.txt

+ 5
- 0
Google/GoogleSat.zmp/GetUrlScript.txt 파일 보기

@@ -69,5 +69,10 @@ begin
'https://khms%d.google.com/kh/v=%s&src=app&x=%d&y=%d&z=%d',
[Random(4), VSatVer, GetX, GetY, GetZ-1]
);
end else begin
ResultURL := Format(
'https://mt%d.google.com/vt/lyrs=s&hl=%s&x=%d&y=%d&z=%d',
[Random(4), Lang, GetX, GetY, GetZ-1]
);
end;
end.

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