We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2275853 commit f74f785Copy full SHA for f74f785
src/server/services/wms/qgswmsrenderer.cpp
@@ -2493,7 +2493,7 @@ namespace QgsWms
2493
}
2494
2495
// build url for vector layer
2496
- QString typeName = QgsWkbTypes::geometryDisplayString( param.mGeom.type() );
+ const QString typeName = QgsWkbTypes::displayString( param.mGeom.wkbType() );
2497
QString url = typeName + "?crs=" + crs;
2498
if ( ! param.mLabel.isEmpty() )
2499
{
0 commit comments