diff --git a/Space_mars_elevation.zmp/GetUrlScript.txt b/Space_mars_elevation.zmp/GetUrlScript.txt index 4dd2e041..74f3da52 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