Skip to content

Commit

Permalink
removed not working default WMS server
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Feb 25, 2018
1 parent ef24e65 commit 82fc90f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/wms/qgswmssourceselect.cpp
Expand Up @@ -1107,7 +1107,6 @@ void QgsWMSSourceSelect::addDefaultServers()
{
QMap<QString, QString> exampleServers;
exampleServers[QStringLiteral( "QGIS Server Demo - Alaska" )] = QStringLiteral( "http://demo.qgis.org/cgi-bin/qgis_mapserv.fcgi?map=/web/demos/alaska/alaska_map.qgs" );
exampleServers[QStringLiteral( "GeoServer Demo - World" )] = QStringLiteral( "http://tiles.boundlessgeo.com/" );

QgsSettings settings;
settings.beginGroup( QStringLiteral( "qgis/connections-wms" ) );
Expand Down

0 comments on commit 82fc90f

Please sign in to comment.