Skip to content

Commit c16854a

Browse files
author
g_j_m
committed
- Modify the list of default wms servers to be ones that work correctly 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
1 parent dbd4dc5 commit c16854a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/gui/qgsserversourceselect.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ void QgsServerSourceSelect::addDefaultServers()
746746
QMap<QString, QString> exampleServers;
747747
exampleServers["NASA (JPL)"] = "http://wms.jpl.nasa.gov/wms.cgi";
748748
exampleServers["DM Solutions GMap"] = "http://www2.dmsolutions.ca/cgi-bin/mswms_gmap";
749-
exampleServers["TerraService"] = "http://terraservice.net/ogccapabilities.ashx";
749+
exampleServers["Lizardtech server"] = "http://wms.lizardtech.com/lizardtech/iserv/ows";
750750
// Nice to have the qgis users map, but I'm not sure of the URL at the moment.
751751
// exampleServers["Qgis users map"] = "http://qgis.org/wms.cgi";
752752

@@ -768,6 +768,8 @@ void QgsServerSourceSelect::addDefaultServers()
768768
}
769769
}
770770
populateConnectionList();
771+
772+
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);
771773
}
772774

773775
// ENDS

0 commit comments

Comments
 (0)