使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
alexlipovka
/
maps
派生自
sasgis/maps
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
update zmp
undefined
sasgis
39 年前
父节点
44827b8a53
当前提交
94ab9da985
共有
2 个文件被更改
,包括
13 次插入
和
3 次删除
合并视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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.
撰写
预览
正在加载...
取消
保存