begin
  ResultURL := GetURLBase;
  PostData := 'ticket=yd36369a375e6758b65c63577d5026e9e&tkn=&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&zoom='+inttostr(GetZ-1);
  RequestHead := 'Accept: application/json, text/javascript, */*; q=0.01';
end.