You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
205 B

  1. var Koef_Z :integer;
  2. begin
  3. Koef_Z:= round(intpower(2,GetZ-13));
  4. ResultURL := GetURLBase + inttostr(GetZ-8) + '-' + inttostr(GetX - 2568*Koef_Z) + '-' + inttostr(GetY - 1255*Koef_Z) + '.png';
  5. end.