File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1090,10 +1090,8 @@ QString QgsWMSSourceSelect::descriptionForAuthId( const QString& authId )
1090
1090
void QgsWMSSourceSelect::addDefaultServers ()
1091
1091
{
1092
1092
QMap<QString, QString> exampleServers;
1093
- exampleServers[QStringLiteral ( " DM Solutions GMap" )] = QStringLiteral ( " http://www2.dmsolutions.ca/cgi-bin/mswms_gmap" );
1094
- exampleServers[QStringLiteral ( " Lizardtech server" )] = QStringLiteral ( " http://wms.lizardtech.com/lizardtech/iserv/ows" );
1095
- // Nice to have the qgis users map, but I'm not sure of the URL at the moment.
1096
- // exampleServers["Qgis users map"] = "http://qgis.org/wms.cgi";
1093
+ exampleServers[QStringLiteral ( " QGIS Server Demo - Alaska" )] = QStringLiteral ( " http://demo.qgis.org/cgi-bin/qgis_mapserv.fcgi?map=/web/demos/alaska/alaska_map.qgs" );
1094
+ exampleServers[QStringLiteral ( " GeoServer Demo - World" )] = QStringLiteral ( " http://tiles.boundlessgeo.com/" );
1097
1095
1098
1096
QSettings settings;
1099
1097
settings.beginGroup ( QStringLiteral ( " /Qgis/connections-wms" ) );
You can’t perform that action at this time.
0 commit comments