Posts: 2
	Threads: 1
	Joined: Apr 2020
	
	
 
	
	
		Hi,
Is it possible that you ad a extra overlay? I would like to see the mountainbike overlay from Waymarked Trails:
https://tile.waymarkedtrails.org/mtb/{z}/{x}/{y}.png
Gert
	
 
 
	
	
	
		
	Posts: 7,536
	Threads: 232
	Joined: Aug 2007
	
	
 
	
	
		Hi Gert,
you're welcome to test and report. When you've found a working solution, you could post it here and I'll add it to the server just like recently:
https://forum.routeconverter.com/thread-3001.html
Please find the description here 
https://forum.routeconverter.com/thread-2734.html and in the linked articles.
	
--
Christian
	
	
 
 
	
	
	
		
	Posts: 2
	Threads: 1
	Joined: Apr 2020
	
	
 
	
	
		I dont know where I shoot test it. 
I changed the part in the xml file to go to the mtb section. It only starts working with a zoom from 12 till 18 (starts from 2 Km) It work on my own site.
---------------------------------
<overlayServer id="Waymarked Trails Mountainbiken" name="Waymarked Trails Mountainbiken rendering of OpenStreetMap data" minZoom="3" maxZoom="18">
<host>tile.waymarkedtrails.org</host>
<urlPattern>
https://#{host}/mtb/#{zoom}/#{tilex}/#{tiley}.png
</urlPattern>
<copyright>OpenStreetMap</copyright>
</overlayServer>
---------------------------------
	
	
	
	
	
 
 
	
	
	
		
	Posts: 7,536
	Threads: 232
	Joined: Aug 2007
	
	
 
	
	
		 (08.04.2020, 07:57)Gert22 Wrote:  I dont know where I shoot test it.
It's below Views/Map Overlays/...
 (08.04.2020, 07:57)Gert22 Wrote:  I changed the part in the xml file to go to the mtb section. It only starts working with a zoom from 12 till 18 (starts from 2 Km) It work on my own site.
Thank you. I've added it to the data that the RouteConverter server distributes.
	
 
	
	
--
Christian