S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
dmvlpol
/
maps
rozštěpen z
sasgis/maps
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
update zmp
undefined
sasgis
před 19 roky
rodič
d5e7d6d069
revize
ba6ee85080
2 změnil soubory
, kde provedl
13 přidání
a
3 odebrání
Jednotný pohled
Diff Options
Zobrazit statistiky
Stáhněte soubor opravy
Stáhněte rozdílový soubor
+12
-2
_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt
+1
-1
_tourism/altay_katun_chui.zmp/GetUrlScript.txt
+ 12
- 2
_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt
Zobrazit soubor
@@ -1,3 +1,13 @@
var
r: integer;
BaseUrl: string;
begin
begin
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.
r := random(2);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088/pub', 'maps.melda.ru');
end;
ResultURL:= BaseUrl+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.
+ 1
- 1
_tourism/altay_katun_chui.zmp/GetUrlScript.txt
Zobrazit soubor
@@ -9,5 +9,5 @@ begin
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088/pub', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088/pub', 'maps.melda.ru');
end;
end;
ResultURL:= BaseUrl+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.
j
pg';
ResultURL:= BaseUrl+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.p
n
g';
end.
end.
Zapsat
Náhled
Načítá se…
Zrušit
Uložit