Skip to content

Commit 332f78b

Browse files
committed
Export json without excluded attributes
1 parent 62f7762 commit 332f78b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/services/wms/qgswmsrenderer.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2334,6 +2334,7 @@ namespace QgsWms
23342334

23352335
// export
23362336
QgsJsonExporter exporter( vl );
2337+
exporter.setAttributes( attributes );
23372338
json.append( exporter.exportFeatures( features ) );
23382339
}
23392340
else // raster layer

0 commit comments

Comments
 (0)