forked from sasgis/maps
update zmp
parent
1030eefc3a
commit
1ee26b3d82
NavitelProbki.zmp
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -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.
|
|
@ -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…
Reference in New Issue