本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
i.dodonov
/
maps
複製自
sasgis/maps
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
update zmp
master
sasbot
4 年之前
父節點
978b1a6bce
當前提交
547925c6f3
共有
2 個檔案被更改
,包括
13 行新增
和
3 行删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-2
_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt
+1
-1
_tourism/altay_katun_chui.zmp/GetUrlScript.txt
+ 12
- 2
_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt
查看文件
@@ -1,3 +1,13 @@
var
r: integer;
BaseUrl: string;
begin
begin
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.
r := random(2);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088/pub', 'maps.melda.ru');
end;
ResultURL:= BaseUrl+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.
+ 1
- 1
_tourism/altay_katun_chui.zmp/GetUrlScript.txt
查看文件
@@ -9,5 +9,5 @@ begin
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088/pub', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088/pub', 'maps.melda.ru');
end;
end;
ResultURL:= BaseUrl+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.
j
pg';
ResultURL:= BaseUrl+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.p
n
g';
end.
end.
Write
Preview
Loading…
取消
儲存