diff --git a/_Genshtab/ggc/karta_ggc_all.zmp/GetUrlScript.txt b/_Genshtab/ggc/karta_ggc_all.zmp/GetUrlScript.txt index cc1db2a6..4fc80100 100644 --- a/_Genshtab/ggc/karta_ggc_all.zmp/GetUrlScript.txt +++ b/_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 diff --git a/_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt b/_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt index de40ed34..52c6241d 100644 --- a/_Genshtab/gsh_500m_new.zmp/GetUrlScript.txt +++ b/_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; diff --git a/_tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt b/_tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/TyanShan/TyanShan.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt b/_tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/TyanShan/tyan_shan.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/altay_katun_chui.zmp/GetUrlScript.txt b/_tourism/altay_katun_chui.zmp/GetUrlScript.txt index c5dcd226..381b6ad8 100644 --- a/_tourism/altay_katun_chui.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/cencaumap.zmp/GetUrlScript.txt b/_tourism/cencaumap.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/cencaumap.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/crimea/crimea.zmp/GetUrlScript.txt b/_tourism/crimea/crimea.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/crimea/crimea.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/crimea/krim.zmp/GetUrlScript.txt b/_tourism/crimea/krim.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/crimea/krim.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/ergaki_aradan.zmp/GetUrlScript.txt b/_tourism/ergaki_aradan.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/ergaki_aradan.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба 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 4f971180..607d9e8f 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 @@ -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; // Проверяем наличие масштаба diff --git a/_tourism/gosgeodesia/tourism1991.zmp/GetUrlScript.txt b/_tourism/gosgeodesia/tourism1991.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/gosgeodesia/tourism1991.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/hibin1lp.zmp/GetUrlScript.txt b/_tourism/hibin1lp.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/hibin1lp.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/hibin2lvch.zmp/GetUrlScript.txt b/_tourism/hibin2lvch.zmp/GetUrlScript.txt index c5dcd226..381b6ad8 100644 --- a/_tourism/hibin2lvch.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/hibin4ae.zmp/GetUrlScript.txt b/_tourism/hibin4ae.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/hibin4ae.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt b/_tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/hrebtovka_elbrus.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/kazbegi.zmp/GetUrlScript.txt b/_tourism/kazbegi.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/kazbegi.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/kyrgyz.zmp/GetUrlScript.txt b/_tourism/kyrgyz.zmp/GetUrlScript.txt index 1f0d7199..e8f606ca 100644 --- a/_tourism/kyrgyz.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/lcarta.zmp/GetUrlScript.txt b/_tourism/lcarta.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/lcarta.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/slazav.map_hr.zmp/GetUrlScript.txt b/_tourism/slazav.map_hr.zmp/GetUrlScript.txt index c5dcd226..381b6ad8 100644 --- a/_tourism/slazav.map_hr.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/soucaumap.zmp/GetUrlScript.txt b/_tourism/soucaumap.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/soucaumap.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/turkey/aladaglar.zmp/GetUrlScript.txt b/_tourism/turkey/aladaglar.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/turkey/aladaglar.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/ukraine/karpaty.zmp/GetUrlScript.txt b/_tourism/ukraine/karpaty.zmp/GetUrlScript.txt index 06ff44d5..607d9e8f 100644 --- a/_tourism/ukraine/karpaty.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/westcaumap.zmp/GetUrlScript.txt b/_tourism/westcaumap.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/westcaumap.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба diff --git a/_tourism/wkavkaz_kot.zmp/GetUrlScript.txt b/_tourism/wkavkaz_kot.zmp/GetUrlScript.txt index 4f971180..607d9e8f 100644 --- a/_tourism/wkavkaz_kot.zmp/GetUrlScript.txt +++ b/_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; // Проверяем наличие масштаба