We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f028c0b commit 395bae6Copy full SHA for 395bae6
src/server/qgshttprequesthandler.cpp
@@ -77,7 +77,7 @@ void QgsHttpRequestHandler::setDefaultHeaders()
77
{
78
//format
79
QString format = mInfoFormat;
80
- if ( mInfoFormat.startsWith( "text/" ) )
+ if ( mInfoFormat.startsWith( "text/" ) || mInfoFormat.startsWith( "application/vnd.ogc.gml" ) )
81
82
format.append( "; charset=utf-8" );
83
}
0 commit comments