You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tethys Platform
As I've been working on the delete gizmo, I realized that the Tethys_Map_View gizmo does not have a way to distinguish between layers that are 'editable' and 'not-editable.' Could we have an attribute added to the MVLayer object that would allow the user to lock defined layers and prevent them from being edited by any of the gizmos in Tethys_Map_View. In other words, I want to prevent users from doing this to my layer (see screenshot below):
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tethys Platform
+1
We could add an attribute to MVLayers called "editable" or "feature_editable" and check for that be for doing any editing. We may want to give even more control by adding a bunch of attributes like "movable", "deletable", "selectable", etc.