﻿http://www.garmin.ru/maponline/marshruty.php

To get tiles description
http://maps.navicom.ru/nms/#getTile.ashx

Below is is a tile url got from  http://www.garmin.ru/maponline/marshruty.php

http://maps.navicom.ru/nms/getTile.ashx?87A930E02E584DEAB087239008C5D943;618;319;10;

--------------------

Here is a SAS.Planet syntax got from two files of garmin.zmp
* params.txt

Code: Select all
[PARAMS]
pnum=100
GUID={F6579B06-E632-4D5F-BC75-C8FA658B57DF}
name_ru=Garmin
name=Garmin
name_uk=Garmin
ParentSubMenu_ru=Другие карты
ParentSubMenu=Other maps
ParentSubMenu_uk=Інші карти
asLayer=0
DefURLBase=http://maps.navicom.ru/nms/getTile.ashx?87A930E02E584DEAB087239008C5D943;
projection=1
sradiusa=6378137
sradiusb=6378137
NameInCache=Garmin
Ext=.png
UseDwn=1
ContentType=image/png


*GetUrlScript.txt

Code: Select all
begin
  ResultURL:=GetURLBase+inttostr(GetX)+';'+inttostr(GetY)+';'+inttostr(GetZ-1)+';';
end.




