Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove JPL WMS server - fixes #3464
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15119 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Feb 2, 2011
1 parent 2aac717 commit b16569e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion resources/context_help/QgsWMSSourceSelect-en_US
Expand Up @@ -11,7 +11,7 @@ QGIS currently can act as a WMS client that understands WMS 1.1, 1.1.1 and 1.3 s
<h4>Servers</h4>
</a>
To define a new WMS server in the <label>Server Connections</label> section, select <label>New</label>. Then enter the parameters to connect to your desired WMS server.<p>
You can add some servers to play with by clicking the <label>Add default servers</label> button. This will add at least three WMS servers for you to use, including the NASA (JPL) WMS server.<p>
You can add some servers to play with by clicking the <label>Add default servers</label> button. This will add at least three WMS servers for you to use.<p>
Once the new WMS Server connection has been created, it will be preserved for future QGIS sessions.

<a name="load">
Expand Down
1 change: 0 additions & 1 deletion src/app/qgswmssourceselect.cpp
Expand Up @@ -1066,7 +1066,6 @@ QString QgsWMSSourceSelect::descriptionForAuthId( QString authId )
void QgsWMSSourceSelect::addDefaultServers()
{
QMap<QString, QString> exampleServers;
exampleServers["NASA (JPL)"] = "http://wms.jpl.nasa.gov/wms.cgi";
exampleServers["DM Solutions GMap"] = "http://www2.dmsolutions.ca/cgi-bin/mswms_gmap";
exampleServers["Lizardtech server"] = "http://wms.lizardtech.com/lizardtech/iserv/ows";
exampleServers["GEOIMAGE-AUSTRIA"] = "http://wms.geoimage.at/dop-1mfree?";
Expand Down

0 comments on commit b16569e

Please sign in to comment.