Export json without excluded attributes

This commit is contained in:
Blottiere Paul 2019-01-18 10:41:00 +00:00
parent 62f77629b0
commit 332f78bbf6

View File

@ -2334,6 +2334,7 @@ namespace QgsWms
// export
QgsJsonExporter exporter( vl );
exporter.setAttributes( attributes );
json.append( exporter.exportFeatures( features ) );
}
else // raster layer