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

---
 Other/GuMap.zmp/GetUrlScript.txt | 2 +-
 Other/GuMap.zmp/info.txt         | 2 +-
 Other/GuMap.zmp/params.txt       | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Other/GuMap.zmp/GetUrlScript.txt b/Other/GuMap.zmp/GetUrlScript.txt
index bd5059e5..81814a96 100644
--- a/Other/GuMap.zmp/GetUrlScript.txt
+++ b/Other/GuMap.zmp/GetUrlScript.txt
@@ -1,3 +1,3 @@
 begin
- ResultURL:=GetURLBase+'&x='+inttostr(GetX)+'&y='+inttostr(GetY)+'&zoom='+inttostr(18-GetZ);
+ ResultURL:=GetURLBase+inttostr(GetX)+'_'+inttostr(GetY)+'_'+inttostr(18-GetZ)+'/tile.png';
 end.
\ No newline at end of file
diff --git a/Other/GuMap.zmp/info.txt b/Other/GuMap.zmp/info.txt
index 7be8c0e5..d1ba6de0 100644
--- a/Other/GuMap.zmp/info.txt
+++ b/Other/GuMap.zmp/info.txt
@@ -1 +1 @@
-����� ������� ��������, ������� �� http://wialonb3.gurtam.com/login_action.html?user=wialon_test&passw=test&action=login&skip_auto=1&lang=ru � ������� � ������ �� ����� ���� �������� ��������� sc, ���������� ��� �������� � ������ ��������� � ��������� (���������/��������� �����/URL).
\ No newline at end of file
+#����� ������� ��������, ������� �� http://wialonb3.gurtam.com/login_action.html?user=wialon_test&passw=test&action=login&skip_auto=1&lang=ru � ������� � ������ �� ����� ���� �������� ��������� sc, ���������� ��� �������� � ������ ��������� � ��������� (���������/��������� �����/URL).
\ No newline at end of file
diff --git a/Other/GuMap.zmp/params.txt b/Other/GuMap.zmp/params.txt
index 9d5016ae..5aabda96 100644
--- a/Other/GuMap.zmp/params.txt
+++ b/Other/GuMap.zmp/params.txt
@@ -9,7 +9,7 @@ ParentSubMenu=
 ParentSubMenu_en=Other maps
 ParentSubMenu_uk=���� �����
 NameInCache=gumap
-DefURLBase=http://wialonb3.gurtam.com/map_gmaps?v=&w=256&h=256&q=&sc=&m=&
+DefURLBase=http://render.mapsviewer.com/wialonb3.gurtam.com/gis_render/
 ContentType=image/png
 Ext=.PNG
 projection=1
@@ -17,7 +17,7 @@ sradiusa=6378137
 sradiusb=6378137
 separator=1
 UseDwn=1
-UsePreloadPage=1
-PreloadPage=http://wialonb3.gurtam.com/login_action.html?user=wialon_test&passw=test&action=login&skip_auto=1&lang=ru
+#UsePreloadPage=1
+#PreloadPage=http://wialonb3.gurtam.com/login_action.html?user=wialon_test&passw=test&action=login&skip_auto=1&lang=ru
 Sleep=0
 DefHotKey=85
\ No newline at end of file