Skip to content

Commit

Permalink
Merge pull request #6453 from NaturalGIS/remove_not_working_default_w…
Browse files Browse the repository at this point in the history
…ms_server

remove not working default WMS server
  • Loading branch information
elpaso committed Feb 27, 2018
2 parents 78e2259 + 560dc2c commit 078e5aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/providers/wms/qgswmssourceselect.cpp
Expand Up @@ -1107,7 +1107,8 @@ 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/" );
exampleServers[QStringLiteral( "Geoserver Demo" )] = QStringLiteral( "https://demo.geo-solutions.it/geoserver/wms/" );
exampleServers[QStringLiteral( "Mapserver Demo" )] = QStringLiteral( "http://demo.mapserver.org/cgi-bin/wms" );

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

0 comments on commit 078e5aa

Please sign in to comment.