Hello,
I have developed a map in which a user can be an admin or have view only permissions for a property (shape).
If they are admin, I want them to be able to edit the shape. If they are view only I don't want them to.
Currently I am using the code of the DrawEditShapes. This makes all of the shapes editable though. Is there a way I can isolate the shapes that go into edit mode based on the data from my database?
Thanks
Chad