Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - gkovacsp

#1
Maps / Re: [MAPS] - Vector maps
October 17, 2011, 15:20:09
Can someone tell me what is the name of the vector map format Locus supports?

I know they have the .map extension but what is the official name of this?

How can someone create this format? Which program is able to save it?

Thanks,
Gabor
#2
Quote from: "menion"two, three days max ;)

I've just downloaded it and the map is beautiful...

Just for curiosity, can you post me the provider XML file to learn from it?

Thanks a lot,
Gabor
#3
Great!

Any timeframe for the program update? A "survival" tour starts in 20 days...
#4
His name is Peter Busai and his email address is peter.busai(at)gmail.com.

He speaks english and is looking forward your mail.

Regards,

Gabor
#5
I've contacted the owner of the website (http://turaterkep.hostcity.hu)   and he sent me the following xml, which should work in Locus with his site:

<providers>
   <provider id="1000" type="0" visible="true" required="true" background="-1">
      <name>Turaterkep</name>
      <mode>Turaterkep</mode>
      <area>World</area>
      <url><![CDATA[http://turaterkep.hostcity.hu/tiles/{z}/{x}/{y}.png]]></url>
      <zoomPart>{z}-8</zoomPart>
      <zoomMin>8</zoomMin>
      <zoomMax>16</zoomMax>
      <tileSize>512</tileSize>
      <extraHeader>Referer#http://turaterkep.hostcity.hu/</extraHeader>
   </provider>
</providers>

If I open a tile manually (eg. http://turaterkep.hostcity.hu/tiles/9/140/90.png) I actually get the image.
If I add this xml to Locus I'll be able to select the map, but after the "Loading..." phase I get an "Unknown problem".

Can you help me what is the problem with the file?

The website's owner is also willing to help to ease the life of Hungarian Android users so any suggestions would be welcomed.

Thanks for your help.
#6
I am trying to create a provider xml for the following map:

http://turaterkep.hostcity.hu

Its png url is: http://turaterkep.hostcity.hu/srtm/9/140/90.png


<provider id="2222" type="0" visible="true" background="-1">
  <name>Turaterkep</name>
  <mode>Turaterkep</mode>
  <area>Hungary</area>
  <url><![CDATA[http://turaterkep.hostcity.hu/srtm/{z}/{x}/{y}.png]]></url>
  <zoomPart>{z}-8</zoomPart>
  <zoomMin>8</zoomMin>
  <zoomMax>30</zoomMax>
  <tileSize>256</tileSize>
  <extraHeader>Referer#http://test.at/</extraHeader>
</provider>

The problem is I got an "Unknown error" after "Loading..." in the place of the tiles... Can someone help me what is the problem?