I’m trying to make an AQX file for the Belgian topographic maps. The maps are served on a WMS server hosted by the Belgian National Geographical Institute. The getCapabilities request is to be found here: http://www.ngi.be/testbed/wms/top10r_l0 ... ERVICE=WMS
Here’s how the XML looks like:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<aqx version="3">
<name>IGN/NGI Topo (Belgium)</name>
<source id="top10r_l08">
<name>Topo 1/10000</name>
<level type="wms">
<zoom-values>5,7,9,11,12,13,14,15,16,17</zoom-values>
<servers>
<bbox-crs-code>EPSG:4326</bbox-crs-code>
<server><![CDATA[http://www.ngi.be/testbed/wms/top10r_l08_fr?REQUEST=GetMap&VERSION=1.1.1&LAYER=0&FORMAT=image/png&BBOX={$bbox}&SRS=EPSG:4326&WIDTH=256&HEIGHT=256]]></server>
</servers>
</level>
</source>
</aqx>
Thanks in advance!