Procházet zdrojové kódy

update zmp

pull/1/head
sasbot před 3 roky
rodič
revize
1424cc3ae7
6 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +1
    -0
      GGC/karta_ggc_1km.zmp/GetUrlScript.txt
  2. +1
    -0
      GGC/karta_ggc_250m.zmp/GetUrlScript.txt
  3. +1
    -0
      GGC/karta_ggc_250m_png.zmp/GetUrlScript.txt
  4. +1
    -0
      GGC/karta_ggc_2km.zmp/GetUrlScript.txt
  5. +1
    -0
      GGC/karta_ggc_500m.zmp/GetUrlScript.txt
  6. +1
    -0
      GGC/karta_ggc_all.zmp/GetUrlScript.txt

+ 1
- 0
GGC/karta_ggc_1km.zmp/GetUrlScript.txt Zobrazit soubor

@@ -34,6 +34,7 @@ begin
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
2: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088/pub', 'http://map.zeskmi.ru');
end;
// Проверяем наличие масштаба


+ 1
- 0
GGC/karta_ggc_250m.zmp/GetUrlScript.txt Zobrazit soubor

@@ -34,6 +34,7 @@ begin
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, '91.237.82.95:8088/pub/ggc', 't.caucasia.ru:80');
2: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088/pub', 'http://map.zeskmi.ru');
end;
// Проверяем наличие масштаба


+ 1
- 0
GGC/karta_ggc_250m_png.zmp/GetUrlScript.txt Zobrazit soubor

@@ -34,6 +34,7 @@ begin
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
2: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088/pub', 'http://map.zeskmi.ru');
end;
// Проверяем наличие масштаба


+ 1
- 0
GGC/karta_ggc_2km.zmp/GetUrlScript.txt Zobrazit soubor

@@ -34,6 +34,7 @@ begin
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
2: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088/pub', 'http://map.zeskmi.ru');
end;
// Проверяем наличие масштаба


+ 1
- 0
GGC/karta_ggc_500m.zmp/GetUrlScript.txt Zobrazit soubor

@@ -34,6 +34,7 @@ begin
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
2: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088/pub', 'http://map.zeskmi.ru');
end;
// Проверяем наличие масштаба


+ 1
- 0
GGC/karta_ggc_all.zmp/GetUrlScript.txt Zobrazit soubor

@@ -11,6 +11,7 @@ begin
case r of
0: BaseUrl := GetURLBase;
1: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088', 'https://maps.melda.ru');
2: BaseUrl := RegExprReplaceMatchSubStr(GetURLBase, 'http://91.237.82.95:8088/pub', 'http://map.zeskmi.ru');
end;
if GetZ < 13 then


Načítá se…
Zrušit
Uložit