소스 검색

update zmp

master
sasgis 54 년 전
부모
커밋
79516ab202
7개의 변경된 파일14개의 추가작업 그리고 7개의 파일을 삭제
  1. +2
    -1
      Genshtab/karta_gsh_10km.zmp/GetUrlScript.txt
  2. +2
    -1
      Genshtab/karta_gsh_1km.zmp/GetUrlScript.txt
  3. +2
    -1
      Genshtab/karta_gsh_250m.zmp/GetUrlScript.txt
  4. +2
    -1
      Genshtab/karta_gsh_2km.zmp/GetUrlScript.txt
  5. +2
    -1
      Genshtab/karta_gsh_500m.zmp/GetUrlScript.txt
  6. +2
    -1
      Genshtab/karta_gsh_5km.zmp/GetUrlScript.txt
  7. +2
    -1
      history/5v_kavkaz.zmp/GetUrlScript.txt

+ 2
- 1
Genshtab/karta_gsh_10km.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.

+ 2
- 1
Genshtab/karta_gsh_1km.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.

+ 2
- 1
Genshtab/karta_gsh_250m.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.

+ 2
- 1
Genshtab/karta_gsh_2km.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.

+ 2
- 1
Genshtab/karta_gsh_500m.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.

+ 2
- 1
Genshtab/karta_gsh_5km.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.

+ 2
- 1
history/5v_kavkaz.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.

불러오는 중...
취소
저장