This website works better with JavaScript.
首頁
探索
說明
註冊
登入
sasgis
/
maps
關註
2
收藏
1
複製
5
程式碼
問題管理
0
合併請求
0
版本發佈
0
Activity
瀏覽代碼
update zmp
master
sasgis
54 年之前
父節點
57b9b62d19
當前提交
7c268256cf
共有
1 個文件被更改
,包括
2 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Google/GoogleLand.zmp/GetUrlScript.txt
+ 2
- 1
Google/GoogleLand.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,4 @@
begin
ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
if (GetZ < 17) then
ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&z='+inttostr(GetZ-1)+'&s='+copy('Galileo',1, Random(8));
end.
Write
Preview
Loading…
取消
儲存