This object is in archive! 

online map making

吴海 shared this problem 20 months ago
Solved

<url><![CDATA[http://p{$s}.map.gtimg.com/sateTiles/{$z}/{$x}/{$y}/{$u}_{$v}.jpg]]></url>;

This is the online map of oruxmaps

How can I convert a usable map into locusmap

Replies (2)

photo
1

Hello,

the link is broken.

Anyway, you have to download the map in one of these supported formats:

https://docs.locusmap.app/doku.php?id=manual:user_guide:maps_external#supported_map_formats


Zdenek, Locus team

photo
1

<onlinemapsource uid="10000">

<name>Orux online map</name>

<url><![CDATA[http://p{$s}.map.gtimg.com/sateTiles/{$z}/{$x}/{$y}/{$u}_{$v}.jpg]]></url>;

<website>tencent satellite</website>

<minzoom>0</minzoom>

<maxzoom>20</maxzoom>

<projection>MERCATORESFERICA_GCJ02</projection>

<servers>0,1,2,3</servers>

<httpparam name=""></httpparam>

<cacheable>1</cacheable>

<downloadable>1</downloadable>

<maxtilesday>0</maxtilesday>

<maxthreads>0</maxthreads>

<xop></xop>

<yop></yop>

<zop></zop>

<qop></qop>

</onlinemapsource>


**************************************************************************************************************


<provider id="20000" type="0" visible="true" background="-1">

<name>Maps</name>

<mode>Locus online map</mode>

<countries>World</countries>

<usage>photo</usage>

<cacheTimeout>2160</cacheTimeout>

<url><![CDATA[http://p{s}.map.gtimg.com/sateTiles/{z}/{x}/{y}/{here?}_{here?}.jpg]]></url>;

<serverPart>0;1;2;3;4</serverPart>

<zoomPart>{z}-8</zoomPart>

<zoomMin>8</zoomMin>

<zoomMax>27</zoomMax>

<tileSize>256</tileSize>

</provider>


**************************************************************************************************************

Orus→http://p{$s}.map.gtimg.com/sateTiles/{$z}/{$x}/{$y}/{$u}_{$v}.jpg

Locus→http://p{s}.map.gtimg.com/sateTiles/{z}/{x}/{y}/{here?}_{here?}.jpg

How to write the last two parameters

photo
2

吴海, $u, $v is Orux knowledge (not Locus), hence you need to ask them. Only then there MAY be a chance to mimik in Locus, maybe ...

photo
2

IF (!!) this Orux site simply delivers standard slippy tiles like so many other sources, then Locus can create a local copy (sqlitedb). There might be bulk donwload limits, though.

Replies have been locked on this page!