Procházet zdrojové kódy

update zmp

pull/1/head
sasbot před 3 roky
rodič
revize
8b0c8e0117
32 změnil soubory, kde provedl 142 přidání a 0 odebrání
  1. +0
    -0
      _Bing/Bing.map.zmp/18.bmp
  2. +0
    -0
      _Bing/Bing.map.zmp/24.bmp
  3. +0
    -0
      _Bing/Bing.map.zmp/GetUrlScript.txt
  4. +0
    -0
      _Bing/Bing.map.zmp/params.txt
  5. binární
      _Bing/VESatHybLabels.zmp/18.bmp
  6. binární
      _Bing/VESatHybLabels.zmp/24.bmp
  7. binární
      _Bing/VESatHybLabels.zmp/EmptyTiles/NA.png
  8. +39
    -0
      _Bing/VESatHybLabels.zmp/GetUrlScript.txt
  9. +21
    -0
      _Bing/VESatHybLabels.zmp/params.txt
  10. binární
      _Bing/VESatHybLines.zmp/18.bmp
  11. binární
      _Bing/VESatHybLines.zmp/24.bmp
  12. binární
      _Bing/VESatHybLines.zmp/EmptyTiles/NA.png
  13. +39
    -0
      _Bing/VESatHybLines.zmp/GetUrlScript.txt
  14. +21
    -0
      _Bing/VESatHybLines.zmp/params.txt
  15. binární
      _Nokia/here.traffic2.zmp/24.bmp
  16. +4
    -0
      _Nokia/here.traffic2.zmp/GetUrlScript.txt
  17. +18
    -0
      _Nokia/here.traffic2.zmp/params.txt
  18. +0
    -0
      _gis-gid/gis-gid.ru.borders.zmp/18.bmp
  19. +0
    -0
      _gis-gid/gis-gid.ru.borders.zmp/24.bmp
  20. +0
    -0
      _gis-gid/gis-gid.ru.borders.zmp/GetUrlScript.txt
  21. +0
    -0
      _gis-gid/gis-gid.ru.borders.zmp/info.txt
  22. +0
    -0
      _gis-gid/gis-gid.ru.borders.zmp/params.txt
  23. +0
    -0
      _gis-gid/gis-gid.ru.relief.zmp/18.bmp
  24. +0
    -0
      _gis-gid/gis-gid.ru.relief.zmp/24.bmp
  25. +0
    -0
      _gis-gid/gis-gid.ru.relief.zmp/GetUrlScript.txt
  26. +0
    -0
      _gis-gid/gis-gid.ru.relief.zmp/info.txt
  27. +0
    -0
      _gis-gid/gis-gid.ru.relief.zmp/params.txt
  28. +0
    -0
      _gis-gid/gis-gid.ru.zmp/18.bmp
  29. +0
    -0
      _gis-gid/gis-gid.ru.zmp/24.bmp
  30. +0
    -0
      _gis-gid/gis-gid.ru.zmp/GetUrlScript.txt
  31. +0
    -0
      _gis-gid/gis-gid.ru.zmp/info.txt
  32. +0
    -0
      _gis-gid/gis-gid.ru.zmp/params.txt

Bing.map.zmp/18.bmp → _Bing/Bing.map.zmp/18.bmp Zobrazit soubor


Bing.map.zmp/24.bmp → _Bing/Bing.map.zmp/24.bmp Zobrazit soubor


Bing.map.zmp/GetUrlScript.txt → _Bing/Bing.map.zmp/GetUrlScript.txt Zobrazit soubor


Bing.map.zmp/params.txt → _Bing/Bing.map.zmp/params.txt Zobrazit soubor


binární
_Bing/VESatHybLabels.zmp/18.bmp Zobrazit soubor

Před Za

binární
_Bing/VESatHybLabels.zmp/24.bmp Zobrazit soubor

Před Za

binární
_Bing/VESatHybLabels.zmp/EmptyTiles/NA.png Zobrazit soubor

Před Za
Šířka: 256  |  Výška: 256  |  Velikost: 1.0 KiB

+ 39
- 0
_Bing/VESatHybLabels.zmp/GetUrlScript.txt Zobrazit soubor

@@ -0,0 +1,39 @@
var res:string;
i:byte;
osX,osY,prX,prY:integer;
begin
res:='';
osX:=round(intpower(2,GetZ-1)) div 2;
osY:=round(intpower(2,GetZ-1)) div 2;
prX:=osX; prY:=osY;
for i:=2 to GetZ do
begin
prX:=prX div 2;
prY:=prY div 2;
if GetX<osX
then begin
osX:=osX-prX;
if GetY<osY then begin
osY:=osY-prY;
res:=res+'0';
end
else begin
osY:=osY+prY;
res:=res+'2';
end;
end
else begin
osX:=osX+prX;
if Gety<osy then begin
osY:=osY-prY;
res:=res+'1';
end
else begin
osY:=osY+prY;
res:=res+'3';
end;
end;
end;
ResultURL:=GetURLBase+res+'?mkt=ru-ru&it=Z,L';
end.

+ 21
- 0
_Bing/VESatHybLabels.zmp/params.txt Zobrazit soubor

@@ -0,0 +1,21 @@
[PARAMS]
pnum=51
GUID={9b2016b0-60e5-4106-8e13-a4465fcea1fa}
name=VESatHybLabels
asLayer=1
DefURLBase=http://ak.dynamic.t2.tiles.virtualearth.net/comp/ch/
projection=1
sradiusa=6378137
sradiusb=6378137
NameInCache=VESatHybLabels
separator=0
Ext=.png
UseDwn=1
Usestick=1
UseGenPrevious=1
Usedel=0
Usesave=1
UseAntiBan=0
Sleep=0
DefHotKey=48
ContentType=image/png

binární
_Bing/VESatHybLines.zmp/18.bmp Zobrazit soubor

Před Za

binární
_Bing/VESatHybLines.zmp/24.bmp Zobrazit soubor

Před Za

binární
_Bing/VESatHybLines.zmp/EmptyTiles/NA.png Zobrazit soubor

Před Za
Šířka: 256  |  Výška: 256  |  Velikost: 1.0 KiB

+ 39
- 0
_Bing/VESatHybLines.zmp/GetUrlScript.txt Zobrazit soubor

@@ -0,0 +1,39 @@
var res:string;
i:byte;
osX,osY,prX,prY:integer;
begin
res:='';
osX:=round(intpower(2,GetZ-1)) div 2;
osY:=round(intpower(2,GetZ-1)) div 2;
prX:=osX; prY:=osY;
for i:=2 to GetZ do
begin
prX:=prX div 2;
prY:=prY div 2;
if GetX<osX
then begin
osX:=osX-prX;
if GetY<osY then begin
osY:=osY-prY;
res:=res+'0';
end
else begin
osY:=osY+prY;
res:=res+'2';
end;
end
else begin
osX:=osX+prX;
if Gety<osy then begin
osY:=osY-prY;
res:=res+'1';
end
else begin
osY:=osY+prY;
res:=res+'3';
end;
end;
end;
ResultURL:=GetURLBase+res+'?mkt=ru-ru&it=Z,GF';
end.

+ 21
- 0
_Bing/VESatHybLines.zmp/params.txt Zobrazit soubor

@@ -0,0 +1,21 @@
[PARAMS]
pnum=51
GUID={de875863-0a3b-4593-9488-2b00ad9ca05a}
name=VESatHybLines
asLayer=1
DefURLBase=http://ak.dynamic.t2.tiles.virtualearth.net/comp/ch/
projection=1
sradiusa=6378137
sradiusb=6378137
NameInCache=VESatHybLines
separator=0
Ext=.png
UseDwn=1
Usestick=1
UseGenPrevious=1
Usedel=0
Usesave=1
UseAntiBan=0
Sleep=0
DefHotKey=48
ContentType=image/png

binární
_Nokia/here.traffic2.zmp/24.bmp Zobrazit soubor

Před Za

+ 4
- 0
_Nokia/here.traffic2.zmp/GetUrlScript.txt Zobrazit soubor

@@ -0,0 +1,4 @@
begin
ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8?app_id=xWVIueSv6JL0aJ5xqTxb&app_code=djPZyynKsbTjIUDOBcHZ2g';
end.

+ 18
- 0
_Nokia/here.traffic2.zmp/params.txt Zobrazit soubor

@@ -0,0 +1,18 @@
[PARAMS]
pnum=93
GUID={abd6a08b-084c-4168-b403-bd1ad504fb0b}
name=Here.com Traffic Tile2
ParentSubMenu=Here
ContentType=image/png,image/jpeg,image/pjpeg,image/x-png
DetectContentType=1
asLayer=1
DefURLBase=https://tiles.traffic.cit.api.here.com/traffic/6.0/tiles/
NameInCache=here.traffic2
EPSG=3785
separator=0
Ext=.png
UseDwn=1
Sleep=0
DefHotKey=
Version=RUS
CacheType=9

gis-gid.ru.borders.zmp/18.bmp → _gis-gid/gis-gid.ru.borders.zmp/18.bmp Zobrazit soubor


gis-gid.ru.borders.zmp/24.bmp → _gis-gid/gis-gid.ru.borders.zmp/24.bmp Zobrazit soubor


gis-gid.ru.borders.zmp/GetUrlScript.txt → _gis-gid/gis-gid.ru.borders.zmp/GetUrlScript.txt Zobrazit soubor


gis-gid.ru.borders.zmp/info.txt → _gis-gid/gis-gid.ru.borders.zmp/info.txt Zobrazit soubor


gis-gid.ru.borders.zmp/params.txt → _gis-gid/gis-gid.ru.borders.zmp/params.txt Zobrazit soubor


gis-gid.ru.relief.zmp/18.bmp → _gis-gid/gis-gid.ru.relief.zmp/18.bmp Zobrazit soubor


gis-gid.ru.relief.zmp/24.bmp → _gis-gid/gis-gid.ru.relief.zmp/24.bmp Zobrazit soubor


gis-gid.ru.relief.zmp/GetUrlScript.txt → _gis-gid/gis-gid.ru.relief.zmp/GetUrlScript.txt Zobrazit soubor


gis-gid.ru.relief.zmp/info.txt → _gis-gid/gis-gid.ru.relief.zmp/info.txt Zobrazit soubor


gis-gid.ru.relief.zmp/params.txt → _gis-gid/gis-gid.ru.relief.zmp/params.txt Zobrazit soubor


gis-gid.ru.zmp/18.bmp → _gis-gid/gis-gid.ru.zmp/18.bmp Zobrazit soubor


gis-gid.ru.zmp/24.bmp → _gis-gid/gis-gid.ru.zmp/24.bmp Zobrazit soubor


gis-gid.ru.zmp/GetUrlScript.txt → _gis-gid/gis-gid.ru.zmp/GetUrlScript.txt Zobrazit soubor


gis-gid.ru.zmp/info.txt → _gis-gid/gis-gid.ru.zmp/info.txt Zobrazit soubor


gis-gid.ru.zmp/params.txt → _gis-gid/gis-gid.ru.zmp/params.txt Zobrazit soubor


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