var
y:integer;
begin
 y:=round(intpower(2,getz-1))-GetY-1;
 ResultURL:=GetURLBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(Y)+'.png';
end.