begin 
if (GetZ>15) then begin 
ResultURL:='http://91.237.82.95:8082/genshtab250m/'+GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
end 
else begin ResultURL := ''; end;

end.