Skip to content

Instantly share code, notes, and snippets.

@barryrowlingson
Created October 1, 2014 10:51
Show Gist options
  • Save barryrowlingson/b1baa45aaf9764732bde to your computer and use it in GitHub Desktop.
Save barryrowlingson/b1baa45aaf9764732bde to your computer and use it in GitHub Desktop.
Global Land Cover WMS XML Spec for QGIS
<!DOCTYPE connections>
<qgsWMSConnections version="1.0">
<wms ignoreGetMapURI="true" smoothPixmapTransform="false" dpiMode="7" password="" ignoreGetFeatureInfoURI="false" referer="" username="" url="http
://218.244.250.80:8080/erdas-apollo/coverage/CGLC" invertAxisOrientation="false" ignoreAxisOrientation="false" name="China Land Cover"/>
</qgsWMSConnections>
@barryrowlingson
Copy link
Author

Load this into your QGIS WMS server dialog and you should have access to the layers of the http://www.globallandcover.com/GLC30Download/index.aspx

Note that GetCapabilities returns an invalid hostname, so this config ticks the "Ignore GetMap/GetTile URI" box for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment