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
			
			
			
				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)