Skip to content

Commit f4b309b

Browse files
committed
Remove invalid schemaLocation
1 parent 9383b00 commit f4b309b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/services/wms/qgswmsgetcapabilities.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ namespace QgsWms
207207
schemaLocation += QLatin1String( " http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd" );
208208
schemaLocation += QLatin1String( " http://www.opengis.net/sld" );
209209
schemaLocation += QLatin1String( " http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd" );
210-
schemaLocation += QLatin1String( " http://www.qgis.org/wms" );
211210
if ( QgsServerProjectUtils::wmsInspireActivate( *project ) )
212211
{
213212
wmsCapabilitiesElement.setAttribute( QStringLiteral( "xmlns:inspire_common" ), QStringLiteral( "http://inspire.ec.europa.eu/schemas/common/1.0" ) );

0 commit comments

Comments
 (0)