Explorar el Código

update zmp

pull/1/head
sasbot hace 3 años
padre
commit
e89993f6c5
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 fichero

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

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

Cargando…
Cancelar
Guardar