Browse Source

update zmp

pull/1/head
sasbot 3 years ago
parent
commit
8094d1c0d1
2 changed files with 6 additions and 5 deletions
  1. +4
    -4
      VirtualEarth/VESat.zmp/GetUrlScript.txt
  2. +2
    -1
      VirtualEarth/VESat.zmp/params.txt

+ 4
- 4
VirtualEarth/VESat.zmp/GetUrlScript.txt View File

@@ -1,8 +1,8 @@
var res:string;
i:byte;
osX,osY,prX,prY:integer;
i:byte;
osX,osY,prX,prY:integer;
begin
res:='';
res:='';
osX:=round(intpower(2,GetZ-1)) div 2;
osY:=round(intpower(2,GetZ-1)) div 2;
prX:=osX; prY:=osY;
@@ -34,5 +34,5 @@ begin
end;
end;
end;
ResultURL:=GetURLBase+res+'.jpeg?g=952';
ResultURL:=GetURLBase+res+'.jpeg?g='+version;
end.

+ 2
- 1
VirtualEarth/VESat.zmp/params.txt View File

@@ -18,4 +18,5 @@ Ext=.jpg
UseDwn=1
Sleep=0
DefHotKey=86
ContentType=image/jpeg; image/png
ContentType=image/jpeg; image/png
version=1046

Loading…
Cancel
Save