<?xml version="1.0" encoding="UTF-8"?>
<providers>
	<!-- ESRI maps World -->
	<provider id="10301" type="0" visible="true" background="-1">
		<name>Openstreetmap Example D</name>
		<mode>Street</mode>
		<countries>World</countries>
		<url><![CDATA[http://a.tile.openstreetmap.org/{z}/{y}/{x}.png]]></url>
		
		<!-- original that works
		<url><![CDATA[http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer/tile/{z}/{y}/{x}.png]]></url>
		-->
		
		<zoomPart>{z}-8</zoomPart>
		<zoomMin>10</zoomMin>
		<zoomMax>27</zoomMax>
		<tileSize>256</tileSize>
		<extraHeader><![CDATA[Referer#https://www.openstreetmap.org/]]></extraHeader>
		
		<!--  original that works
		<attribution><![CDATA[© ESRI <a href="http://www.esri.com/legal/licensing/termsofuse.html">(ESRI Terms of Use)</a>]]></attribution>
		<extraHeader><![CDATA[Referer#http://arcgisonline.com/home/]]></extraHeader>
		-->
		
		<extraHeader><![CDATA[User-Agent#Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1]]></extraHeader>
		<usage>road,city</usage>
		
	</provider>
</providers>
