Found this map-sources of UK on (https://maps.dartmoor.gov.uk/geoserver/web/). I couldn't figure out how to configure a AQX-file to get this working.
This didn't work:
Code: Select all
<?xml version="1.0" encoding="utf-8" ?>
<aqx version="8">
<name>OS special request</name>
<description>OS</description>
<source id="MAP04">
<name>WMS Map Example</name>
<zoom-levels z="3,5,7,8,9,10,11,12,13,14,15,16,17">
<bbox-crs-code>EPSG:4326</bbox-crs-code>
<server><![CDATA[https://maps.dartmoor.gov.uk/geoserver/ows?SERVICE=WMS&VERSION=1.3.0&crs=ESPG:4326&LAYERS=50k&STYLES=&FORMAT=image/png&REQUEST=GetMap&WIDTH=256&HEIGHT=256&BBOX={bbox}]]></server>
</zoom-levels>
</source>
</aqx>
Thx