Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

18 строки
395 B

  1. var
  2. Step:integer;
  3. shiftx,shifty:integer;
  4. y:integer;
  5. begin
  6. shiftx:=225280;
  7. shifty:=5632000;
  8. step:=round(225280/round(intpower(2,getz-3)))
  9. if gety<3 then step:=225280;
  10. y:=round(intpower(2,getz-1))-GetY-1;
  11. if y<=0 then y:=1;
  12. ResultURL:=GetURLBase+inttostr(shiftx+getx*step)+','+inttostr(shifty+Y*step)+','+inttostr(shiftx+getx*step+step)+','+inttostr(shifty+Y*step+step);
  13. end.