Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Export json without excluded attributes
  • Loading branch information
pblottiere committed Jan 28, 2019
1 parent 62f7762 commit 332f78b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -2334,6 +2334,7 @@ namespace QgsWms

// export
QgsJsonExporter exporter( vl );
exporter.setAttributes( attributes );
json.append( exporter.exportFeatures( features ) );
}
else // raster layer
Expand Down

0 comments on commit 332f78b

Please sign in to comment.