var
  sat: string;
begin 

sat := GetURLBase;

RequestHead := 'Origin: https://www.c-map.com/' + #13#10 + 'Referer: https://www.c-map.com/' + #13#10 + 'Accept-Encoding: gzip, deflate' + #13#10 + 'Connection: keep-alive' + #13#10 + 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0'; 

 
 ResultURL := sat  + IntToStr(GetZ-1) +'/' + IntToStr(GetX) + '/' + IntToStr(GetY) + '.jpeg'; 


 
end.