Select to view content in your preferred language

Is it possible to edit Featuer Service attribute only in ArcGIS.com

760
2
09-22-2011 09:33 PM
JackZHANG
Frequent Contributor
Hi,

I have a map service with Feature Access enabled and added to ArcGIS.com. When edit, by default user can edit both the attribute as well as geometry. Now I'm wondering if there's a way to setup so user could only edit the attribute not geometry? Any advices will be appreciated!

regards,
Jack
Tags (2)
0 Kudos
2 Replies
MikeMinami
Esri Notable Contributor
In ArcGIS Online, editing includes both feature and geometry editing. There is no way to disable one or the other. You could, however, write your own application. Here's a sample that seems to do what you're looking for. Try viewing the live sample.

http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/ed_attribute_inspector.html

This is part of the JavaScript API.

http://help.arcgis.com/en/webapi/javascript/arcgis/index.html

Hope this helps,

Mike
0 Kudos
JackZHANG
Frequent Contributor
Thanks Mike for the advices!
0 Kudos