adding map http://waymarkedtrails.org to Locus

Started by cerroyvalle, December 11, 2014, 04:34:41

0 Members and 1 Guest are viewing this topic.

cerroyvalle

Hello,
would it possible to add the outdoor map (walking pathes)
http://waymarkedtrails.org
to Locus.
It offers many pathes in such regions without many map information on OSM Maps, e.g. Ecuador / South America.
So it is very good for outdoor holiday acitvities in foreign countries.
Could you add it to the map download list.

Thanks a lot.
Gerhard
  •  

balloni55

Hello Gerhard,
you can do it yourself ;)
install LocusMapTweak
https://github.com/mjk912/LocusMapTweak
copy following code and built a .xml file
<provider id="10990" type="0" visible="true" required="true" background="-1">
<name>Waymarked</name>
<mode>HikeTrials</mode>
<countries>Europe</countries>
<url><![CDATA[http://tile.waymarkedtrails.org/hiking/{z}/{x}/{y}.png]]></url>
<zoomPart>{z}-8</zoomPart>
<zoomMin>11</zoomMin>
<zoomMax>25</zoomMax>
<tileSize>256</tileSize>
<extraHeader><![CDATA[Referer#http://www.http://hiking.waymarkedtrails.org/]]></extraHeader>
<extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0]]></extraHeader>
</provider>

and follow instuction of MapTweak

Use it as online overlay to your basic map or build your offlinemap

Have fun 8)
Locus Map 4.23.1 Gold AFA

LM4 User ID e06d572d4
  •