diff --git a/Osm/osm_layer_mapsurfer.zmp/params.txt b/Osm/osm_layer_mapsurfer.zmp/params.txt index b8874f740..cd5168207 100644 --- a/Osm/osm_layer_mapsurfer.zmp/params.txt +++ b/Osm/osm_layer_mapsurfer.zmp/params.txt @@ -22,4 +22,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=0 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file diff --git a/Osm/osm_layer_nearmap.zmp/GetUrlScript.txt b/Osm/osm_layer_nearmap.zmp/GetUrlScript.txt index f53685924..334acfe1e 100644 --- a/Osm/osm_layer_nearmap.zmp/GetUrlScript.txt +++ b/Osm/osm_layer_nearmap.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin + GetURLBase[11]:=inttostr(random(5))[1]; ResultURL:=GetURLBase+'z='+inttostr(GetZ-1)+'&x='+inttostr(GetX)+'&y='+inttostr(GetY); end. \ No newline at end of file diff --git a/Osm/osm_layer_nearmap.zmp/params.txt b/Osm/osm_layer_nearmap.zmp/params.txt index 29768c5b6..8e08c607e 100644 --- a/Osm/osm_layer_nearmap.zmp/params.txt +++ b/Osm/osm_layer_nearmap.zmp/params.txt @@ -22,4 +22,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=0 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file diff --git a/Osm/osm_layer_transport.zmp/params.txt b/Osm/osm_layer_transport.zmp/params.txt index 2b58a38bf..5a26bbaf8 100644 --- a/Osm/osm_layer_transport.zmp/params.txt +++ b/Osm/osm_layer_transport.zmp/params.txt @@ -22,4 +22,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=0 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file diff --git a/Osm/osm_map.zmp/GetUrlScript.txt b/Osm/osm_map.zmp/GetUrlScript.txt index adc93d1d8..9cb6d9961 100644 --- a/Osm/osm_map.zmp/GetUrlScript.txt +++ b/Osm/osm_map.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin + GetURLBase[8]:=chr(ord('a')+random(3)); ResultURL:=GetURLBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.png'; end. \ No newline at end of file diff --git a/Osm/osm_map.zmp/params.txt b/Osm/osm_map.zmp/params.txt index f1c40a055..53806c362 100644 --- a/Osm/osm_map.zmp/params.txt +++ b/Osm/osm_map.zmp/params.txt @@ -22,4 +22,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=79 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file diff --git a/Osm/osm_mapcm.zmp/GetUrlScript.txt b/Osm/osm_mapcm.zmp/GetUrlScript.txt index ace1a1f3e..04e409f79 100644 --- a/Osm/osm_mapcm.zmp/GetUrlScript.txt +++ b/Osm/osm_mapcm.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin + GetURLBase[8]:=chr(ord('a')+random(3)); ResultURL:=GetUrlBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.png'; end. \ No newline at end of file diff --git a/Osm/osm_mapcm.zmp/params.txt b/Osm/osm_mapcm.zmp/params.txt index b680ddca5..55380fe3f 100644 --- a/Osm/osm_mapcm.zmp/params.txt +++ b/Osm/osm_mapcm.zmp/params.txt @@ -21,4 +21,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=48 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file diff --git a/Osm/osm_mapnik.zmp/GetUrlScript.txt b/Osm/osm_mapnik.zmp/GetUrlScript.txt index 06559a1bd..163897d4f 100644 --- a/Osm/osm_mapnik.zmp/GetUrlScript.txt +++ b/Osm/osm_mapnik.zmp/GetUrlScript.txt @@ -1,10 +1,4 @@ begin + GetURLBase[8]:=chr(ord('a')+random(3)); ResultURL:=GetURLBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.png'; - RequestHead:='User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.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 + - 'Connection: keep-alive' + #13#10 + - 'Referer: http://www.openstreetmap.org/' + #13#10; end. \ No newline at end of file diff --git a/Osm/osm_mapnik.zmp/params.txt b/Osm/osm_mapnik.zmp/params.txt index e1bad2600..8de9a1f97 100644 --- a/Osm/osm_mapnik.zmp/params.txt +++ b/Osm/osm_mapnik.zmp/params.txt @@ -21,4 +21,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=16463 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file diff --git a/Osm/osm_mapsurfer.zmp/params.txt b/Osm/osm_mapsurfer.zmp/params.txt index 0a7e4894c..270b0205c 100644 --- a/Osm/osm_mapsurfer.zmp/params.txt +++ b/Osm/osm_mapsurfer.zmp/params.txt @@ -22,4 +22,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=0 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file diff --git a/Osm/osm_mapsurfer_topo.zmp/params.txt b/Osm/osm_mapsurfer_topo.zmp/params.txt index 12a23a34f..aa5c92917 100644 --- a/Osm/osm_mapsurfer_topo.zmp/params.txt +++ b/Osm/osm_mapsurfer_topo.zmp/params.txt @@ -22,4 +22,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=0 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file diff --git a/Osm/osm_opnvkarte.zmp/params.txt b/Osm/osm_opnvkarte.zmp/params.txt index 94b407962..ae2bf1eae 100644 --- a/Osm/osm_opnvkarte.zmp/params.txt +++ b/Osm/osm_opnvkarte.zmp/params.txt @@ -22,4 +22,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=0 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file diff --git a/Osm/osmosnimki.ru.zmp/GetUrlScript.txt b/Osm/osmosnimki.ru.zmp/GetUrlScript.txt index 65f12c540..b51e1f048 100644 --- a/Osm/osmosnimki.ru.zmp/GetUrlScript.txt +++ b/Osm/osmosnimki.ru.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin + GetURLBase[8]:=chr(ord('a')+random(3)); ResultURL:=GetURLBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY); end. \ No newline at end of file diff --git a/Osm/osmosnimki.ru.zmp/params.txt b/Osm/osmosnimki.ru.zmp/params.txt index 7ed581e0c..7011be984 100644 --- a/Osm/osmosnimki.ru.zmp/params.txt +++ b/Osm/osmosnimki.ru.zmp/params.txt @@ -23,4 +23,5 @@ UseAntiBan=0 Sleep=0 DefHotKey=0 BanIfLen=0 -PARENTSUBMENU=OSM \ No newline at end of file +PARENTSUBMENU=OSM +IteratorSubRectSize=8,8 \ No newline at end of file