Browse Source

update zmp

master
sasgis 54 years ago
parent
commit
b3e9058efd
26 changed files with 26 additions and 65 deletions
  1. +1
    -4
      _historic/1902_kuban.zmp/GetUrlScript.txt
  2. +1
    -1
      _historic/1902_kuban.zmp/params.txt
  3. +1
    -4
      _historic/1918_kuban_10v.zmp/GetUrlScript.txt
  4. +1
    -1
      _historic/1918_kuban_10v.zmp/params.txt
  5. +1
    -4
      _historic/1925_maykop.zmp/GetUrlScript.txt
  6. +1
    -1
      _historic/1925_maykop.zmp/params.txt
  7. +1
    -4
      _historic/1930_kuban.zmp/GetUrlScript.txt
  8. +1
    -1
      _historic/1930_kuban.zmp/params.txt
  9. +1
    -4
      _historic/1942_osteuropa.zmp/GetUrlScript.txt
  10. +1
    -1
      _historic/1942_osteuropa.zmp/params.txt
  11. +1
    -4
      _historic/1v_krim.zmp/GetUrlScript.txt
  12. +1
    -1
      _historic/1v_krim.zmp/params.txt
  13. +1
    -4
      _historic/5v_kavk_1877.zmp/GetUrlScript.txt
  14. +1
    -1
      _historic/5v_kavk_1877.zmp/params.txt
  15. +1
    -4
      _historic/Strelb10_1882.zmp/GetUrlScript.txt
  16. +1
    -1
      _historic/Strelb10_1882.zmp/params.txt
  17. +1
    -4
      _historic/Strelb10_1919.zmp/GetUrlScript.txt
  18. +1
    -1
      _historic/Strelb10_1919.zmp/params.txt
  19. +1
    -4
      _historic/eng_5v_kavkaz.zmp/GetUrlScript.txt
  20. +1
    -1
      _historic/eng_5v_kavkaz.zmp/params.txt
  21. +1
    -4
      _historic/kuban_1v.zmp/GetUrlScript.txt
  22. +1
    -1
      _historic/kuban_1v.zmp/params.txt
  23. +1
    -4
      _historic/rkka_kavkaz.zmp/GetUrlScript.txt
  24. +1
    -1
      _historic/rkka_kavkaz.zmp/params.txt
  25. +1
    -4
      _historic/wwII-ug.zmp/GetUrlScript.txt
  26. +1
    -1
      _historic/wwII-ug.zmp/params.txt

+ 1
- 4
_historic/1902_kuban.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/1902_kuban.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=Kuban 1902
ParentSubMenu_ru=Èñòîðè÷åñêèå\Êàâêàç
ParentSubMenu=Historic\Kavkaz
ParentSubMenu_uk=²ñòîðè÷í³\Êàâêàç
DefURLBase=http://91.237.82.95:8082/1902_kuban/
DefURLBase=http://91.237.82.95:8088/pub/historic/1902_kuban/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/1918_kuban_10v.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/1918_kuban_10v.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=Kuban 10-v (1918)
ParentSubMenu_ru=Èñòîðè÷åñêèå\Êàâêàç
ParentSubMenu=Historic\Kavkaz
ParentSubMenu_uk=²ñòîðè÷í³\Êàâêàç
DefURLBase=http://91.237.82.95:8082/1918_kuban_10v/
DefURLBase=http://91.237.82.95:8088/pub/historic/1918_kuban_10v/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/1925_maykop.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/1925_maykop.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=Maykop 1925
ParentSubMenu_ru=Èñòîðè÷åñêèå\Êàâêàç
ParentSubMenu=Historic\Kavkaz
ParentSubMenu_uk=²ñòîðè÷í³\Êàâêàç
DefURLBase=http://91.237.82.95:8082/1925_maykop/
DefURLBase=http://91.237.82.95:8088/pub/historic/1925_maykop/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/1930_kuban.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/1930_kuban.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=Kuban 1930
ParentSubMenu_ru=Èñòîðè÷åñêèå\Êàâêàç
ParentSubMenu=Historic\Kavkaz
ParentSubMenu_uk=²ñòîðè÷í³\Êàâêàç
DefURLBase=http://91.237.82.95:8082/1930_kuban/
DefURLBase=http://91.237.82.95:8088/pub/historic/1930_kuban/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/1942_osteuropa.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/1942_osteuropa.zmp/params.txt View File

@@ -4,7 +4,7 @@ GUID={BCE4BD85-11CE-48ED-B966-0BBB21BEF2C7}
name_ru=Íĺěĺöęčé Ăĺířňŕá 1942 (1:30000)
name=German Genshtab 1942 (1:30000)
NameInCache=1942_osteuropa
DefURLBase=http://91.237.82.95:8082/1942_osteuropa/
DefURLBase=http://91.237.82.95:8088/pub/historic/1942_osteuropa/
Ext=.jpg
projection=1
sradiusa=6378137


+ 1
- 4
_historic/1v_krim.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/1v_krim.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=1v Krim
ParentSubMenu_ru=Èñòîðè÷åñêèå
ParentSubMenu=Historic
ParentSubMenu_uk=²ñòîðè÷í³
DefURLBase=http://91.237.82.95:8082/1v_krim/
DefURLBase=http://91.237.82.95:8088/pub/historic/1v_krim/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/5v_kavk_1877.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/5v_kavk_1877.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=5v map of Kavkaz (1877)
ParentSubMenu_ru=Èñòîðè÷åñêèå\Êàâêàç
ParentSubMenu=Historic\Kavkaz
ParentSubMenu_uk=²ñòîðè÷í³\Êàâêàç
DefURLBase=http://91.237.82.95:8082/5v_kavk_1877/
DefURLBase=http://91.237.82.95:8088/pub/historic/5v_kavk_1877/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/Strelb10_1882.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/Strelb10_1882.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=10v Strelbitskiy
ParentSubMenu_ru=Èñòîðè÷åñêèå
ParentSubMenu=Historic
ParentSubMenu_uk=²ñòîðè÷í³
DefURLBase=http://91.237.82.95:8082/strelb_10_1882/
DefURLBase=http://91.237.82.95:8088/pub/historic/strelb_10_1882/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/Strelb10_1919.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/Strelb10_1919.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=10v Strelbitskiy 1919
ParentSubMenu_ru=Èñòîðè÷åñêèå
ParentSubMenu=Historic
ParentSubMenu_uk=²ñòîðè÷í³
DefURLBase=http://91.237.82.95:8082/strelb_10_1919/
DefURLBase=http://91.237.82.95:8088/pub/historic/strelb_10_1919/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/eng_5v_kavkaz.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/eng_5v_kavkaz.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=Kavkaz 5v 1941-1948 (ENG)
ParentSubMenu_ru=Èñòîðè÷åñêèå\Êàâêàç
ParentSubMenu=Historic\Kavkaz
ParentSubMenu_uk=²ñòîðè÷í³\Êàâêàç
DefURLBase=http://91.237.82.95:8082/eng_5v_kavkaz/
DefURLBase=http://91.237.82.95:8088/pub/historic/eng_5v_kavkaz/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/kuban_1v.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/kuban_1v.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=1v Geologic map of Kuban (1908-1912)
ParentSubMenu_ru=Èñòîðè÷åñêèå\Êàâêàç
ParentSubMenu=Historic
ParentSubMenu_uk=²ñòîðè÷í³
DefURLBase=http://91.237.82.95:8082/kuban_1v/
DefURLBase=http://91.237.82.95:8088/pub/historic/kuban_1v/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/rkka_kavkaz.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/rkka_kavkaz.zmp/params.txt View File

@@ -6,7 +6,7 @@ name_ru=
ParentSubMenu=Historic\Kavkaz
ParentSubMenu_ru=Èñòîðè÷åñêèå\Êàâêàç
ParentSubMenu_uk=²ñòîðè÷í³\Êàâêàç
DefURLBase=http://91.237.82.95:8082/rkka_kavkaz/
DefURLBase=http://91.237.82.95:8088/pub/historic/rkka/
projection=1
sradiusa=6378137
sradiusb=6378137


+ 1
- 4
_historic/wwII-ug.zmp/GetUrlScript.txt View File

@@ -1,6 +1,3 @@
var
url : string;
begin
url := RegExprReplaceMatchSubStr( GetURLBase, '8082', inttostr(8084 + Random(8)) );
ResultURL := URL+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.jpg';
ResultURL:=GetURLBase+'z'+inttostr(getz)+'/'+inttostr(getx div 1024)+'/x'+inttostr(getx)+'/'+inttostr(gety div 1024)+'/y'+inttostr(gety)+'.jpg';
end.

+ 1
- 1
_historic/wwII-ug.zmp/params.txt View File

@@ -6,7 +6,7 @@ name=German Aero-Foto
ParentSubMenu_ru=Èñòîðè÷åñêèå
ParentSubMenu=Historic
ParentSubMenu_uk=²ñòîðè÷í³
DefURLBase=http://91.237.82.95:8082/wwii-ug/
DefURLBase=http://91.237.82.95:8088/pub/historic/wwii-ug/
projection=1
sradiusa=6378137
sradiusb=6378137


Loading…
Cancel
Save