update zmp

sasgis 1970-12-12 12:00:00 +00:00
parent 09a911015d
commit b2da86bf50
6 changed files with 6 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,3 @@
begin
ResultURL:=GetURLBase+inttostr(GetZ-4)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.png';
end.

View File

@ -3,9 +3,10 @@ pnum=117
GUID={84020C09-ACE1-402A-8B59-07EF81D772FA}
asLayer=0
name=Êàðòà Óôû (ufakarta.ru)
name_uk=Êàðòà Óôû (ufakarta.ru)
name_en=Map Ufa (ufakarta.ru)
NameInCache=ufakarta_ru
DefURLBase=http://www.ufakarta.ru/tiles
DefURLBase=http://ufakarta.ru/images/tiles/c1/
ContentType=image/png
Ext=.png
projection=1
@ -23,3 +24,4 @@ DefHotKey=0
BanIfLen=0
ParentSubMenu=Ëîêàëüíûå êàðòû
ParentSubMenu_en=Local maps
ParentSubMenu_uk=Ëîêàëüí³ êàðòè

View File

@ -1,3 +0,0 @@
begin
ResultURL:=GetURLBase+'/'+inttostr(GetZ-4)+'/'+inttostr(GetY)+'/'+inttostr(GetX)+'.png';
end.