Select to view content in your preferred language

Edit Widget - 'No editable layers'

905
1
12-10-2011 10:28 AM
MatthewWhitehead
Emerging Contributor
I am trying to use the edit widget.  I'm using PostGRE with ArcSDE.  I turned versioning 'off'.  And gave all permissions to 'public' user using the 'privileges' tool.  When I try to run the edit widget it says I have no editable layers.  All services have feature access.  In my config file it reads.

<operationallayers>
         <layer label="Other Assets" type="dynamic" visible="false" alpha="1.0" url="http://virginislands.cnr.ncsu.edu/ArcGIS/rest/services/590mcwhiteh/mcwhitehOther/MapServer"/>
            <layer label="Nutrition Locations" type="dynamic" visible="true" alpha="1.0" url="http://virginislands.cnr.ncsu.edu/ArcGIS/rest/services/590mcwhiteh/mcwhitehNut/MapServer"/>
            <layer label="Grocery Stores" type="dynamic" visible="true" alpha="1.0" url="http://virginislands.cnr.ncsu.edu/ArcGIS/rest/services/590mcwhiteh/mcwhitehGro/MapServer"/>
            <layer label="Public Schools" type="dynamic" visible="true" alpha="1.0" url="http://virginislands.cnr.ncsu.edu/ArcGIS/rest/services/590mcwhiteh/mcwhitehPub/MapServer"/>
           
        </operationallayers>

My services displayed fine but still no editable layers.  Using another forum post to help I change the config to read:

        <operationallayers>
         <layer label="Other Assets" type="dynamic" visible="false" alpha="1.0" url="http://virginislands.cnr.ncsu.edu/ArcGIS/rest/services/590mcwhiteh/mcwhitehOther/MapServer"/>
            <layer label="Nutrition Locations" type="feature" visible="true" alpha="1.0" url="http://virginislands.cnr.ncsu.edu/ArcGIS/rest/services/590mcwhiteh/mcwhitehNut/FeatureServer"/>
            <layer label="Grocery Stores" type="feature" visible="true" alpha="1.0" url="http://virginislands.cnr.ncsu.edu/ArcGIS/rest/services/590mcwhiteh/mcwhitehGro/FeatureServer"/>
            <layer label="Public Schools" type="feature" visible="true" alpha="1.0" url="http://virginislands.cnr.ncsu.edu/ArcGIS/rest/services/590mcwhiteh/mcwhitehPub/FeatureServer"/>
           
        </operationallayers>

Still no editable layers and now the services are not displaying on the map.  Any help in this matter would be appreciated.
Tags (2)
0 Kudos
1 Reply
IvanBespalov
Frequent Contributor
Matthew,

just open links and try to fill the difference:

Feature Service

Feature Layer
0 Kudos