Skip to content

Commit b44b9f8

Browse files
committedJan 19, 2017
Replace broken WMS demo URLs with working URLs
I'd liked to add a UMN MapServer Demo too but I couldn't find a working one. Needs backporting
1 parent 53752ba commit b44b9f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎src/providers/wms/qgswmssourceselect.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,10 +1090,8 @@ QString QgsWMSSourceSelect::descriptionForAuthId( const QString& authId )
10901090
void QgsWMSSourceSelect::addDefaultServers()
10911091
{
10921092
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/" );
10971095

10981096
QSettings settings;
10991097
settings.beginGroup( QStringLiteral( "/Qgis/connections-wms" ) );

0 commit comments

Comments
 (0)
Please sign in to comment.