Browse Source

update zmp

pull/1/head
sasbot 3 years ago
parent
commit
1c12fa6cea
22 changed files with 146 additions and 0 deletions
  1. BIN
      _Nokia/Nokia.Satellite.Recent.zmp/EmptyTiles/stg.lbsp.navteq.com.png
  2. BIN
      _Nokia/Nokia.Satellite.Standard.zmp/EmptyTiles/stg.lbsp.navteq.com.png
  3. BIN
      _Nokia/here.com.hybrid.zmp/24.bmp
  4. +6
    -0
      _Nokia/here.com.hybrid.zmp/GetUrlScript.txt
  5. +2
    -0
      _Nokia/here.com.hybrid.zmp/info.txt
  6. +21
    -0
      _Nokia/here.com.hybrid.zmp/params.txt
  7. BIN
      _Nokia/here.com.map.zmp/24.bmp
  8. +6
    -0
      _Nokia/here.com.map.zmp/GetUrlScript.txt
  9. +2
    -0
      _Nokia/here.com.map.zmp/info.txt
  10. +21
    -0
      _Nokia/here.com.map.zmp/params.txt
  11. BIN
      _Nokia/here.com.sat.zmp/24.bmp
  12. +6
    -0
      _Nokia/here.com.sat.zmp/GetUrlScript.txt
  13. +2
    -0
      _Nokia/here.com.sat.zmp/info.txt
  14. +21
    -0
      _Nokia/here.com.sat.zmp/params.txt
  15. BIN
      _Nokia/here.com.terrain.zmp/24.bmp
  16. +6
    -0
      _Nokia/here.com.terrain.zmp/GetUrlScript.txt
  17. +2
    -0
      _Nokia/here.com.terrain.zmp/info.txt
  18. +21
    -0
      _Nokia/here.com.terrain.zmp/params.txt
  19. BIN
      _Nokia/here.com.traffic.zmp/24.bmp
  20. +6
    -0
      _Nokia/here.com.traffic.zmp/GetUrlScript.txt
  21. +2
    -0
      _Nokia/here.com.traffic.zmp/info.txt
  22. +22
    -0
      _Nokia/here.com.traffic.zmp/params.txt

BIN
_Nokia/Nokia.Satellite.Recent.zmp/EmptyTiles/stg.lbsp.navteq.com.png View File

Before After
Width: 256  |  Height: 256  |  Size: 5.4 KiB

BIN
_Nokia/Nokia.Satellite.Standard.zmp/EmptyTiles/stg.lbsp.navteq.com.png View File

Before After
Width: 256  |  Height: 256  |  Size: 5.4 KiB

BIN
_Nokia/here.com.hybrid.zmp/24.bmp View File

Before After

+ 6
- 0
_Nokia/here.com.hybrid.zmp/GetUrlScript.txt View File

@@ -0,0 +1,6 @@
var
maptile: string;
begin
maptile := RegExprReplaceMatchSubStr(GetURLBase, '1.\maps\.nlp', inttostr( Random(3)+1 )+'.maps.nlp' );
ResultURL:=maptile+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8?lg=' + Version + '&app_id=SqE1xcSngCd3m4a1zEGb&token=r0sR1DzqDkS6sDnh902FWQ&xnlp=CL_JSMv2.5.0.3,SID_34725629-4FBE-4EA5-A2AB-52EA24DEA26F';
end.

+ 2
- 0
_Nokia/here.com.hybrid.zmp/info.txt View File

@@ -0,0 +1,2 @@
Here.com - Hybrid<br>
<a href="http://here.com/">http://here.com/</a>

+ 21
- 0
_Nokia/here.com.hybrid.zmp/params.txt View File

@@ -0,0 +1,21 @@
[PARAMS]
pnum=6
GUID={9A360A51-7A74-4003-8A12-D670BD739B7B}
name=Ãèáðèä Here.com
name_en=Here.com Hybrid
name_uk=Ãèáðèä Here.com
ParentSubMenu=Nokia
ParentSubMenu_en=Nokia
ParentSubMenu_uk=Nokia
ContentType=image/png
asLayer=0
DefURLBase=http://1.maps.nlp.nokia.com/maptile/2.1/maptile/d3617790e3/hybrid.day/
NameInCache=here.com.hybrid
EPSG=3785
separator=0
Ext=.png
UseDwn=1
Sleep=0
DefHotKey=
Version=RUS

BIN
_Nokia/here.com.map.zmp/24.bmp View File

Before After

+ 6
- 0
_Nokia/here.com.map.zmp/GetUrlScript.txt View File

@@ -0,0 +1,6 @@
var
maptile: string;
begin
maptile := RegExprReplaceMatchSubStr(GetURLBase, '1.\maps\.nlp', inttostr( Random(3)+1 )+'.maps.nlp' );
ResultURL:=maptile+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8?lg=' + Version + '&app_id=SqE1xcSngCd3m4a1zEGb&token=r0sR1DzqDkS6sDnh902FWQ&xnlp=CL_JSMv2.5.0.3,SID_34725629-4FBE-4EA5-A2AB-52EA24DEA26F';
end.

+ 2
- 0
_Nokia/here.com.map.zmp/info.txt View File

@@ -0,0 +1,2 @@
Here.com - Map<br>
<a href="http://here.com/">http://here.com/</a>

+ 21
- 0
_Nokia/here.com.map.zmp/params.txt View File

@@ -0,0 +1,21 @@
[PARAMS]
pnum=6
GUID={9A360A51-7A74-4001-8A12-D670BD739B7B}
name=Êàðòà Here.com
name_en=Here.com Map
name_uk=Êàðòà Here.com
ParentSubMenu=Nokia
ParentSubMenu_en=Nokia
ParentSubMenu_uk=Nokia
ContentType=image/png
asLayer=0
DefURLBase=http://1.maps.nlp.nokia.com/maptile/2.1/maptile/d3617790e3/normal.day/
NameInCache=here.com.map
EPSG=3785
separator=0
Ext=.png
UseDwn=1
Sleep=0
DefHotKey=
Version=RUS

BIN
_Nokia/here.com.sat.zmp/24.bmp View File

Before After

+ 6
- 0
_Nokia/here.com.sat.zmp/GetUrlScript.txt View File

@@ -0,0 +1,6 @@
var
maptile: string;
begin
maptile := RegExprReplaceMatchSubStr(GetURLBase, '1.\maps\.nlp', inttostr( Random(3)+1 )+'.maps.nlp' );
ResultURL:=maptile+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8?lg=' + Version + '&app_id=SqE1xcSngCd3m4a1zEGb&token=r0sR1DzqDkS6sDnh902FWQ&xnlp=CL_JSMv2.5.0.3,SID_34725629-4FBE-4EA5-A2AB-52EA24DEA26F';
end.

+ 2
- 0
_Nokia/here.com.sat.zmp/info.txt View File

@@ -0,0 +1,2 @@
Here.com - Sat<br>
<a href="http://here.com/">http://here.com/</a>

+ 21
- 0
_Nokia/here.com.sat.zmp/params.txt View File

@@ -0,0 +1,21 @@
[PARAMS]
pnum=6
GUID={9A360A51-7A74-4004-8A12-D670BD739B7B}
name=Ñïóòíèê Here.com
name_en=Here.com Sat
name_uk=Ñïóòíèê Here.com
ParentSubMenu=Nokia
ParentSubMenu_en=Nokia
ParentSubMenu_uk=Nokia
ContentType=image/png
asLayer=0
DefURLBase=http://1.maps.nlp.nokia.com/maptile/2.1/maptile/d3617790e3/satellite.day/
NameInCache=here.com.satellite
EPSG=3785
separator=0
Ext=.png
UseDwn=1
Sleep=0
DefHotKey=
Version=RUS

BIN
_Nokia/here.com.terrain.zmp/24.bmp View File

Before After

+ 6
- 0
_Nokia/here.com.terrain.zmp/GetUrlScript.txt View File

@@ -0,0 +1,6 @@
var
maptile: string;
begin
maptile := RegExprReplaceMatchSubStr(GetURLBase, '1.\maps\.nlp', inttostr( Random(3)+1 )+'.maps.nlp' );
ResultURL:=maptile+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8?lg=' + Version + '&app_id=SqE1xcSngCd3m4a1zEGb&token=r0sR1DzqDkS6sDnh902FWQ&xnlp=CL_JSMv2.5.0.3,SID_34725629-4FBE-4EA5-A2AB-52EA24DEA26F';
end.

+ 2
- 0
_Nokia/here.com.terrain.zmp/info.txt View File

@@ -0,0 +1,2 @@
Here.com - Terrain<br>
<a href="http://here.com/">http://here.com/</a>

+ 21
- 0
_Nokia/here.com.terrain.zmp/params.txt View File

@@ -0,0 +1,21 @@
[PARAMS]
pnum=6
GUID={9A360A51-7A74-4005-8A12-D670BD739B7B}
name=Ëàíäøàôò Here.com
name_en=Here.com Terrain
name_uk=Ëàíäøàôò Here.com
ParentSubMenu=Nokia
ParentSubMenu_en=Nokia
ParentSubMenu_uk=Nokia
ContentType=image/png
asLayer=0
DefURLBase=http://1.maps.nlp.nokia.com/maptile/2.1/maptile/d3617790e3/terrain.day/
NameInCache=here.com.terrain
EPSG=3785
separator=0
Ext=.png
UseDwn=1
Sleep=0
DefHotKey=
Version=RUS

BIN
_Nokia/here.com.traffic.zmp/24.bmp View File

Before After

+ 6
- 0
_Nokia/here.com.traffic.zmp/GetUrlScript.txt View File

@@ -0,0 +1,6 @@
var
maptile: string;
begin
maptile := RegExprReplaceMatchSubStr(GetURLBase, '1.\maps\.nlp', inttostr( Random(3)+1 )+'.maps.nlp' );
ResultURL:=maptile+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8?tprof=PrtlHere&lg=' + Version + '&app_id=SqE1xcSngCd3m4a1zEGb&token=r0sR1DzqDkS6sDnh902FWQ&xnlp=CL_JSMv2.5.0.3,SID_34725629-4FBE-4EA5-A2AB-52EA24DEA26F';
end.

+ 2
- 0
_Nokia/here.com.traffic.zmp/info.txt View File

@@ -0,0 +1,2 @@
Here.com - Map with traffic<br>
<a href="http://here.com/">http://here.com/</a>

+ 22
- 0
_Nokia/here.com.traffic.zmp/params.txt View File

@@ -0,0 +1,22 @@
[PARAMS]
pnum=6
GUID={9A360A51-7A74-4002-8A12-D670BD739B7B}
name=Ïðîáêè Here.com
name_en=Here.com Traffic
name_uk=Ïðîáêè Here.com
ParentSubMenu=Nokia
ParentSubMenu_en=Nokia
ParentSubMenu_uk=Nokia
ContentType=image/png
asLayer=0
DefURLBase=http://maps.nlp.nokia.com/maptile/2.1/traffictile/newest/normal.day/
NameInCache=here.com.traffic
EPSG=3785
separator=0
Ext=.png
UseDwn=1
Sleep=0
DefHotKey=
Version=RUS
CacheType=9

Loading…
Cancel
Save