File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ QDomDocument QgsWFSServer::getCapabilities()
88
88
QDomElement wfsCapabilitiesElement = doc.createElement ( " WFS_Capabilities" /* wms:WFS_Capabilities*/ );
89
89
wfsCapabilitiesElement.setAttribute ( " xmlns" , WFS_NAMESPACE );
90
90
wfsCapabilitiesElement.setAttribute ( " xmlns:xsi" , " http://www.w3.org/2001/XMLSchema-instance" );
91
- wfsCapabilitiesElement.setAttribute ( " xsi:schemaLocation" , WFS_NAMESPACE + " http://schemas.opengis.net/wfs/1.0.0/wfs .xsd" );
91
+ wfsCapabilitiesElement.setAttribute ( " xsi:schemaLocation" , WFS_NAMESPACE + " http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities .xsd" );
92
92
wfsCapabilitiesElement.setAttribute ( " xmlns:ogc" , OGC_NAMESPACE );
93
93
wfsCapabilitiesElement.setAttribute ( " xmlns:gml" , GML_NAMESPACE );
94
94
wfsCapabilitiesElement.setAttribute ( " xmlns:ows" , " http://www.opengis.net/ows" );
You can’t perform that action at this time.
0 commit comments