Skip to content

Commit 82fc90f

Browse files
committed
removed not working default WMS server
1 parent ef24e65 commit 82fc90f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/providers/wms/qgswmssourceselect.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,6 @@ void QgsWMSSourceSelect::addDefaultServers()
11071107
{
11081108
QMap<QString, QString> exampleServers;
11091109
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/" );
11111110

11121111
QgsSettings settings;
11131112
settings.beginGroup( QStringLiteral( "qgis/connections-wms" ) );

0 commit comments

Comments
 (0)