Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Modify the list of default wms servers to be ones that work correct…
…ly with

qgis
- Add a message stating that the user may need to set a web proxy to access
the servers


git-svn-id: http://svn.osgeo.org/qgis/trunk@5956 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Oct 14, 2006
1 parent dbd4dc5 commit c16854a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui/qgsserversourceselect.cpp
Expand Up @@ -746,7 +746,7 @@ void QgsServerSourceSelect::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["TerraService"] = "http://terraservice.net/ogccapabilities.ashx";
exampleServers["Lizardtech server"] = "http://wms.lizardtech.com/lizardtech/iserv/ows";
// Nice to have the qgis users map, but I'm not sure of the URL at the moment.
// exampleServers["Qgis users map"] = "http://qgis.org/wms.cgi";

Expand All @@ -768,6 +768,8 @@ void QgsServerSourceSelect::addDefaultServers()
}
}
populateConnectionList();

QMessageBox::information(this, tr("WMS proxies"), tr("<p>Several WMS servers have been added to the server list. Note that the proxy fields have been left blank and if you access the internet via a web proxy, you will need to individually set the proxy fields with appropriate values.</p>"), QMessageBox::Ok);
}

// ENDS

0 comments on commit c16854a

Please sign in to comment.