This website works better with JavaScript.
首頁
探索
說明
註冊
登入
i.dodonov
/
maps
複製自
sasgis/maps
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
update zmp
undefined
sasgis
54 年之前
父節點
0c7d2cb333
當前提交
79516ab202
共有
7 個文件被更改
,包括
14 次插入
和
7 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Genshtab/karta_gsh_10km.zmp/GetUrlScript.txt
+2
-1
Genshtab/karta_gsh_1km.zmp/GetUrlScript.txt
+2
-1
Genshtab/karta_gsh_250m.zmp/GetUrlScript.txt
+2
-1
Genshtab/karta_gsh_2km.zmp/GetUrlScript.txt
+2
-1
Genshtab/karta_gsh_500m.zmp/GetUrlScript.txt
+2
-1
Genshtab/karta_gsh_5km.zmp/GetUrlScript.txt
+2
-1
history/5v_kavkaz.zmp/GetUrlScript.txt
+ 2
- 1
Genshtab/karta_gsh_10km.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,4 @@
begin
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
GetURLBase[24]:=chr(ord('2')+random(4));
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
end.
+ 2
- 1
Genshtab/karta_gsh_1km.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,4 @@
begin
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
GetURLBase[24]:=chr(ord('2')+random(4));
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
end.
+ 2
- 1
Genshtab/karta_gsh_250m.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,4 @@
begin
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
GetURLBase[24]:=chr(ord('2')+random(4));
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
end.
+ 2
- 1
Genshtab/karta_gsh_2km.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,4 @@
begin
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
GetURLBase[24]:=chr(ord('2')+random(4));
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
end.
+ 2
- 1
Genshtab/karta_gsh_500m.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,4 @@
begin
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
GetURLBase[24]:=chr(ord('2')+random(4));
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
end.
+ 2
- 1
Genshtab/karta_gsh_5km.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,4 @@
begin
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
GetURLBase[24]:=chr(ord('2')+random(4));
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
end.
+ 2
- 1
history/5v_kavkaz.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,4 @@
begin
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
GetURLBase[24]:=chr(ord('2')+random(4));
ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
end.
Write
Preview
Loading…
取消
儲存