From 528591d90c3ebad3a1039b286ef8aeab0cb97037 Mon Sep 17 00:00:00 2001 From: sasbot <> Date: Sat, 6 Jun 2020 12:00:00 +0000 Subject: [PATCH] update zmp --- Space_mars_elevation.zmp/GetUrlScript.txt | 37 ++++++++++++++++++++++- space_mars_infrared.zmp/GetUrlScript.txt | 37 ++++++++++++++++++++++- space_moon_terrain.zmp/GetUrlScript.txt | 4 +-- 3 files changed, 74 insertions(+), 4 deletions(-) diff --git a/Space_mars_elevation.zmp/GetUrlScript.txt b/Space_mars_elevation.zmp/GetUrlScript.txt index 4dd2e0416..74f3da522 100644 --- a/Space_mars_elevation.zmp/GetUrlScript.txt +++ b/Space_mars_elevation.zmp/GetUrlScript.txt @@ -1,3 +1,38 @@ +var res:string; + i:byte; + osX,osY,prX,prY:integer; begin - ResultURL:=GetUrlBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&zoom='+inttostr(18-GetZ)+'&s='+copy('Galileo',1,random(7)+1); + res:='t'; + osX:=round(intpower(2,GetZ-1)) div 2; + osY:=round(intpower(2,GetZ-1)) div 2; + prX:=osX; prY:=osY; + for i:=2 to GetZ do + begin + prX:=prX div 2; + prY:=prY div 2; + if GetX