[closed] Making a AQX file for the Belgian topographic maps
Posted: Wed Dec 25, 2013 7:26 pm
Hello,
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:
When I load this file, I got « bad type: text/xml » instead of the tiles. In the maps details, in the technical information, I noticed that the layer is indicated as « false », but the correct name is « 0 ». Is it possible that AlpineQuest substitutes the 0 by false, and so is it not working?
Thanks in advance!
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!