Starting with version 1.5.0, QGIS is able to interpret WMS-C streams (development done by the Camptocamp company mandated by IGN for the project EDUGéO). This feature makes it possible to connect to WMS-C streams of the Geoportal ... if there was no GeoDRM! Under the project EDUGéO, this development has helped to get a python plugin for the GeoDRM. This page is therefore for the users of data outside EDUGéO project wishing to get connected to the WMS-C streams of the Geoportal in QGIS. It is important to remember that only commercial and INSPIRE API contracts can use this feature. This how-to is valid for all operating systems that run QuantumGIS and Java.
Connecting to Geoportal WMS-C servers via QGIS requires the use of a proxy for the token recovery according to the API key.
geodrm-wrapper.jar : proxy
wrapper-config-wmsc.xml : configuration file
<?xml version="1.0"?>
<wrapper>
<!--proxy>
<host></host>
<port></port>
</proxy-->
<remoteServices>
<remoteService>
<localHost>localhost</localHost>
<localPort>10001</localPort>
<localPath>/wmsc</localPath>
<remoteHost>wxs.ign.fr</remoteHost>
<remotePort>80</remotePort>
<remotePath>/geoportail/wmsc</remotePath>
<tokenProviderUrl>http://jeton-api.ign.fr/getToken</tokenProviderUrl>
<apiKey></apiKey>
<tokenLifeTime>600</tokenLifeTime>
</remoteService>
</remoteServices>
</wrapper>java -jar geodrm-wrapper.jar wrapper-config-wmsc.xml
Information messages indicate when a successful connection.
2010-08-24 08:54:54.354::INFO: Logging to STDERR via org.mortbay.log.StdErrLog 2010-08-24 08:54:54.413::INFO: jetty-1.0.0-SNAPSHOT 2010-08-24 08:54:55.623::INFO: Started BlockingChannelConnector@localhost:10001


The WMS-C service exposes Geoportail's projections as EPSG user-defined codes in order to comply with the WMS-C's underlaying standard : WMS 1.1.1. This change (from 9th of May 2011) implies to keyin these codes into QGIS :

The CRS can now be chosen as the project's default projection.
