Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

12 righe
381 B

  1. var dz,z:integer;
  2. begin
  3. if getz>5 then dz:=Round(25600/intpower(2,getz-5)) else dz:=25600;
  4. z:=round(intpower(2,getz-5));
  5. if getz>=13 then dz:=256;
  6. if getz>=13 then z:=100;
  7. ResultURL:=GetURLBase+Inttostr(z)+'&DX='+Inttostr(round(GetX-intpower(2,getz-1)/2)*dz)+'&DY='+Inttostr(round(gety-intpower(2,getz-1)/2)*dz)+'&trackfile=&rnd=0.9191284459141998&order=';
  8. end.