Ver código fonte

update zmp

pull/1/head
sasbot 3 anos atrás
pai
commit
e89993f6c5
2 arquivos alterados com 2 adições e 2 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo

@@ -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.

Carregando…
Cancelar
Salvar