Page 1 of 1

Garmin map

Posted: Fri Nov 20, 2015 12:06 pm
by alexlong
Hi.
I tried to create *.aqx for Garmin map but face some troubles with syntax. Please, help me to make *.aqx of Garmin map for AlpineQuest
All details in the attachement (description and my *.aqx file with a possible syntax error)
Thanks in advance.

Re: Garmin map

Posted: Sat Nov 21, 2015 10:22 am
by Psyberia-Support
Hi,
I'll have a look at that and give you an update soon.

Re: Garmin map

Posted: Mon Nov 23, 2015 9:51 pm
by Psyberia-Support
Hi again,
Here is a working file. Just select it like an on-board map to install it.
Let me know if you have any issue.
Garmin.aqx
(390 Bytes) Downloaded 859 times

Re: Garmin map

Posted: Tue Nov 24, 2015 9:50 pm
by alexlong
Thanks a lot. It really WORKS!!!
I'm used to make some other *.aqx maps, but I had some troubles with this particular one. Now it's OK.
I also try to create maps from SAS.Planet sources, but sometimes it is rather difficult to find the right way to transctibe their scripts for AlpineQuest.
By the way why do you make the server string like this <server><![CDATA[http://maps.navicom.ru/nms/getTile.ashx ... 9008C5D943 ?
with CDATA?
There is some information about how to make *.aqx maps on the AlpineQuest online pages but could I find some more info? Where can I read more?
Thanks in advance from Russia

Re: Garmin map

Posted: Wed Nov 25, 2015 11:50 am
by Psyberia-Support
Hi again, and no problem. Don't hesitate to ask if you have issues with .aqx files.

I've just followed instructions given here:

Code: Select all

getTile.ashx?key;x;y;zoom
becomes:

Code: Select all

getTile.ashx?key;{$x};{$y};{$z}
using AlpineQuest params. I also used a CDATA just to be sure the application reads the content inside "<![CDATA[" ... "]]>" as plain text, and do not try to parse any xml tags or content (a bit technical, sorry... to make it simple, it's better to use CDATA around URLs).

Currently, the only help about .aqx files is here: http://www.alpinequest.net/en/help/1.4/ ... red-create. When the new version is ready, I'll update it and make it more clear.

Best regards