geosolutions-it / MapStore

The code of the most recent version of mapstore is hosted as geosolutions-it/MapStore2
https://github.com/geosolutions-it/MapStore2
GNU General Public License v3.0
31 stars 43 forks source link

QueryPanel results download does not work on ViewLayers #754

Open Gnafu opened 9 years ago

Gnafu commented 9 years ago

In GeoServer, if a layer is a view or does not have a primary key, the resulting "fid" is not unique. "fid" is used by the FeatureGrid to refer features to be exported (csv, shp, or other formats), so in this case it will try to filter the one-time-use "fid" of the loaded features, resulting in an empty export.