<?xml version="1.0" encoding="utf-8" ?>
<aqx version="9">

	<name>GB OS OpenData Maps</name>
	<description>Ordnance Survey Data © Crown Copyright</description>
	<!--This AQX file needs to go in the /Android/data/psyberia.alpinequest.full/files/datastore/custom-maps/ folder-->
	
	<param name="my-api-key">REPLACE_THIS_TEXT_WITH_YOUR_OWN_KEY</param>
	<!--A *free* personal API key to use here can be obtained from https://osdatahub.os.uk/plans -->

	<source id="OSOD" type="topo">
		<name>OS OpenData Outdoor Style</name>
		<region>EURO</region>
		<copyright>Ordnance Survey Crown Copyright</copyright>
		<zoom-levels z="7,8,9,10,11,12,13,14,15,16">
			<!--In the EPSG:3857 web mercator tile matrix set 7 is the lowest available, representing 1:4,622,324 scale, whilst levels above 16, which is 1:9,028 scale, count as Premium Data-->
			<ignore-errors>404</ignore-errors>
			<update-delay>None</update-delay>
			<servers>
				<server><![CDATA[https://api.os.uk/maps/raster/v1/zxy/Outdoor_3857/{$z}/{$x}/{$y}.png?key={$param:my-api-key}]]></server>
			</servers>
		</zoom-levels>
	</source>
</aqx>
