File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,9 @@ QDomDocument QgsWFSServer::getCapabilities()
194
194
schemaDescriptionLanguageElement.appendChild ( xmlSchemaElement );
195
195
QDomElement describeFeatureTypeDhcTypeElement = dcpTypeElement.cloneNode ().toElement ();// this is the same as for 'GetCapabilities'
196
196
describeFeatureTypeElement.appendChild ( describeFeatureTypeDhcTypeElement );
197
+ QDomElement describeFeatureTypeDhcTypePostElement = dcpTypeElement.cloneNode ().toElement ();// this is the same as for 'GetCapabilities'
198
+ describeFeatureTypeDhcTypePostElement.firstChild ().firstChild ().toElement ().setTagName ( " Post" );
199
+ describeFeatureTypeElement.appendChild ( describeFeatureTypeDhcTypePostElement );
197
200
198
201
// wfs:GetFeature
199
202
QDomElement getFeatureElement = doc.createElement ( " GetFeature" /* wfs:GetFeature*/ );
You can’t perform that action at this time.
0 commit comments