We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fc90f commit 560dc2cCopy full SHA for 560dc2c
src/providers/wms/qgswmssourceselect.cpp
@@ -1107,6 +1107,8 @@ 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" )] = QStringLiteral( "https://demo.geo-solutions.it/geoserver/wms/" );
1111
+ exampleServers[QStringLiteral( "Mapserver Demo" )] = QStringLiteral( "http://demo.mapserver.org/cgi-bin/wms" );
1112
1113
QgsSettings settings;
1114
settings.beginGroup( QStringLiteral( "qgis/connections-wms" ) );
0 commit comments