浏览代码

update zmp

pull/1/head
sasbot 3 年前
父节点
当前提交
743a4a3b37
共有 24 个文件被更改,包括 209 次插入124 次删除
  1. +4
    -4
      _Genshtab/ggc/karta_ggc_all.zmp/GetUrlScript.txt
  2. +7
    -7
      _Genshtab/gsh_500m_new.zmp/GetUrlScript.txt
  3. +9
    -5
      _tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt
  4. +9
    -5
      _tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt
  5. +9
    -5
      _tourism/altay_katun_chui.zmp/GetUrlScript.txt
  6. +9
    -5
      _tourism/cencaumap.zmp/GetUrlScript.txt
  7. +9
    -5
      _tourism/crimea/crimea.zmp/GetUrlScript.txt
  8. +9
    -5
      _tourism/crimea/krim.zmp/GetUrlScript.txt
  9. +9
    -5
      _tourism/ergaki_aradan.zmp/GetUrlScript.txt
  10. +9
    -5
      _tourism/fgup_sk_agp/fgu_sk_agp_all.zmp/GetUrlScript.txt
  11. +9
    -5
      _tourism/gosgeodesia/tourism1991.zmp/GetUrlScript.txt
  12. +9
    -5
      _tourism/hibin1lp.zmp/GetUrlScript.txt
  13. +9
    -5
      _tourism/hibin2lvch.zmp/GetUrlScript.txt
  14. +9
    -5
      _tourism/hibin4ae.zmp/GetUrlScript.txt
  15. +9
    -5
      _tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt
  16. +9
    -5
      _tourism/kazbegi.zmp/GetUrlScript.txt
  17. +10
    -6
      _tourism/kyrgyz.zmp/GetUrlScript.txt
  18. +9
    -5
      _tourism/lcarta.zmp/GetUrlScript.txt
  19. +9
    -5
      _tourism/slazav.map_hr.zmp/GetUrlScript.txt
  20. +9
    -5
      _tourism/soucaumap.zmp/GetUrlScript.txt
  21. +9
    -5
      _tourism/turkey/aladaglar.zmp/GetUrlScript.txt
  22. +8
    -7
      _tourism/ukraine/karpaty.zmp/GetUrlScript.txt
  23. +9
    -5
      _tourism/westcaumap.zmp/GetUrlScript.txt
  24. +9
    -5
      _tourism/wkavkaz_kot.zmp/GetUrlScript.txt

+ 4
- 4
_Genshtab/ggc/karta_ggc_all.zmp/GetUrlScript.txt 查看文件

@@ -2,15 +2,15 @@ var
r: integer;
BaseUrl: string;
begin
// Выбор зеркала , если не указана версия
if version = '' then
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
if GetZ < 13 then


+ 7
- 7
_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,15 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала , если не указана версия
if version = '' then
r := random(3)
else
// Выбор зеркала, если не указана версия
if version = '' then
r := random(3)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
2: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088/pub/genshtab', 't.caucasia.ru:80');
end;


+ 9
- 5
_tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/altay_katun_chui.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/cencaumap.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/crimea/crimea.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/crimea/krim.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/ergaki_aradan.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/fgup_sk_agp/fgu_sk_agp_all.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/gosgeodesia/tourism1991.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/hibin1lp.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/hibin2lvch.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/hibin4ae.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/kazbegi.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 10
- 6
_tourism/kyrgyz.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,12 +25,16 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
// r := random(2);
r := 0;
// Выбор зеркала, если не указана версия
if version = '' then
// r := random(2)
r := 0
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
// 1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/lcarta.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/slazav.map_hr.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/soucaumap.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/turkey/aladaglar.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 8
- 7
_tourism/ukraine/karpaty.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,14 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
if version = '' then
r := random(3)
else
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/westcaumap.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


+ 9
- 5
_tourism/wkavkaz_kot.zmp/GetUrlScript.txt 查看文件

@@ -6,8 +6,8 @@ begin
Result := 1;
if Assigned(Downloader) then begin
VResponseHeader := '';
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
VResponseData := '';
VResponseCode := Downloader.DoHttpRequest(url, '', '', VResponseHeader, VResponseData);
Result := VResponseCode;
end;
end;
@@ -25,11 +25,15 @@ begin
// Масштаба нет - говорить не о чем
if getz >= z_no then exit;
// Выбор зеркала
r := random(2);
// Выбор зеркала, если не указана версия
if version = '' then
r := random(2)
else
r := StrToInt(version);
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088', 'maps.melda.ru');
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
end;
// Проверяем наличие масштаба


正在加载...
取消
保存