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