From 8094d1c0d1540f1b86616dd5b8717d8a4a00f5a5 Mon Sep 17 00:00:00 2001 From: sasbot <> Date: Sat, 6 Jun 2020 12:00:00 +0000 Subject: [PATCH] update zmp --- VirtualEarth/VESat.zmp/GetUrlScript.txt | 8 ++++---- VirtualEarth/VESat.zmp/params.txt | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/VirtualEarth/VESat.zmp/GetUrlScript.txt b/VirtualEarth/VESat.zmp/GetUrlScript.txt index 518633c1..8c4b590d 100644 --- a/VirtualEarth/VESat.zmp/GetUrlScript.txt +++ b/VirtualEarth/VESat.zmp/GetUrlScript.txt @@ -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. \ No newline at end of file diff --git a/VirtualEarth/VESat.zmp/params.txt b/VirtualEarth/VESat.zmp/params.txt index 123271d1..5a78f213 100644 --- a/VirtualEarth/VESat.zmp/params.txt +++ b/VirtualEarth/VESat.zmp/params.txt @@ -18,4 +18,5 @@ Ext=.jpg UseDwn=1 Sleep=0 DefHotKey=86 -ContentType=image/jpeg; image/png \ No newline at end of file +ContentType=image/jpeg; image/png +version=1046 \ No newline at end of file