Skip to content

Commit

Permalink
Update src/providers/wfs/qgswfsdescribefeaturetype.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 26, 2021
1 parent 9a75145 commit 57ebcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/qgswfsdescribefeaturetype.cpp
Expand Up @@ -40,7 +40,7 @@ bool QgsWFSDescribeFeatureType::requestFeatureType( const QString &WFSVersion,
}
}

// Always add singular form for broken servers (ESRI)
// Always add singular form for broken servers
// See: https://github.com/qgis/QGIS/issues/41087
query.addQueryItem( QStringLiteral( "TYPENAME" ), typeName );
if ( !namespaceValue.isEmpty() )
Expand Down

0 comments on commit 57ebcaf

Please sign in to comment.