I have a hosted feature layer that allows editors to only see and edit their own features.
Additionally I want to share all data to a different group of users. To do this I created a hosted feature view and did not enable editing.
The result of this is that members of this group when they open the View are only seeing features they submitted and not all the data. If I want to let this group view all data I have to enable editing and allow them to see all data. The problem is that I have to allow some type of editing e.g. add feature, update feature etc.
It is possible for the hosted feature layer view to give read-only access to all the data without enabling editing?
Thanks,
Finnian
Solved! Go to Solution.
I believe you can do this.
When you create a view layer, it inherits the settings of the source layer. In your case, editors can only see their own features. When you then disabled editing on the view, the editors can STILL only see their own features. This setting actually applies to viewers now because you've disabled editing.
To solve this, go to the view layer and enable editing on it. Then, change the property to Editors can see all features. Then, uncheck to disable editing. Now Save the settings.
Note: I tried this and looked at the configuration of the layer and it appears like it should work. I didn't actually test this with different users actually editing the layer.
Mike
I believe you can do this.
When you create a view layer, it inherits the settings of the source layer. In your case, editors can only see their own features. When you then disabled editing on the view, the editors can STILL only see their own features. This setting actually applies to viewers now because you've disabled editing.
To solve this, go to the view layer and enable editing on it. Then, change the property to Editors can see all features. Then, uncheck to disable editing. Now Save the settings.
Note: I tried this and looked at the configuration of the layer and it appears like it should work. I didn't actually test this with different users actually editing the layer.
Mike
Mike, that worked - many thanks! Appreciate the description as to why it was happening too, makes sense.
Finnian