You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: