Browse Source

update zmp

master
sasgis 54 years ago
parent
commit
ee736929a6
4 changed files with 14 additions and 8 deletions
  1. +4
    -1
      mail.ru/MailMap.zmp/GetUrlScript.txt
  2. +3
    -3
      mail.ru/MailMap.zmp/params.txt
  3. +4
    -1
      mail.ru/MailSat.zmp/GetUrlScript.txt
  4. +3
    -3
      mail.ru/MailSat.zmp/params.txt

+ 4
- 1
mail.ru/MailMap.zmp/GetUrlScript.txt View File

@@ -1,3 +1,6 @@
var
tt: string;
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.

+ 3
- 3
mail.ru/MailMap.zmp/params.txt View File

@@ -5,14 +5,14 @@ asLayer=0
name=Êàðòà (Êàðòû@mail)
name_en=Map (Maps@mail)
name_uk=Êàðòà (Êàðòû@Mail.Ru)
NameInCache=mailmap
DefURLBase=http://t2.maps.mail.ru/TileSender.aspx?ModeKey=tiles&t=maps
NameInCache=mail_map
DefURLBase=http://t.maps.mail.ru/tiles/scheme/
ContentType=image/png
ParentSubMenu=mail.ru
ParentSubMenu_en=mail.ru
ParentSubMenu_uk=mail.ru
Ext=.png
projection=2
projection=1
sradiusa=6378137
sradiusb=6356752
separator=0


+ 4
- 1
mail.ru/MailSat.zmp/GetUrlScript.txt View File

@@ -1,3 +1,6 @@
var
tt: string;
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.

+ 3
- 3
mail.ru/MailSat.zmp/params.txt View File

@@ -5,14 +5,14 @@ asLayer=0
name=Ñïóòíèê (Êàðòû@mail)
name_en=Satellite (Maps@mail)
name_uk=Ñóïóòíèê (Êàðòû@Mail.Ru)
NameInCache=mailsat
DefURLBase=http://t1.maps.mail.ru/TileSender.aspx?ModeKey=tiles&t=Images
NameInCache=mail_sat
DefURLBase=http://t.maps.mail.ru/TileSender.aspx?ModeKey=tiles&t=Images
ContentType=image/jpeg
ParentSubMenu=mail.ru
ParentSubMenu_en=mail.ru
ParentSubMenu_uk=mail.ru
Ext=.jpg
projection=2
projection=1
sradiusa=6378137
sradiusb=6356752
separator=0


Loading…
Cancel
Save