Created
October 1, 2014 10:51
-
-
Save barryrowlingson/b1baa45aaf9764732bde to your computer and use it in GitHub Desktop.
Global Land Cover WMS XML Spec for QGIS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.