From 6e73792f6a563d1f8330dd83b43d36293b12f17c Mon Sep 17 00:00:00 2001 From: sasbot <> Date: Sat, 6 Jun 2020 12:00:00 +0000 Subject: [PATCH] update zmp --- Contur.zmp/GetUrlScript.txt | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Contur.zmp/GetUrlScript.txt b/Contur.zmp/GetUrlScript.txt index fa081e1e..53d54e5b 100644 --- a/Contur.zmp/GetUrlScript.txt +++ b/Contur.zmp/GetUrlScript.txt @@ -1,12 +1,10 @@ begin ResultURL:=GetURLBase+'x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&zoom='+inttostr(GetZ-1)+'&interval='+inttostr(round(IntPower(1.31,24-GetZ+1)))+'&color=e29526'; - RequestHead:='User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0' + #13#10 + - 'Accept: image/png,image/*;q=0.8,*/*;q=0.5' + #13#10 + - 'Accept-Language: en-us,en;q=0.5' + #13#10 + - 'Accept-Encoding: gzip, deflate' + #13#10 + - 'Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7' + #13#10 + - 'Keep-Alive: 115' + #13#10 + - 'Connection: keep-alive' + #13#10 + - 'Referer: http://etokarta.com/karta-vitebska' + #13#10 + - 'Cookie: gc=polotsk; cc=1' + #13#10; + 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 + + 'Host: contour.heywhatsthat.com' + #13#10 + + '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 + + 'Accept-Language: ru-RU,ru;q=0.9,en;q=0.8' + #13#10 + + 'Accept-Encoding: gzip, deflate' + #13#10 + + 'Referer: http://www.heywhatsthat.com/' + #13#10 + + 'Connection: Keep-Alive' end. \ No newline at end of file