Select to view content in your preferred language

Editable Feature Layer

628
1
08-04-2011 09:53 PM
JerryStafurik1
New Contributor
Hi,

I've created a new Geodata Service with WFS capability.  The feature layer is stored in a file geodatabase.  The feature layer is initialised in my JS, and I can see the symbol for the layer in the Template Picker.  However, when running
myFeatureLayer.isEditable()
it comes back as false.  How can I make the service/feature layer editable?
I'm using ArcGIS Server 9.3.1.

Thanks,
   Jerry
0 Kudos
1 Reply
HemingZhu
Occasional Contributor III
Hi,

I've created a new Geodata Service with WFS capability.  The feature layer is stored in a file geodatabase.  The feature layer is initialised in my JS, and I can see the symbol for the layer in the Template Picker.  However, when running
myFeatureLayer.isEditable()
it comes back as false.  How can I make the service/feature layer editable?
I'm using ArcGIS Server 9.3.1.

Thanks,
   Jerry


Feature layer has to be in SDE with edit permission.
0 Kudos