| @@ -1,3 +1,6 @@ | |||||
| var | |||||
| tt: string; | |||||
| begin | begin | ||||
| ResultURL:=GetURLBase+'&x='+inttostr(GetX-((round(intpower(2,GetZ-1))div 2)))+'&y='+inttostr(((round(intpower(2,GetZ-1))div 2)-1)-GetY)+'&z='+inttostr(GetZ-1); | |||||
| tt := RegExprReplaceMatchSubStr(GetURLBase, 't\.maps', 't'+inttostr( Random(4) )+'maps' ); | |||||
| ResultURL := tt + inttostr(Getz-1)+'/'+inttostr(GetY)+'/'+inttostr(GetX)+'.png'; | |||||
| end. | end. | ||||
| @@ -6,7 +6,7 @@ name= | |||||
| name_en=Map (Maps@mail) | name_en=Map (Maps@mail) | ||||
| name_uk=Êàðòà (Êàðòû@Mail.Ru) | name_uk=Êàðòà (Êàðòû@Mail.Ru) | ||||
| NameInCache=mailmap | NameInCache=mailmap | ||||
| DefURLBase=http://t2.maps.mail.ru/TileSender.aspx?ModeKey=tiles&t=maps | |||||
| DefURLBase=http://t.maps.mail.ru/tiles/scheme/ | |||||
| ContentType=image/png | ContentType=image/png | ||||
| ParentSubMenu=mail.ru | ParentSubMenu=mail.ru | ||||
| ParentSubMenu_en=mail.ru | ParentSubMenu_en=mail.ru | ||||
| @@ -1,3 +1,6 @@ | |||||
| var | |||||
| tt: string; | |||||
| begin | begin | ||||
| ResultURL:=GetURLBase+'&x='+inttostr(GetX-((round(intpower(2,GetZ-1))div 2)))+'&y='+inttostr(((round(intpower(2,GetZ-1))div 2)-1)-GetY)+'&z='+inttostr(GetZ-1); | |||||
| tt := RegExprReplaceMatchSubStr(GetURLBase, 't\.maps', 't'+inttostr( Random(4) )+'maps' ); | |||||
| ResultURL:=tt+'&z='+inttostr(GetZ-1)+'&x='+inttostr(GetX-((round(intpower(2,GetZ-1))div 2)))+'&y='+inttostr(((round(intpower(2,GetZ-1))div 2)-1)-GetY); | |||||
| end. | end. | ||||
| @@ -6,7 +6,7 @@ name= | |||||
| name_en=Satellite (Maps@mail) | name_en=Satellite (Maps@mail) | ||||
| name_uk=Ñóïóòíèê (Êàðòû@Mail.Ru) | name_uk=Ñóïóòíèê (Êàðòû@Mail.Ru) | ||||
| NameInCache=mailsat | NameInCache=mailsat | ||||
| DefURLBase=http://t1.maps.mail.ru/TileSender.aspx?ModeKey=tiles&t=Images | |||||
| DefURLBase=http://t.maps.mail.ru/TileSender.aspx?ModeKey=tiles&t=Images | |||||
| ContentType=image/jpeg | ContentType=image/jpeg | ||||
| ParentSubMenu=mail.ru | ParentSubMenu=mail.ru | ||||
| ParentSubMenu_en=mail.ru | ParentSubMenu_en=mail.ru | ||||