From f2e2591371444c99ce2f7a106a9dd4b513c3d49d Mon Sep 17 00:00:00 2001
From: sasgis <>
Date: Sat, 12 Dec 1970 12:00:00 +0000
Subject: [PATCH] update zmp

---
 {ovi_land.zmp => _Ovi/ovi_hyb.zmp}/18.bmp     | Bin
 {ovi_land.zmp => _Ovi/ovi_hyb.zmp}/24.bmp     | Bin
 _Ovi/ovi_hyb.zmp/GetUrlScript.txt             |   3 ++
 _Ovi/ovi_hyb.zmp/info.txt                     |   1 +
 _Ovi/ovi_hyb.zmp/params.txt                   |  27 ++++++++++++++++++
 {ovi_sat.zmp => _Ovi/ovi_land.zmp}/18.bmp     | Bin
 {ovi_sat.zmp => _Ovi/ovi_land.zmp}/24.bmp     | Bin
 _Ovi/ovi_land.zmp/GetUrlScript.txt            |   3 ++
 _Ovi/ovi_land.zmp/info.txt                    |   1 +
 .../ovi_land.zmp}/params.txt                  |   6 ++--
 {ovi_map.zmp => _Ovi/ovi_map.zmp}/18.bmp      | Bin
 {ovi_map.zmp => _Ovi/ovi_map.zmp}/24.bmp      | Bin
 _Ovi/ovi_map.zmp/GetUrlScript.txt             |   3 ++
 _Ovi/ovi_map.zmp/info.txt                     |   1 +
 {ovi_map.zmp => _Ovi/ovi_map.zmp}/params.txt  |   6 ++--
 _Ovi/ovi_sat.zmp/18.bmp                       | Bin 0 -> 1062 bytes
 _Ovi/ovi_sat.zmp/24.bmp                       | Bin 0 -> 1782 bytes
 _Ovi/ovi_sat.zmp/GetUrlScript.txt             |   3 ++
 _Ovi/ovi_sat.zmp/info.txt                     |   1 +
 {ovi_sat.zmp => _Ovi/ovi_sat.zmp}/params.txt  |   8 ++++--
 ovi_land.zmp/GetUrlScript.txt                 |   3 --
 ovi_land.zmp/params.BAK                       |  23 ---------------
 ovi_map.zmp/GetUrlScript.txt                  |   3 --
 ovi_map.zmp/params.BAK                        |  23 ---------------
 ovi_sat.zmp/GetUrlScript.txt                  |   3 --
 25 files changed, 56 insertions(+), 62 deletions(-)
 rename {ovi_land.zmp => _Ovi/ovi_hyb.zmp}/18.bmp (100%)
 rename {ovi_land.zmp => _Ovi/ovi_hyb.zmp}/24.bmp (100%)
 create mode 100644 _Ovi/ovi_hyb.zmp/GetUrlScript.txt
 create mode 100644 _Ovi/ovi_hyb.zmp/info.txt
 create mode 100644 _Ovi/ovi_hyb.zmp/params.txt
 rename {ovi_sat.zmp => _Ovi/ovi_land.zmp}/18.bmp (100%)
 rename {ovi_sat.zmp => _Ovi/ovi_land.zmp}/24.bmp (100%)
 create mode 100644 _Ovi/ovi_land.zmp/GetUrlScript.txt
 create mode 100644 _Ovi/ovi_land.zmp/info.txt
 rename {ovi_land.zmp => _Ovi/ovi_land.zmp}/params.txt (62%)
 rename {ovi_map.zmp => _Ovi/ovi_map.zmp}/18.bmp (100%)
 rename {ovi_map.zmp => _Ovi/ovi_map.zmp}/24.bmp (100%)
 create mode 100644 _Ovi/ovi_map.zmp/GetUrlScript.txt
 create mode 100644 _Ovi/ovi_map.zmp/info.txt
 rename {ovi_map.zmp => _Ovi/ovi_map.zmp}/params.txt (63%)
 create mode 100644 _Ovi/ovi_sat.zmp/18.bmp
 create mode 100644 _Ovi/ovi_sat.zmp/24.bmp
 create mode 100644 _Ovi/ovi_sat.zmp/GetUrlScript.txt
 create mode 100644 _Ovi/ovi_sat.zmp/info.txt
 rename {ovi_sat.zmp => _Ovi/ovi_sat.zmp}/params.txt (57%)
 delete mode 100644 ovi_land.zmp/GetUrlScript.txt
 delete mode 100644 ovi_land.zmp/params.BAK
 delete mode 100644 ovi_map.zmp/GetUrlScript.txt
 delete mode 100644 ovi_map.zmp/params.BAK
 delete mode 100644 ovi_sat.zmp/GetUrlScript.txt

diff --git a/ovi_land.zmp/18.bmp b/_Ovi/ovi_hyb.zmp/18.bmp
similarity index 100%
rename from ovi_land.zmp/18.bmp
rename to _Ovi/ovi_hyb.zmp/18.bmp
diff --git a/ovi_land.zmp/24.bmp b/_Ovi/ovi_hyb.zmp/24.bmp
similarity index 100%
rename from ovi_land.zmp/24.bmp
rename to _Ovi/ovi_hyb.zmp/24.bmp
diff --git a/_Ovi/ovi_hyb.zmp/GetUrlScript.txt b/_Ovi/ovi_hyb.zmp/GetUrlScript.txt
new file mode 100644
index 00000000..f6311fe9
--- /dev/null
+++ b/_Ovi/ovi_hyb.zmp/GetUrlScript.txt
@@ -0,0 +1,3 @@
+begin
+  ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8';
+end.
\ No newline at end of file
diff --git a/_Ovi/ovi_hyb.zmp/info.txt b/_Ovi/ovi_hyb.zmp/info.txt
new file mode 100644
index 00000000..a1bb2f59
--- /dev/null
+++ b/_Ovi/ovi_hyb.zmp/info.txt
@@ -0,0 +1 @@
+<a href="http://maps.ovi.com/">http://maps.ovi.com/</a>
\ No newline at end of file
diff --git a/_Ovi/ovi_hyb.zmp/params.txt b/_Ovi/ovi_hyb.zmp/params.txt
new file mode 100644
index 00000000..4b8460bc
--- /dev/null
+++ b/_Ovi/ovi_hyb.zmp/params.txt
@@ -0,0 +1,27 @@
+[PARAMS]
+pnum=103
+GUID={D8C293B1-63AE-4902-A0D4-83A26BCE01D7}
+name=������ Ovi (maps.ovi.com)
+name_en=Ovi Hybrid (maps.ovi.com)
+name_uk=������ Ovi (maps.ovi.com)
+asLayer=0
+DefURLBase=http://maptile.maps.svc.ovi.com/maptiler/v2/maptile/newest/hybrid.day/
+projection=1
+sradiusa=6378137
+sradiusb=6378137
+ParentSubMenu=������ �����
+ParentSubMenu_en=Other maps
+ParentSubMenu_uk=���� �����
+NameInCache=ovi_com_Hyb
+separator=0
+Ext=.png
+UseDwn=1
+Usestick=1
+UseGenPrevious=1
+Usedel=1
+Usesave=1
+UseAntiBan=0
+Sleep=10
+DefHotKey=0
+ContentType=image/png
+BanIfLen=0
\ No newline at end of file
diff --git a/ovi_sat.zmp/18.bmp b/_Ovi/ovi_land.zmp/18.bmp
similarity index 100%
rename from ovi_sat.zmp/18.bmp
rename to _Ovi/ovi_land.zmp/18.bmp
diff --git a/ovi_sat.zmp/24.bmp b/_Ovi/ovi_land.zmp/24.bmp
similarity index 100%
rename from ovi_sat.zmp/24.bmp
rename to _Ovi/ovi_land.zmp/24.bmp
diff --git a/_Ovi/ovi_land.zmp/GetUrlScript.txt b/_Ovi/ovi_land.zmp/GetUrlScript.txt
new file mode 100644
index 00000000..f6311fe9
--- /dev/null
+++ b/_Ovi/ovi_land.zmp/GetUrlScript.txt
@@ -0,0 +1,3 @@
+begin
+  ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8';
+end.
\ No newline at end of file
diff --git a/_Ovi/ovi_land.zmp/info.txt b/_Ovi/ovi_land.zmp/info.txt
new file mode 100644
index 00000000..a1bb2f59
--- /dev/null
+++ b/_Ovi/ovi_land.zmp/info.txt
@@ -0,0 +1 @@
+<a href="http://maps.ovi.com/">http://maps.ovi.com/</a>
\ No newline at end of file
diff --git a/ovi_land.zmp/params.txt b/_Ovi/ovi_land.zmp/params.txt
similarity index 62%
rename from ovi_land.zmp/params.txt
rename to _Ovi/ovi_land.zmp/params.txt
index 78559a17..8073dcea 100644
--- a/ovi_land.zmp/params.txt
+++ b/_Ovi/ovi_land.zmp/params.txt
@@ -2,14 +2,16 @@
 pnum=103
 GUID={D8C293B0-63AE-4902-A0D4-83A26BCE01D6}
 name=�������� Ovi (maps.ovi.com)
-name_en= Ovi Land (maps.ovi.com)
+name_en=Ovi Land (maps.ovi.com)
+name_uk=�������� Ovi (maps.ovi.com)
 asLayer=0
-DefURLBase=http://maptile.maps.svc.ovi.com/maptiler/maptile/newest/terrain.day/
+DefURLBase=http://maptile.maps.svc.ovi.com/maptiler/v2/maptile/newest/terrain.day/
 projection=1
 sradiusa=6378137
 sradiusb=6378137
 ParentSubMenu=������ �����
 ParentSubMenu_en=Other maps
+ParentSubMenu_uk=���� �����
 NameInCache=ovi_com_Land
 separator=0
 Ext=.png
diff --git a/ovi_map.zmp/18.bmp b/_Ovi/ovi_map.zmp/18.bmp
similarity index 100%
rename from ovi_map.zmp/18.bmp
rename to _Ovi/ovi_map.zmp/18.bmp
diff --git a/ovi_map.zmp/24.bmp b/_Ovi/ovi_map.zmp/24.bmp
similarity index 100%
rename from ovi_map.zmp/24.bmp
rename to _Ovi/ovi_map.zmp/24.bmp
diff --git a/_Ovi/ovi_map.zmp/GetUrlScript.txt b/_Ovi/ovi_map.zmp/GetUrlScript.txt
new file mode 100644
index 00000000..f6311fe9
--- /dev/null
+++ b/_Ovi/ovi_map.zmp/GetUrlScript.txt
@@ -0,0 +1,3 @@
+begin
+  ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8';
+end.
\ No newline at end of file
diff --git a/_Ovi/ovi_map.zmp/info.txt b/_Ovi/ovi_map.zmp/info.txt
new file mode 100644
index 00000000..a1bb2f59
--- /dev/null
+++ b/_Ovi/ovi_map.zmp/info.txt
@@ -0,0 +1 @@
+<a href="http://maps.ovi.com/">http://maps.ovi.com/</a>
\ No newline at end of file
diff --git a/ovi_map.zmp/params.txt b/_Ovi/ovi_map.zmp/params.txt
similarity index 63%
rename from ovi_map.zmp/params.txt
rename to _Ovi/ovi_map.zmp/params.txt
index 1d5c2590..a6b8f0ae 100644
--- a/ovi_map.zmp/params.txt
+++ b/_Ovi/ovi_map.zmp/params.txt
@@ -2,14 +2,16 @@
 pnum=103
 GUID={70AF7E17-DE9B-4BD6-86F4-70921A74B2B6}
 name=����� Ovi (maps.ovi.com)
-name_en= Ovi Map (maps.ovi.com)
+name_en=Ovi Map (maps.ovi.com)
+name_uk=����� Ovi (maps.ovi.com)
 asLayer=0
-DefURLBase=http://maptile.maps.svc.ovi.com/maptiler/maptile/newest/normal.day/
+DefURLBase=http://maptile.maps.svc.ovi.com/maptiler/v2/maptile/newest/normal.day/
 projection=1
 sradiusa=6378137
 sradiusb=6378137
 ParentSubMenu=������ �����
 ParentSubMenu_en=Other maps
+ParentSubMenu_uk=���� �����
 NameInCache=ovi_com_map
 separator=0
 Ext=.png
diff --git a/_Ovi/ovi_sat.zmp/18.bmp b/_Ovi/ovi_sat.zmp/18.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..c249379a080f7550ebd53f5b11cb81afb58e09b5
GIT binary patch
literal 1062
zcmbW#>rY!{7y$6s=wIL`{{pj5#!u5Fj!i94CRh+Qw@l-d4aYE>6KVz4ap{GD6jn+*
zko(4=2j~Up1v<KpUPjvkoYH%Hpr`co0+fn1Ba0?8`bhlZ*FE_?&zro-llMv9=cBT>
z-$2K466y)aH~-7m&|Am%`PYw+|CPUA{*_6mgQ1Wo9NNicLH5Owm!@1^(&n(`4ze*S
znn^N8zvsc;{%+>itjo87P&`WEN~Kn}FsYhdu$X~6=#M6Mc&+@?XHNIa`d00>x!D<V
z-3{D?(`<hlPHZDYQ`^(Z>A{iVWxI`}A|S-<FuAO5`EfJ9x&DXS>u#5aa0k4bAQBB5
zA1}o-NraXcO(VmjErRyZDU1jO0E|kd7>Y?KaePXN$?o?$tShnYEkJrUqOq;i!QQL)
zO^i)&J}s~M{NmTOwU|Z&$Y^vopO2-}q|a-$T8D>*1_uTVdOaWrg2|*pR0JWt&hSZT
z8LOCGP*n8Q_3Pk~MiZpz%;8}oog&uOEEdbk%8KbY`eZV1(4Wg6A`}RO@fmfCP*hk}
z_U@@uptZBpWV6M0cj;s*&Lq?Odp^H^)#(HcTrP`U982sVM67$pA7YX|*@eqre86IX
zbCs22I3A*DiedH-e{&FSZ!oYGr-9wMT3XI|q?|%%My+WViEC<a+-l&SVHJW8OG?^0
zJMC+0socS4Bn<mNhJpbq3f6sIL5FBsJ&Vw!694u_owQ$G|0A!W>O5eToU6TgYXrlh
z$%Ngr;n*Z$83Ob+fIn_*<zv%In3LQXeK^rB5D0|AZ>p<7c|}D5>tpSr(dqYUo|szh
zcMIiGlgj}DiC9}#2d2Ui${#&vl1YU^(bU*jbL|@7a5zI_qvGD~?m@Y1a=c#L)+D*t
zG0+bT&z?4kT2;pRSMLkM$}Jh=bnKT0ii_u~K;>r@l3s~=ap7dq+0rYQ>I8SV5^+P9
z05tcA>KboP&cU48d2PR3mY`!!o7HZ40=hcHJyOZ{P26`1-ak?B9=rPTPjboK2mj(r
z?|sK_m^Hzidcy*nT_|X~8{8z9=C#1Is8`Ra;JwP4FN?2SD7t!yr}(+PM+kU5!mGTS
z`e$Z@{`m8Satd=g>=C~&1M5Z8dr8LScB*t*%%GLdjCbK9(mBi+a0B(K88_?pUp`0Z
EADbwG-v9sr

literal 0
HcmV?d00001

diff --git a/_Ovi/ovi_sat.zmp/24.bmp b/_Ovi/ovi_sat.zmp/24.bmp
new file mode 100644
index 0000000000000000000000000000000000000000..9ce91f14b24c966faea369c968dc785b66c908ae
GIT binary patch
literal 1782
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

literal 0
HcmV?d00001

diff --git a/_Ovi/ovi_sat.zmp/GetUrlScript.txt b/_Ovi/ovi_sat.zmp/GetUrlScript.txt
new file mode 100644
index 00000000..f6311fe9
--- /dev/null
+++ b/_Ovi/ovi_sat.zmp/GetUrlScript.txt
@@ -0,0 +1,3 @@
+begin
+  ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8';
+end.
\ No newline at end of file
diff --git a/_Ovi/ovi_sat.zmp/info.txt b/_Ovi/ovi_sat.zmp/info.txt
new file mode 100644
index 00000000..a1bb2f59
--- /dev/null
+++ b/_Ovi/ovi_sat.zmp/info.txt
@@ -0,0 +1 @@
+<a href="http://maps.ovi.com/">http://maps.ovi.com/</a>
\ No newline at end of file
diff --git a/ovi_sat.zmp/params.txt b/_Ovi/ovi_sat.zmp/params.txt
similarity index 57%
rename from ovi_sat.zmp/params.txt
rename to _Ovi/ovi_sat.zmp/params.txt
index 870cecdc..448ef879 100644
--- a/ovi_sat.zmp/params.txt
+++ b/_Ovi/ovi_sat.zmp/params.txt
@@ -1,15 +1,17 @@
 [PARAMS]
 pnum=103
 GUID={D8C293B0-63AE-4902-A0D4-83A26BCE01D7}
-name=������� Ovi (maps.ovi.com)
-name_en= Ovi Sat (maps.ovi.com)
+name=������� DG (maps.ovi.com)
+name_en=DG Sat (maps.ovi.com)
+name_uk=�������� DG (maps.ovi.com)
 asLayer=0
-DefURLBase=http://maptile.maps.svc.ovi.com/maptiler/maptile/newest/satellite.day/
+DefURLBase=http://maptile.maps.svc.ovi.com/maptiler/v2/maptile/newest/satellite.day/
 projection=1
 sradiusa=6378137
 sradiusb=6378137
 ParentSubMenu=������ �����
 ParentSubMenu_en=Other maps
+ParentSubMenu_uk=���� �����
 NameInCache=ovi_com_Sat
 separator=0
 Ext=.png
diff --git a/ovi_land.zmp/GetUrlScript.txt b/ovi_land.zmp/GetUrlScript.txt
deleted file mode 100644
index c3b295e4..00000000
--- a/ovi_land.zmp/GetUrlScript.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-begin
-  ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png?token=fee2f2a877fd4a429f17207a57658582&referer=maps.ovi.com';
-end.
\ No newline at end of file
diff --git a/ovi_land.zmp/params.BAK b/ovi_land.zmp/params.BAK
deleted file mode 100644
index f1655416..00000000
--- a/ovi_land.zmp/params.BAK
+++ /dev/null
@@ -1,23 +0,0 @@
-[PARAMS]
-pnum=103
-GUID={D8C293B0-63AE-4902-A0D4-83A26BCE01D6}
-name=�������� Ovi (maps.ovi.com)
-name_9= Ovi Land (maps.ovi.com)
-asLayer=0
-DefURLBase=http://maptile.maps.svc.ovi.com/maptiler/maptile/newest/terrain.day/
-projection=1
-sradiusa=6378137
-sradiusb=6378137
-NameInCache=Land_ovi_com
-separator=0
-Ext=.png
-UseDwn=1
-Usestick=1
-UseGenPrevious=1
-Usedel=1
-Usesave=1
-UseAntiBan=0
-Sleep=10
-DefHotKey=0
-ContentType=image/png
-BanIfLen=0
\ No newline at end of file
diff --git a/ovi_map.zmp/GetUrlScript.txt b/ovi_map.zmp/GetUrlScript.txt
deleted file mode 100644
index 8b6742e3..00000000
--- a/ovi_map.zmp/GetUrlScript.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-begin
-  ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png8?token=fee2f2a877fd4a429f17207a57658582&referer=maps.ovi.com';
-end.
\ No newline at end of file
diff --git a/ovi_map.zmp/params.BAK b/ovi_map.zmp/params.BAK
deleted file mode 100644
index d34c78a7..00000000
--- a/ovi_map.zmp/params.BAK
+++ /dev/null
@@ -1,23 +0,0 @@
-[PARAMS]
-pnum=103
-GUID={70AF7E17-DE9B-4BD6-86F4-70921A74B2B6}
-name=����� Ovi (maps.ovi.com)
-name_9= Ovi Map (maps.ovi.com)
-asLayer=0
-DefURLBase=http://maptile.maps.svc.ovi.com/maptiler/maptile/newest/normal.day/
-projection=1
-sradiusa=6378137
-sradiusb=6378137
-NameInCache=map_ovi_com
-separator=0
-Ext=.png
-UseDwn=1
-Usestick=1
-UseGenPrevious=1
-Usedel=1
-Usesave=1
-UseAntiBan=0
-Sleep=10
-DefHotKey=0
-ContentType=image/png
-BanIfLen=0
\ No newline at end of file
diff --git a/ovi_sat.zmp/GetUrlScript.txt b/ovi_sat.zmp/GetUrlScript.txt
deleted file mode 100644
index c3b295e4..00000000
--- a/ovi_sat.zmp/GetUrlScript.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-begin
-  ResultURL:=GetUrlBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'/256/png?token=fee2f2a877fd4a429f17207a57658582&referer=maps.ovi.com';
-end.
\ No newline at end of file