We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9383b00 commit f4b309bCopy full SHA for f4b309b
src/server/services/wms/qgswmsgetcapabilities.cpp
@@ -207,7 +207,6 @@ namespace QgsWms
207
schemaLocation += QLatin1String( " http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd" );
208
schemaLocation += QLatin1String( " http://www.opengis.net/sld" );
209
schemaLocation += QLatin1String( " http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd" );
210
- schemaLocation += QLatin1String( " http://www.qgis.org/wms" );
211
if ( QgsServerProjectUtils::wmsInspireActivate( *project ) )
212
{
213
wmsCapabilitiesElement.setAttribute( QStringLiteral( "xmlns:inspire_common" ), QStringLiteral( "http://inspire.ec.europa.eu/schemas/common/1.0" ) );
0 commit comments