We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef24e65 commit 82fc90fCopy full SHA for 82fc90f
src/providers/wms/qgswmssourceselect.cpp
@@ -1107,7 +1107,6 @@ void QgsWMSSourceSelect::addDefaultServers()
1107
{
1108
QMap<QString, QString> exampleServers;
1109
exampleServers[QStringLiteral( "QGIS Server Demo - Alaska" )] = QStringLiteral( "http://demo.qgis.org/cgi-bin/qgis_mapserv.fcgi?map=/web/demos/alaska/alaska_map.qgs" );
1110
- exampleServers[QStringLiteral( "GeoServer Demo - World" )] = QStringLiteral( "http://tiles.boundlessgeo.com/" );
1111
1112
QgsSettings settings;
1113
settings.beginGroup( QStringLiteral( "qgis/connections-wms" ) );
0 commit comments