瀏覽代碼

update zmp

pull/1/head
sasbot 3 年之前
父節點
當前提交
e89993f6c5
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      _Rosreestr/rosreestr_cadastr.zmp/GetUrlScript.txt
  2. +1
    -1
      _Rosreestr/rosreestr_landuse.zmp/GetUrlScript.txt

+ 1
- 1
_Rosreestr/rosreestr_cadastr.zmp/GetUrlScript.txt 查看文件

@@ -1,3 +1,3 @@
begin
ResultURL:=GetURLBase+RoundEx(GetLMetr,8)+','+RoundEx(GetBMetr,8)+','+RoundEx(GetRMetr,8)+','+RoundEx(GetTMetr,8);
ResultURL:=GetURLBase+RoundEx(GetLMetr,10)+','+RoundEx(GetBMetr,10)+','+RoundEx(GetRMetr,10)+','+RoundEx(GetTMetr,10);
end.

+ 1
- 1
_Rosreestr/rosreestr_landuse.zmp/GetUrlScript.txt 查看文件

@@ -1,3 +1,3 @@
begin
ResultURL:=GetURLBase+RoundEx(GetLMetr,8)+','+RoundEx(GetBMetr,8)+','+RoundEx(GetRMetr,8)+','+RoundEx(GetTMetr,8);
ResultURL:=GetURLBase+RoundEx(GetLMetr,10)+','+RoundEx(GetBMetr,10)+','+RoundEx(GetRMetr,10)+','+RoundEx(GetTMetr,10);
end.

Loading…
取消
儲存