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.

10 lines
682 B

  1. begin
  2. ResultURL:=GetURLBase+'x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&zoom='+inttostr(GetZ-1)+'&interval='+inttostr(round(IntPower(1.31,24-GetZ+1)))+'&color=e29526';
  3. RequestHead:='User-Agent: Opera/9.80 (Windows NT 6.1; U; MRA 5.9 (build 4876); ru) Presto/2.10.289 Version/12.01' + #13#10 +
  4. 'Host: contour.heywhatsthat.com' + #13#10 +
  5. 'Accept: text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/webp, image/jpeg, image/gif, image/x-xbitmap, */*;q=0.1' + #13#10 +
  6. 'Accept-Language: ru-RU,ru;q=0.9,en;q=0.8' + #13#10 +
  7. 'Accept-Encoding: gzip, deflate' + #13#10 +
  8. 'Referer: http://www.sasgis.org/' + #13#10 +
  9. 'Connection: Keep-Alive'
  10. end.