From c4f7310bcd5f5e8a032f5b79e91605f5c5ecb897 Mon Sep 17 00:00:00 2001 From: sasbot <> Date: Sat, 6 Jun 2020 12:00:00 +0000 Subject: [PATCH] update zmp --- _Genshtab/gsh_500m_new.zmp/EmptyTiles/1.jpg | Bin 0 -> 909 bytes _Genshtab/gsh_500m_new.zmp/GetUrlScript.txt | 3 ++- _Genshtab/gsh_500m_new.zmp/params.txt | 2 +- _historic/1902_kuban.zmp/GetUrlScript.txt | 3 ++- _historic/1918_kuban_10v.zmp/GetUrlScript.txt | 3 ++- _historic/1925_maykop.zmp/GetUrlScript.txt | 3 ++- _historic/1930_kuban.zmp/GetUrlScript.txt | 3 ++- _historic/5v_kavk_1877.zmp/GetUrlScript.txt | 3 ++- _historic/Strelb10_1882.zmp/GetUrlScript.txt | 3 ++- _historic/kuban_1v.zmp/GetUrlScript.txt | 3 ++- _tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt | 3 ++- _tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt | 3 ++- _tourism/ergaki_aradan.zmp/GetUrlScript.txt | 3 ++- .../fgu_sk_agp_all.zmp/GetUrlScript.txt | 3 ++- .../gosgeodesia/tourism1991.zmp/GetUrlScript.txt | 3 ++- _tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt | 3 ++- _tourism/lcarta.zmp/GetUrlScript.txt | 3 ++- _tourism/wkavkaz_kot.zmp/GetUrlScript.txt | 3 ++- 18 files changed, 33 insertions(+), 17 deletions(-) create mode 100644 _Genshtab/gsh_500m_new.zmp/EmptyTiles/1.jpg diff --git a/_Genshtab/gsh_500m_new.zmp/EmptyTiles/1.jpg b/_Genshtab/gsh_500m_new.zmp/EmptyTiles/1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..bb11b736aa2e0a23ab65ae85229f17b43f16ca54 GIT binary patch literal 909 zcmdT>Ne;p=47B5HT@Hx^X9OSV0jUyv3ZBxpARfVT;U~ckMWU5j#F2?&#mOZ0OwuJi zAne;+3y1*71JWI~pim%D2{cJGT9dZM+B{w1tt*_hzVbyW;8k6fwIuS$>#8zDrgYY2 z%1BEwi@$09vTN26dR zj5uZ-GlLKtgu@JjKl{y?tYVwK$|M7uHTTgQ55z9B_y3I<&&1X6)zzLc<5^(Ou1{iA BK(7D* literal 0 HcmV?d00001 diff --git a/_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt b/_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt +++ b/_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_Genshtab/gsh_500m_new.zmp/params.txt b/_Genshtab/gsh_500m_new.zmp/params.txt index 678d279c..9a84bc7f 100644 --- a/_Genshtab/gsh_500m_new.zmp/params.txt +++ b/_Genshtab/gsh_500m_new.zmp/params.txt @@ -20,4 +20,4 @@ UseDwn=1 Sleep=0 DefHotKey=0 ContentType="image/jpeg" -MaxConnectToServerCount=1 \ No newline at end of file +MaxConnectToServerCount=10 \ No newline at end of file diff --git a/_historic/1902_kuban.zmp/GetUrlScript.txt b/_historic/1902_kuban.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_historic/1902_kuban.zmp/GetUrlScript.txt +++ b/_historic/1902_kuban.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_historic/1918_kuban_10v.zmp/GetUrlScript.txt b/_historic/1918_kuban_10v.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_historic/1918_kuban_10v.zmp/GetUrlScript.txt +++ b/_historic/1918_kuban_10v.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_historic/1925_maykop.zmp/GetUrlScript.txt b/_historic/1925_maykop.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_historic/1925_maykop.zmp/GetUrlScript.txt +++ b/_historic/1925_maykop.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_historic/1930_kuban.zmp/GetUrlScript.txt b/_historic/1930_kuban.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_historic/1930_kuban.zmp/GetUrlScript.txt +++ b/_historic/1930_kuban.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_historic/5v_kavk_1877.zmp/GetUrlScript.txt b/_historic/5v_kavk_1877.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_historic/5v_kavk_1877.zmp/GetUrlScript.txt +++ b/_historic/5v_kavk_1877.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_historic/Strelb10_1882.zmp/GetUrlScript.txt b/_historic/Strelb10_1882.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_historic/Strelb10_1882.zmp/GetUrlScript.txt +++ b/_historic/Strelb10_1882.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_historic/kuban_1v.zmp/GetUrlScript.txt b/_historic/kuban_1v.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_historic/kuban_1v.zmp/GetUrlScript.txt +++ b/_historic/kuban_1v.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt b/_tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt +++ b/_tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt b/_tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt +++ b/_tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_tourism/ergaki_aradan.zmp/GetUrlScript.txt b/_tourism/ergaki_aradan.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_tourism/ergaki_aradan.zmp/GetUrlScript.txt +++ b/_tourism/ergaki_aradan.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_tourism/fgup_sk_agp/fgu_sk_agp_all.zmp/GetUrlScript.txt b/_tourism/fgup_sk_agp/fgu_sk_agp_all.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_tourism/fgup_sk_agp/fgu_sk_agp_all.zmp/GetUrlScript.txt +++ b/_tourism/fgup_sk_agp/fgu_sk_agp_all.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_tourism/gosgeodesia/tourism1991.zmp/GetUrlScript.txt b/_tourism/gosgeodesia/tourism1991.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_tourism/gosgeodesia/tourism1991.zmp/GetUrlScript.txt +++ b/_tourism/gosgeodesia/tourism1991.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt b/_tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt +++ b/_tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_tourism/lcarta.zmp/GetUrlScript.txt b/_tourism/lcarta.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_tourism/lcarta.zmp/GetUrlScript.txt +++ b/_tourism/lcarta.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file diff --git a/_tourism/wkavkaz_kot.zmp/GetUrlScript.txt b/_tourism/wkavkaz_kot.zmp/GetUrlScript.txt index d9ec4571..ae7e6b5f 100644 --- a/_tourism/wkavkaz_kot.zmp/GetUrlScript.txt +++ b/_tourism/wkavkaz_kot.zmp/GetUrlScript.txt @@ -1,3 +1,4 @@ begin - ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; + GetURLBase[24]:=chr(ord('2')+random(4)); + ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg'; end. \ No newline at end of file