Hi to all!
In my work i am using a GeoServer to store my vector and raster data. I am making a web-client based on openlayers for displaying data from GeoServer.
My client consist of 2 parts:
1) catalogue, where i list to user list of layers, stored in GeoServer
2) map, where data are displayed
I want not only view data, but modify vector data in client using WFS-T. I am using standard GeoServer security system for control permissions for layer editing.
Some layers are closed for editing, and some don't. User need to know, which layers are editable.
For this reason, i want to mark in my catalogue those layers, which could be modified.
My problem is how to determine in my client, which layer is closed for editing and which is not.
Can i do it using REST or somehow else?
My GeoServer version is 2.3
Thanks,
Sergey