Hello
I am trying to publish a feature layer through our ArcServer. I believe, in the past, if I have a shapefile in ArcMap I can share as a Service through ArcServer and the layer will appear in AGOL as a Feature Service. Recently however, every time I try this, the layer appears as a Map Image Layer in AGOL, not a Feature Service.
Any idea what may be happening here?
arcserver #agol
Solved! Go to Solution.
Hi Rob,
In order to publish a Feature Service, the data must exist in an enterprise geodatabase. During the publishing process, you will want to check on 'Feature Access' under capabilities. If the data does not reside in an enterprise geodatabase, you will receive an error.
Hi Rob,
In order to publish a Feature Service, the data must exist in an enterprise geodatabase. During the publishing process, you will want to check on 'Feature Access' under capabilities. If the data does not reside in an enterprise geodatabase, you will receive an error.
Hi Robert,
You can also register a layer of a map service as a feature layer, by adding the URL with the layer number:
Feature Layer:
http://sampleserver6.arcgisonline.com/arcgis/rest/services/NapervilleShelters/MapServer/0
Map Image Layer:
http://sampleserver6.arcgisonline.com/arcgis/rest/services/NapervilleShelters/MapServer
If you are looking to edit the layer, then you will want to ensure that it is a feature service.
-Kelly