Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove invalid schemaLocation
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
src/server/services/wms/qgswmsgetcapabilities.cpp
|
@@ -207,7 +207,6 @@ namespace QgsWms |
|
|
schemaLocation += QLatin1String( " http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd" ); |
|
|
schemaLocation += QLatin1String( " http://www.opengis.net/sld" ); |
|
|
schemaLocation += QLatin1String( " http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd" ); |
|
|
schemaLocation += QLatin1String( " http://www.qgis.org/wms" ); |
|
|
if ( QgsServerProjectUtils::wmsInspireActivate( *project ) ) |
|
|
{ |
|
|
wmsCapabilitiesElement.setAttribute( QStringLiteral( "xmlns:inspire_common" ), QStringLiteral( "http://inspire.ec.europa.eu/schemas/common/1.0" ) ); |
|
|