forked from sasgis/maps
update zmp
parent
88c3a76ade
commit
f0dc29385f
Genshtab
karta_gsh_10km.zmp
karta_gsh_1km.zmp
karta_gsh_250m.zmp
karta_gsh_2km.zmp
karta_gsh_500m.zmp
karta_gsh_5km.zmp
history/5v_kavkaz.zmp
|
@ -1,6 +1,6 @@
|
|||
var
|
||||
url : string;
|
||||
begin
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(10)) );
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(4)) );
|
||||
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
|
||||
end.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
var
|
||||
url : string;
|
||||
begin
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(10)) );
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(4)) );
|
||||
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
|
||||
end.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
var
|
||||
url : string;
|
||||
begin
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(10)) );
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(4)) );
|
||||
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
|
||||
end.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
var
|
||||
url : string;
|
||||
begin
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(10)) );
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(4)) );
|
||||
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
|
||||
end.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
var
|
||||
url : string;
|
||||
begin
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(10)) );
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(4)) );
|
||||
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
|
||||
end.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
var
|
||||
url : string;
|
||||
begin
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(10)) );
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(4)) );
|
||||
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
|
||||
end.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
var
|
||||
url : string;
|
||||
begin
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8082 + Random(10)) );
|
||||
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(6)) );
|
||||
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
|
||||
end.
|
||||
|
|
Loading…
Reference in New Issue