Browse Source

update zmp

pull/1/head
sasbot 3 years ago
parent
commit
57f82e8f82
4 changed files with 36 additions and 0 deletions
  1. BIN
      NavitelProbki.zmp/18.bmp
  2. BIN
      NavitelProbki.zmp/24.bmp
  3. +13
    -0
      NavitelProbki.zmp/GetUrlScript.txt
  4. +23
    -0
      NavitelProbki.zmp/params.txt

BIN
NavitelProbki.zmp/18.bmp View File

Before After

BIN
NavitelProbki.zmp/24.bmp View File

Before After

+ 13
- 0
NavitelProbki.zmp/GetUrlScript.txt View File

@@ -0,0 +1,13 @@
var xx,yy,zz:string;
begin
xx:=inttostr(GetX);
yy:=inttostr(round(intpower(2,getz-1)-GetY)-1);
zz:=inttostr(GetZ-1);
while length(xx)<8 do xx:='0'+xx;
while length(yy)<8 do yy:='0'+yy;
while length(zz)<2 do zz:='0'+zz;
ResultURL:=GetUrlBase+xx+','+yy+','+zz;
end.

+ 23
- 0
NavitelProbki.zmp/params.txt View File

@@ -0,0 +1,23 @@
[PARAMS]
pnum=48
GUID={9F3D706F-B180-40CE-9F95-037E9D61ABE7}
name=Ïðîáêè Navitel
name_9=Navitel Probki
asLayer=1
DefURLBase=http://map.navitel.su/navitms.fcgi?j=
projection=1
sradiusa=6378137
sradiusb=6378137
NameInCache=NavitelProbki
separator=0
Ext=.png
UseDwn=1
Usestick=1
UseGenPrevious=1
Usedel=1
Usesave=1
UseAntiBan=1
Sleep=10
DefHotKey=0
DelAfterShow=1
ContentType=image/png

Loading…
Cancel
Save